Age | Commit message (Expand) | Author |
2015-10-13 | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2014-09-04 | tftpd: tweak HP PA-RISC firmware bug compatibility | Denys Vlasenko |
2014-09-03 | tftpd: support full 512-byte requests | Denys Vlasenko |
2012-07-18 | tftpd: fix -u USER to work with chroot. Closes 5348 | Denys Vlasenko |
2012-03-08 | tftpd: chroot to DIR, not merely chdir. Closes 4874 | Denys Vlasenko |
2011-10-06 | tftp: mode string is case independent | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | add forgotten #include | Denys Vlasenko |
2011-04-11 | tftpd: add -l "log to syslog" option. Needed for inetd mode | Denys Vlasenko |
2011-04-11 | tftp: fix progress bar for large (>32M) files. Closes 3499 | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-02-11 | progress meter: fix bugs found in stall detection and unknown size logic | Denys Vlasenko |
2011-02-11 | progress meter: move file name to bb_progress_t. +20 bytes | Denys Vlasenko |
2011-01-10 | tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-06-18 | tftp: increase initial retry timeout from 50 to 100 ms | Denys Vlasenko |
2010-06-12 | tftp: make message about 512 byte block less confusing | Denys Vlasenko |
2010-06-06 | pipe_progress: make it independent of printf machinery | Denys Vlasenko |
2010-03-05 | tftp: do not show progress bar if we get error right away. +13 bytes | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-02-02 | tftpd: fix file creation with bogus mode. Closes bug 1021. | Denys Vlasenko |
2009-12-12 | randomconfig fixes | Denys Vlasenko |
2009-11-08 | tftpd: another small tweak | Denys Vlasenko |
2009-11-08 | tftp: another small tweak | Denys Vlasenko |
2009-11-08 | tftpd: slight correction to progress bar code | Denys Vlasenko |
2009-11-08 | tftp: add optiona support for progress bar | Magnus Damm |
2009-11-08 | tftp: extend tsize support a little | Magnus Damm |
2009-10-24 | fix up potential printf's with unsafe format strings | Denys Vlasenko |
2009-09-06 | documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-07-25 | tftp: add comment, no code changes | Denys Vlasenko |
2009-07-24 | tftp[d]: fix block# handling on upload with non-default blocksize | Atsushi Nemoto |
2009-05-10 | tftp: do not risk invoking Sorcerer's Apprentice syndrome | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-03-25 | tftp: when we infer local name from remote (-r [/]path/path/file), | Denis Vlasenko |
2009-03-09 | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko |
2008-12-03 | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko |
2008-11-06 | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko |
2008-11-01 | tftpd: show help if stdin is not a socket | Denis Vlasenko |
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-16 | tftp: help compiler a bit | Denis Vlasenko |
2008-06-16 | tftpd: PXE server said to need to support "tsize" option | Denis Vlasenko |
2008-05-18 | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko |
2008-03-21 | *: fix build problems found with randomconfig | Denis Vlasenko |
2008-03-19 | tftpd: small trivial shrink | Denis Vlasenko |
2008-03-19 | tftpd: fix download: we must change user AFTER bind | Denis Vlasenko |
2008-03-19 | tftpd: options -c (allow _new_ files to be uploaded) and -u USER | Denis Vlasenko |