summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2014-09-04tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko1-3/+4
2014-09-03tftpd: support full 512-byte requestsDenys Vlasenko1-3/+13
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko1-32/+32
2012-03-07tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko1-2/+3
2011-10-06tftp: mode string is case independentDenys Vlasenko1-1/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11add forgotten #includeDenys Vlasenko1-0/+1
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko1-2/+8
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko1-2/+2
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko3-26/+36
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko4-23/+27
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2-28/+13
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-18tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko1-1/+2
2010-06-12tftp: make message about 512 byte block less confusingDenys Vlasenko1-1/+2
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko5-8/+14
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-02-02tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko1-1/+1
2009-12-12randomconfig fixesDenys Vlasenko6-21/+14
2009-11-08tftpd: another small tweakDenys Vlasenko1-3/+5
2009-11-08tftp: another small tweakDenys Vlasenko1-4/+4
2009-11-08tftpd: slight correction to progress bar codeDenys Vlasenko1-6/+8
2009-11-08tftp: add optiona support for progress barMagnus Damm2-18/+84
2009-11-08tftp: extend tsize support a littleMagnus Damm1-39/+57
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko2-2/+2
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko16-24/+24
2009-07-24tftp: add comment, no code changesDenys Vlasenko1-5/+30
2009-07-24tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto1-39/+42
2009-05-10tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko2-1/+4
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-25tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko1-3/+8
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko13-56/+35
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko19-59/+57
2008-11-01tftpd: show help if stdin is not a socketDenis Vlasenko1-2/+9
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-06-16tftp: help compiler a bitDenis Vlasenko1-1/+8
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko1-39/+55
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko14-35/+34
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko3-34/+42
[next]