| Commit message (Expand) | Author | Age | Files | Lines |
* | Use busybox's show_usage function for help | Glenn L McGrath | 2002-09-15 | 1 | -16/+3 |
* | Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> | Eric Andersen | 2002-09-10 | 1 | -1/+1 |
* | Eliminate use of obsolete sys_errlist[] | Eric Andersen | 2002-08-26 | 1 | -13/+13 |
* | Remove empty loops | Glenn L McGrath | 2002-08-23 | 1 | -4/+4 |
* | Use static instead of extern, braces around if's, run through indent | Glenn L McGrath | 2002-08-23 | 1 | -330/+372 |
* | ansify | Aaron Lehmann | 2002-08-23 | 1 | -4/+2 |
* | remove duplicate definition of G | Aaron Lehmann | 2002-08-23 | 1 | -2/+0 |
* | Run through indent, fix comment | Glenn L McGrath | 2002-08-22 | 1 | -163/+174 |
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-22 | 1 | -86/+91 |
* | Cleanups. These SHOULD make the binary a lot smaller. But they don't. | Aaron Lehmann | 2002-08-21 | 1 | -19/+18 |
* | Disable debugging | Glenn L McGrath | 2002-08-21 | 1 | -1/+1 |
* | Clean up udhcpd a bit. Constify. Staticize. Remove these functions and | Aaron Lehmann | 2002-08-21 | 1 | -66/+54 |
* | New applet, udhcp client | Glenn L McGrath | 2002-08-21 | 3 | -0/+1573 |
* | Commited patch from bug #1182 | Robert Griebl | 2002-07-24 | 1 | -7/+35 |
* | Accept the --passive-ftp cmd.line option. We always use passive ftp mode, | Robert Griebl | 2002-07-12 | 1 | -8/+14 |
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 2 | -1/+3 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | 2002-07-03 | 2 | -101/+11 |
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 6 | -8/+947 |
* | Remove advertising clauses in accordance with | Aaron Lehmann | 2002-06-23 | 1 | -5/+1 |
* | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | Eric Andersen | 2002-06-22 | 1 | -19/+15 |
* | Email addr fix | Eric Andersen | 2002-06-06 | 1 | -2/+1 |
* | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | 2002-06-06 | 1 | -10/+6 |
* | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen | 2002-06-06 | 1 | -5/+5 |
* | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | 2002-06-04 | 1 | -1/+1 |
* | ping return 1 if can't ping | Tim Riker | 2002-05-18 | 1 | -5/+5 |
* | Reduced code size for new -e flag (suggested by vodz) | Robert Griebl | 2002-05-16 | 1 | -17/+9 |
* | Added support for -Y|--proxy=on/off to wget | Robert Griebl | 2002-05-14 | 1 | -6/+14 |
* | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | 2002-05-14 | 2 | -23/+70 |
* | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | Eric Andersen | 2002-05-05 | 1 | -2/+4 |
* | uClibc supports struct _res these days... | Eric Andersen | 2002-04-27 | 1 | -10/+1 |
* | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | 2002-04-26 | 1 | -2/+40 |
* | Fix bugs | Eric Andersen | 2002-04-26 | 1 | -4/+4 |
* | Minor formatting | Eric Andersen | 2002-04-26 | 1 | -1/+2 |
* | add missing void, still has issues though | Tim Riker | 2002-04-26 | 1 | -1/+1 |
* | Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: | Eric Andersen | 2002-04-26 | 1 | -11/+77 |
* | * networking/wget.c (wget_main): Check return value of safe_fwrite. | Matt Kraai | 2002-04-17 | 1 | -2/+3 |
* | Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work | Eric Andersen | 2002-04-15 | 1 | -11/+7 |
* | Teach tftp to direct the fetched file to stdout when the | Eric Andersen | 2002-04-13 | 1 | -4/+11 |
* | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen | 2002-04-12 | 2 | -25/+51 |
* | Doh! I broke ping when removing the nested function. | Eric Andersen | 2002-03-21 | 1 | -4/+4 |
* | Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for | Eric Andersen | 2002-03-20 | 1 | -0/+7 |
* | Cave to pressure (2 months later). Eliminate using a | Eric Andersen | 2002-03-20 | 1 | -7/+8 |
* | * networking/wget.c (parse_url): Allocate a string for the empty path. | Matt Kraai | 2002-03-19 | 1 | -2/+2 |
* | 2002-01-30 Neal H Walfield <neal@cs.uml.edu> | Matt Kraai | 2002-02-01 | 1 | -23/+18 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 |
* | Latest patch from vodz: | Eric Andersen | 2001-11-10 | 6 | -106/+71 |
* | Can't use RESERVE_CONFIG_BUFFER here since the allocation | Eric Andersen | 2001-11-10 | 1 | -1/+3 |
* | Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> | Eric Andersen | 2001-10-31 | 3 | -0/+549 |
* | Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: | Eric Andersen | 2001-10-31 | 1 | -56/+58 |