Consolidate #include <sys/time.h> so libbb.h does it.
[oweals/busybox.git] / networking / tftp.c
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-05 Bernhard Reutner... - this applet should peruse USE_FEATURE_TFTP_...
2006-01-25 Tim Rikerjust whitespace
2005-12-15 Rob LandleyFix -g and -p options. Patch from Traceman. (I don...
2005-10-17 "Vladimir N. Oleynik"more const, use bb_getopt_ulflags, insert XXX for show...
2005-07-20 Paul Foxapplying fix for:
2005-06-07 Rob LandleyThus spake Brenda J. Butler:
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-06-22 Eric AndersenRobin Farine writes:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-05 Glenn L McGrathFix debugging output, patch by Hideki IWAMOTO
2004-02-26 Glenn L McGrathQuick fix for tftp truncation bug
2004-02-22 Glenn L McGrathPatch from Hideki IWAMOTO, output debugging messages...
2004-02-22 Glenn L McGrathPtch by Hideki IWAMOTO, fix a bug preventing tftp from...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-07-30 Eric AndersenChristian Meyer provided this patch to fix more bugs...
2003-07-26 Eric AndersenPatch from Christian Meyer:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-19 Glenn L McGrathBugfix, wastn retrieving last block, patch by Jean...
2002-12-09 Glenn L McGrathForgot to rename foo
2002-12-09 Glenn L McGrathFix a debug message, from Bastian Blank
2002-10-25 Eric AndersenThis patch from Magnus Damm fixed a long standing problem
2002-09-10 Eric AndersenFix for handling of "tftp -l -" from Jean Wolter <jw5...
2002-04-15 Eric AndersenPatch from Ben Low <ben@titr.uow.edu.au> to allow tftp...
2002-04-13 Eric AndersenTeach tftp to direct the fetched file to stdout when the
2002-03-20 Eric AndersenPatch from Jeff Studer <jstuder@aquilagroup.com> to...
2001-11-10 Eric AndersenCan't use RESERVE_CONFIG_BUFFER here since the allocation
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-05 Glenn L McGrathApply Magnus Damm's patch, adds tftp blocksize support...
2001-08-20 Eric AndersenApply Glenn's tftp rewrite
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-23 Eric Andersenxstrdup tftp cleanup from Jeff Garzik
2001-03-06 Mark WhitleyApplied patch from Vladimir Oleynik via Magnus Damm...
2001-03-02 Mark WhitleyAdded Magnus Damm's tftp applet to Busybox.