Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |