aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
AgeCommit message (Expand)Author
2020-12-19tftp: fix --helpDenys Vlasenko
2020-12-18help text tweaks, mainly expanding one for routeDenys Vlasenko
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko
2020-02-13tftp: code shrinkDenys Vlasenko
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09tftp: allow -lc and -cl optionsDenys Vlasenko
2019-06-09tftpd: revert erroneous changeDenys Vlasenko
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2018-12-28config: more tweaksDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2014-09-04tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko
2014-09-03tftpd: support full 512-byte requestsDenys Vlasenko
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko
2011-10-06tftp: mode string is case independentDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11add forgotten #includeDenys Vlasenko
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-18tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko
2010-06-12tftp: make message about 512 byte block less confusingDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-02tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-11-08tftpd: another small tweakDenys Vlasenko
2009-11-08tftp: another small tweakDenys Vlasenko
2009-11-08tftpd: slight correction to progress bar codeDenys Vlasenko
2009-11-08tftp: add optiona support for progress barMagnus Damm