aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen
2001-01-20Fix naming to reflect realityEric Andersen
2001-01-20Clarify the statusbar config option so it states which applet it applies to.Eric Andersen
2001-01-20Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2001-01-03Prevent / doubling and shrink parse_url.Matt Kraai
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-18Add missing newlines to error messages.Matt Kraai
2000-12-15Rewrite nc to be simpler, smaller, and to check syscalls for errors.Matt Kraai
2000-12-14Shutdown sending on the socket when stdin closes.Matt Kraai
2000-12-09More wget cleanups I've been working on...Eric Andersen
2000-12-09add quiet mode support.Glenn L McGrath
2000-12-07Patch from Matt Kraai to enable proxy support.Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-07Write progress meter to stderr instead of stdoutRandolph Chung
2000-12-07Fixed URL parsing bugRandolph Chung