summaryrefslogtreecommitdiff
path: root/networking/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix debugging output, patch by Hideki IWAMOTOGlenn L McGrath2004-03-051-1/+1
* Quick fix for tftp truncation bugGlenn L McGrath2004-02-261-1/+1
* Patch from Hideki IWAMOTO, output debugging messages to stderrGlenn L McGrath2004-02-221-6/+6
* Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting orGlenn L McGrath2004-02-221-2/+2
* Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath2004-01-171-8/+5
* Christian Meyer provided this patch to fix more bugs with the tftp clientEric Andersen2003-07-301-3/+2
* Patch from Christian Meyer:Eric Andersen2003-07-261-0/+1
* Major coreutils update.Manuel Novoa III2003-03-191-21/+21
* Bugfix, wastn retrieving last block, patch by Jean-Christophe DuboisGlenn L McGrath2002-12-191-4/+5
* Forgot to rename fooGlenn L McGrath2002-12-091-1/+1
* Fix a debug message, from Bastian BlankGlenn L McGrath2002-12-091-3/+3
* This patch from Magnus Damm fixed a long standing problemEric Andersen2002-10-251-1/+1
* Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de>Eric Andersen2002-09-101-1/+1
* Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to workEric Andersen2002-04-151-11/+7
* Teach tftp to direct the fetched file to stdout when theEric Andersen2002-04-131-4/+11
* Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults forEric Andersen2002-03-201-0/+7
* Can't use RESERVE_CONFIG_BUFFER here since the allocationEric Andersen2001-11-101-1/+3
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-19/+19
* Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath2001-10-051-51/+242
* Apply Glenn's tftp rewriteEric Andersen2001-08-201-137/+106
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-6/+1
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-1/+1
* xstrdup tftp cleanup from Jeff GarzikEric Andersen2001-03-231-5/+4
* Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromMark Whitley2001-03-061-12/+8
* Added Magnus Damm's tftp applet to Busybox.Mark Whitley2001-03-021-0/+424