summaryrefslogtreecommitdiff
path: root/networking/tftp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-2/+2
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-071-18/+15
* fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox2007-09-061-11/+20
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* tftp: explain "block# 0" codepath; report our decision to bail out to serverDenis Vlasenko2007-05-091-73/+70
* tftp: code diet, and I think retransmits were broken.Denis Vlasenko2007-05-081-209/+159
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-6/+1
* tcpsvd: new appletDenis Vlasenko2007-04-011-1/+1
* tftp: fix my bugDenis Vlasenko2007-02-081-1/+1
* tftp: fix IPv6 falloutDenis Vlasenko2007-02-071-19/+22
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fixing bugs revealed by randomconfig runsDenis Vlasenko2007-01-201-2/+6
* next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko2007-01-121-26/+14
* next part of ipv6-ization is here: wget & httpdDenis Vlasenko2007-01-121-1/+3
* ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko2007-01-111-148/+103
* tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko2006-12-171-18/+22
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-211-14/+14
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* eject: -T fixDenis Vlasenko2006-10-051-4/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-14/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-2/+2
* Make this slightly more readable, and expose the hypocrasy of a comment thatRob Landley2006-06-181-5/+1
* - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfigBernhard Reutner-Fischer2006-06-141-22/+19
* Don't break allbareconfig.Rob Landley2006-06-131-2/+0
* - revert incorrect select changeBernhard Reutner-Fischer2006-06-101-7/+5
* - fix two segfaults (reported by Horst Kronstorfer)Bernhard Reutner-Fischer2006-06-101-147/+139
* - use bb_xbindBernhard Reutner-Fischer2006-06-101-1/+1
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-33/+21
* - this applet should peruse USE_FEATURE_TFTP_...Bernhard Reutner-Fischer2006-04-051-1/+1
* just whitespaceTim Riker2006-01-251-23/+23
* Fix -g and -p options. Patch from Traceman. (I don't know who that is,Rob Landley2005-12-151-3/+2
* more const, use bb_getopt_ulflags, insert XXX for show place of problems"Vladimir N. Oleynik"2005-10-171-36/+49
* applying fix for:Paul Fox2005-07-201-1/+6
* Thus spake Brenda J. Butler:Rob Landley2005-06-071-0/+6
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath2004-09-141-4/+4
* Robin Farine writes:Eric Andersen2004-06-221-2/+2
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-18/+18