Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-26 | Patch from Christian Meyer: | Eric Andersen | |
The client gives up way too soon because timeout is set to 0 ... There's a solution for that problem. | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-19 | Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois | Glenn L McGrath | |
2002-12-09 | Forgot to rename foo | Glenn L McGrath | |
2002-12-09 | Fix a debug message, from Bastian Blank | Glenn L McGrath | |
2002-10-25 | This patch from Magnus Damm fixed a long standing problem | Eric Andersen | |
with freeing memory. | |||
2002-09-10 | Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> | Eric Andersen | |
2002-04-15 | Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work | Eric Andersen | |
with stdin as well as stdout. | |||
2002-04-13 | Teach tftp to direct the fetched file to stdout when the | Eric Andersen | |
user specifies "-l -" -Erik | |||
2002-03-20 | Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for | Eric Andersen | |
localfilename from remotefilename, and for remotefilename from localfilename when the other one is not supplied. | |||
2001-11-10 | Can't use RESERVE_CONFIG_BUFFER here since the allocation | Eric Andersen | |
size varies meaning BUFFERS_GO_ON_STACK will fail | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-10-05 | Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. | Glenn L McGrath | |
2001-08-20 | Apply Glenn's tftp rewrite | Eric Andersen | |
2001-05-16 | Add xgethostbyname and herror_msg* functions. | Matt Kraai | |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | |
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||
2001-03-23 | xstrdup tftp cleanup from Jeff Garzik | Eric Andersen | |
2001-03-06 | Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines from | Mark Whitley | |
error_msg() calls and uses 'return EXIT_SUCCESS' instead of return 0. | |||
2001-03-02 | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | |