aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* telnetd: give inetd.conf example in --helpDenys Vlasenko2021-06-161-3/+2
* tftp: fix --helpDenys Vlasenko2020-12-191-1/+1
* help text tweaks, mainly expanding one for routeDenys Vlasenko2020-12-181-1/+1
* tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko2020-02-131-28/+33
* tftp: fix thinko in code shrinkDenys Vlasenko2020-02-131-1/+1
* tftp: code shrinkDenys Vlasenko2020-02-131-9/+4
* tftpd: show requested file name in open error messageDenys Vlasenko2020-02-131-2/+11
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-5/+5
* tftp: allow -lc and -cl optionsDenys Vlasenko2019-06-091-1/+9
* tftpd: revert erroneous changeDenys Vlasenko2019-06-091-1/+1
* tftp: optional tftp-hpa compatDenys Vlasenko2019-06-091-3/+42
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-1/+1
* config: more tweaksDenys Vlasenko2018-12-281-3/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* randomconfig fixesDenys Vlasenko2017-12-311-1/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-7/+8
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-8/+8
* config: deindent all help textsDenys Vlasenko2017-07-211-20/+20
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-3/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+72
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-4/+3
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko2014-09-041-3/+4
* tftpd: support full 512-byte requestsDenys Vlasenko2014-09-031-3/+13
* tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko2012-07-181-32/+32
* tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko2012-03-081-2/+3
* tftp: mode string is case independentDenys Vlasenko2011-10-061-1/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* add forgotten #includeDenys Vlasenko2011-04-111-0/+1
* tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko2011-04-111-2/+8
* tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko2011-04-111-2/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+33
* progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-1/+1
* progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-5/+5
* tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-101-27/+12
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko2010-06-181-1/+2
* tftp: make message about 512 byte block less confusingDenys Vlasenko2010-06-121-1/+2
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-1/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
* randomconfig fixesDenys Vlasenko2009-12-121-2/+1
* tftpd: another small tweakDenys Vlasenko2009-11-081-3/+5
* tftp: another small tweakDenys Vlasenko2009-11-081-4/+4
* tftpd: slight correction to progress bar codeDenys Vlasenko2009-11-081-6/+8