Optionally re-introduce bb_info_msg()
[oweals/busybox.git] / networking / tftp.c
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2018-12-28 Denys Vlasenkoconfig: more tweaks
2018-12-28 Denys Vlasenkoconfig: update size information
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-27 Denys Vlasenkoconfig: trim/improve item names and help texts, take 2
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-13 Denys Vlasenkolibbb: introduce kernel-style BUILD_BUG_ON()
2015-07-13 Maninder SinghRemoves stray empty line from code
2014-09-04 Denys Vlasenkotftpd: tweak HP PA-RISC firmware bug compatibility
2014-09-03 Denys Vlasenkotftpd: support full 512-byte requests
2012-07-18 Denys Vlasenkotftpd: fix -u USER to work with chroot. Closes 5348
2012-03-07 Denys Vlasenkotftpd: chroot to DIR, not merely chdir. Closes 4874
2011-10-06 Denys Vlasenkotftp: mode string is case independent
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Denys Vlasenkoadd forgotten #include
2011-04-11 Denys Vlasenkotftpd: add -l "log to syslog" option. Needed for inetd...
2011-04-11 Denys Vlasenkotftp: fix progress bar for large (>32M) files. Closes...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-02-11 Denys Vlasenkoprogress meter: fix bugs found in stall detection and...
2011-02-11 Denys Vlasenkoprogress meter: move file name to bb_progress_t. +20...
2011-01-10 Denys Vlasenkotftp: fix bad interaction betweel poll() and alarm...
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...
next