aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2001-06-21Add wget -P support, finishing off bug #1176Eric Andersen
2001-06-12A patch from Benjamin Zeckel <bzeckel@cisco.com> to allowEric Andersen
2001-05-21Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-05-16Whoops. Forgot the x.Matt Kraai
2001-05-16Add xgethostbyname and herror_msg* functions.Matt Kraai
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai
2001-05-15Suggestion from Larry: no format string, use fputs instead.Eric Andersen
2001-05-15Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportEric Andersen
2001-05-15Fix incorrect length passed to accept noted by Larry Doolittle.Matt Kraai
2001-05-13When doing a 'wget -O -' turn on the quiet flag, lest the status barEric Andersen
2001-05-09Make stdio functions which can be interrupted by the progressmeter timerMatt Kraai
2001-05-07Patch from Jim McQuillan to pass the terminal type to the remote host.Eric Andersen
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley
2001-04-11Use putc, and write to stderr as the rest of the progressmeter does.Matt Kraai
2001-04-11Only finish with a newline if we are displaying the progress indicator.Matt Kraai
2001-04-11Fix behavior when extracting to stdout. Report and patch byMatt Kraai
2001-04-10This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen
2001-04-09Update how we detect if libc5 is in use.Eric Andersen