aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2002-09-30last_patch58 from vodz:Eric Andersen
2002-09-15Use busybox's show_usage function for helpGlenn L McGrath
2002-09-10Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de>Eric Andersen
2002-08-26Eliminate use of obsolete sys_errlist[]Eric Andersen
2002-08-23Remove empty loopsGlenn L McGrath
2002-08-23Use static instead of extern, braces around if's, run through indentGlenn L McGrath
2002-08-23ansifyAaron Lehmann
2002-08-23remove duplicate definition of GAaron Lehmann
2002-08-22Run through indent, fix commentGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-08-21Cleanups. These SHOULD make the binary a lot smaller. But they don't.Aaron Lehmann
2002-08-21Disable debuggingGlenn L McGrath
2002-08-21Clean up udhcpd a bit. Constify. Staticize. Remove these functions andAaron Lehmann
2002-08-21New applet, udhcp clientGlenn L McGrath
2002-07-24Commited patch from bug #1182Robert Griebl
2002-07-12Accept the --passive-ftp cmd.line option. We always use passive ftp mode,Robert Griebl
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-07-03A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen
2002-07-03This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
2002-06-22Apply vodz' last_patch44 -- cleanup several chars to be const, fixEric Andersen
2002-06-06Email addr fixEric Andersen
2002-06-06Patch from Gyepi SAM <gyepi@praxis-sw.com>:Eric Andersen
2002-06-06Per discussion with vodz, Tim's changes do not seem to make sense.Eric Andersen
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl
2002-05-18ping return 1 if can't pingTim Riker
2002-05-16Reduced code size for new -e flag (suggested by vodz)Robert Griebl
2002-05-14Added support for -Y|--proxy=on/off to wgetRobert Griebl
2002-05-14This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl
2002-05-05Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.Eric Andersen
2002-04-27uClibc supports struct _res these days...Eric Andersen
2002-04-26Add netcat -i option, per patch from Cristian Ionescu-IdbohrnEric Andersen
2002-04-26Fix bugsEric Andersen
2002-04-26Minor formattingEric Andersen
2002-04-26add missing void, still has issues thoughTim Riker
2002-04-26Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>:Eric Andersen
2002-04-17* networking/wget.c (wget_main): Check return value of safe_fwrite.Matt Kraai
2002-04-15Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to workEric Andersen
2002-04-13Teach tftp to direct the fetched file to stdout when theEric Andersen
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
2002-03-21Doh! I broke ping when removing the nested function.Eric Andersen
2002-03-20Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults forEric Andersen
2002-03-20Cave to pressure (2 months later). Eliminate using aEric Andersen
2002-03-19* networking/wget.c (parse_url): Allocate a string for the empty path.Matt Kraai
2002-02-012002-01-30 Neal H Walfield <neal@cs.uml.edu>Matt Kraai
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-11-10Latest patch from vodz:Eric Andersen
2001-11-10Can't use RESERVE_CONFIG_BUFFER here since the allocationEric Andersen
2001-10-31Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>Eric Andersen