aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...Manuel Novoa III
2001-03-23xstrdup tftp cleanup from Jeff GarzikEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-17Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, whereEric Andersen
2001-03-15Don't confuse people. If the run 'ifconfig' and they didn'tEric Andersen
2001-03-14Fix socklen_t for libc5Eric Andersen
2001-03-12Reduced code size of interface. Support ifconfig -a and ifconfig interfaceManuel Novoa III
2001-03-10Quick mod to enable option -a for ifconfig.Manuel Novoa III
2001-03-09Use perror_msg_and_die function where appropriate.Manuel Novoa III
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-03-08Improved port of ifconfig... smaller and with more features.Manuel Novoa III
2001-03-07This patch by Vladimir and Larry saves a few bytes.Eric Andersen
2001-03-06Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromMark Whitley
2001-03-06Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-18A small cleanup by VladimirEric Andersen
2001-02-15Another small formatting change from Larry Doolittle.Mark Whitley
2001-02-15Applied patch from Larry Doolittle that does the following:Mark Whitley
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-14implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-07Add listening support.Matt Kraai
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31Patch from Vladimir N. Oleynik to simplify wget file openingEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-26Add errno.hEric Andersen
2001-01-24Some behavioral updates to wget so it acts a bit nicer.Eric Andersen