aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2001-10-31Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:Eric Andersen
2001-10-31patch from Giulio Orsero <giulioo@pobox.com>Eric Andersen
2001-10-28Use error_msg() instead of fprintf(stderr, ...)Eric Andersen
2001-10-28Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen
2001-10-25Recovery from previous commitGlenn L McGrath
2001-10-25rEcover from my previous commitGlenn L McGrath
2001-10-25Modify applets to use libunarchiveGlenn L McGrath
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-05Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath
2001-10-01Use xgethostbyname instead of gethostbyname (found by Erik Andersen).Matt Kraai
2001-09-05Another fix from vodzEric Andersen
2001-08-27patch from vodz -- route cleanup to display all route entriesEric Andersen
2001-08-23A patch from Jaspreet Singh <jsingh@somanetworks.com>Eric Andersen
2001-08-20Apply Glenn's tftp rewriteEric Andersen
2001-08-10This corrects the _really_poor_ implementation of "broadcast +" handlingManuel Novoa III
2001-08-02More libc5 fixupsEric Andersen
2001-07-31Silence some silly warningsEric Andersen
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
2001-07-19The -P prefix should only be prepended to filenames which are not explicitlyMatt Kraai
2001-07-19The directory name should only be prepended if one was specified.Matt Kraai
2001-07-17This is vodz' latest patch. Sorry it took so long...Eric Andersen
2001-07-13Allow featureless ping to compile, and featureful ping to shrinkMatt Kraai
2001-07-12Patch from vodz:Eric Andersen
2001-07-10A traceroute applet from vodz. This could probably be slimmed down,Eric Andersen
2001-07-07This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesEric Andersen
2001-07-06Add woukaround for missing struct _res in uClibcEric Andersen
2001-06-26Vladimir's last_patch_15Glenn L McGrath
2001-06-23These were broken when using dmalloc due to include file orderingEric Andersen