*: whitespace fixes
[platform/upstream/busybox.git] / networking / tftp.c
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-18 Denys Vlasenkotftp: increase initial retry timeout from 50 to 100 ms
2010-06-12 Denys Vlasenkotftp: make message about 512 byte block less confusing
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-03-05 Denys Vlasenkotftp: do not show progress bar if we get error right...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-02-02 Denys Vlasenkotftpd: fix file creation with bogus mode. Closes bug...
2009-12-12 Denys Vlasenkorandomconfig fixes
2009-11-08 Denys Vlasenkotftpd: another small tweak
2009-11-08 Denys Vlasenkotftp: another small tweak
2009-11-08 Denys Vlasenkotftpd: slight correction to progress bar code
2009-11-08 Magnus Dammtftp: add optiona support for progress bar
2009-11-08 Magnus Dammtftp: extend tsize support a little
2009-10-24 Denys Vlasenkofix up potential printf's with unsafe format strings
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-07-24 Denys Vlasenkotftp: add comment, no code changes
2009-07-24 Atsushi Nemototftp[d]: fix block# handling on upload with non-default...
2009-05-10 Denys Vlasenkotftp: do not risk invoking Sorcerer's Apprentice syndrome
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-25 Denis Vlasenkotftp: when we infer local name from remote (-r [/]path...
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-11-01 Denis Vlasenkotftpd: show help if stdin is not a socket
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-16 Denis Vlasenkotftp: help compiler a bit
2008-06-16 Denis Vlasenkotftpd: PXE server said to need to support "tsize" option
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-03-21 Denis Vlasenko*: fix build problems found with randomconfig
2008-03-19 Denis Vlasenkotftpd: small trivial shrink
2008-03-19 Denis Vlasenkotftpd: fix download: we must change user AFTER bind
2008-03-19 Denis Vlasenkotftpd: options -c (allow _new_ files to be uploaded...
2008-03-19 Denis Vlasenkotftp(d): a bit more verbose error reporting
2008-03-19 Denis Vlasenkotftpd: make it emit error packets
2008-03-18 Denis Vlasenkotftpd: make open() check r/w permissions instead of...
2008-03-18 Denis Vlasenkotftpd: fix bugs spotted by Vladimir
2008-03-17 Denis Vlasenkotftpd: new applet (mostly using existing code for tftp)
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-12 Denis Vlasenkoinetd: make it NOMMU-capable and IPv6-friendly. Lots...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-09-06 Paul Foxfix infinite retry bug. also, reduce per-packet receiv...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-09 Denis Vlasenkotftp: explain "block# 0" codepath; report our decision...
2007-05-08 Denis Vlasenkotftp: code diet, and I think retransmits were broken.
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-02-08 Denis Vlasenkotftp: fix my bug
2007-02-07 Denis Vlasenkotftp: fix IPv6 fallout
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-20 Denis Vlasenkofixing bugs revealed by randomconfig runs
2007-01-12 Denis Vlasenkonext part of ipv6-ization. dnsd code is "interesting"...
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-11 Denis Vlasenkoipv6-ization efforts continue. Few bugs are found,
2006-12-17 Denis Vlasenkotftp: corrupted input packets were killing retransmits...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-18 Rob LandleyMake this slightly more readable, and expose the hypocr...
2006-06-14 Bernhard Reutner... - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP...
2006-06-13 Rob LandleyDon't break allbareconfig.
2006-06-10 Bernhard Reutner... - revert incorrect select change
2006-06-10 Bernhard Reutner... - fix two segfaults (reported by Horst Kronstorfer)
2006-06-10 Bernhard Reutner... - use bb_xbind
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
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...
next