Skip headers with empty filenames, rather than stopping.
[oweals/busybox.git] / networking /
2001-04-17 Mark WhitleyApplied a patch from Laurence Anderson to fix the wget...
2001-04-11 Matt KraaiUse putc, and write to stderr as the rest of the progre...
2001-04-11 Matt KraaiOnly finish with a newline if we are displaying the...
2001-04-11 Matt KraaiFix behavior when extracting to stdout. Report and...
2001-04-10 Eric AndersenThis patch from Laurence Anderson <laurence@zxmail...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-26 Manuel Novoa III Fix in_ether bug regarding hex digits reported by Jonas...
2001-03-23 Eric Andersenxstrdup tftp cleanup from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-17 Eric AndersenFix a bug pointed out by Rob Landley <rlandley@austin...
2001-03-15 Eric AndersenDon't confuse people. If the run 'ifconfig' and they...
2001-03-14 Eric AndersenFix socklen_t for libc5
2001-03-12 Manuel Novoa III Reduced code size of interface. Support ifconfig ...
2001-03-10 Manuel Novoa III Quick mod to enable option -a for ifconfig.
2001-03-09 Manuel Novoa III Use perror_msg_and_die function where appropriate.
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-08 Manuel Novoa III Improved port of ifconfig... smaller and with more...
2001-03-07 Eric AndersenThis patch by Vladimir and Larry saves a few bytes.
2001-03-06 Mark WhitleyApplied patch from Vladimir Oleynik via Magnus Damm...
2001-03-06 Eric AndersenAdd in a first pass at ifconfig status reporting. ...
2001-03-02 Mark WhitleyAdded Magnus Damm's tftp applet to Busybox.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenA small cleanup by Vladimir
2001-02-15 Mark WhitleyAnother small formatting change from Larry Doolittle.
2001-02-15 Mark WhitleyApplied patch from Larry Doolittle that does the following:
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric Andersenimplemented displayroute() based on a patch from Vladim...
2001-02-14 Eric AndersenAdd in ifconfig and route
2001-02-07 Matt KraaiAdd listening support.
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenPatch from Vladimir N. Oleynik to simplify wget file...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenAdd errno.h
2001-01-24 Eric AndersenSome behavioral updates to wget so it acts a bit nicer.
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2001-01-20 Eric AndersenFix naming to reflect reality
2001-01-20 Eric AndersenClarify the statusbar config option so it states which...
2001-01-20 Eric AndersenApply a patch from Vladimir N. Oleynik <dzo@simtreas...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2001-01-03 Matt KraaiPrevent / doubling and shrink parse_url.
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-15 Matt KraaiRewrite nc to be simpler, smaller, and to check syscall...
2000-12-14 Matt KraaiShutdown sending on the socket when stdin closes.
2000-12-09 Eric AndersenMore wget cleanups I've been working on...
2000-12-09 Glenn L McGrathadd quiet mode support.
2000-12-07 Eric AndersenPatch from Matt Kraai to enable proxy support.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Randolph ChungWrite progress meter to stderr instead of stdout
2000-12-07 Randolph ChungFixed URL parsing bug
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-10-25 Matt KraaiCleaned up error message handling.
2000-10-12 Eric AndersenApply patch from "Orion Poplawski" <OPoplawski@cqg...
2000-10-03 Eric AndersenAdd a spiffy progress meter.
2000-10-02 Eric AndersenTry to guess an output filename
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-20 Matt KraaiReturn failure if ping gets no response.
2000-09-14 Eric AndersenBug fix for wget, and proper attribution of Chip Rosent...
2000-09-04 Eric AndersenInitial implementation of wget, from Chip Rosenthal...
2000-08-31 Eric AndersenFix spelling error
2000-07-28 Pavel RoskinFixed to pass -Wundef
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-06-19 Eric AndersenMade ping work with libc5 and libc6.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-14 Eric AndersenIntegrate Tomi Ollila's telnet. Costs 3k. :)
2000-06-07 Pavel RoskinImplemented "ping -s", fixed error messages and argumen...
2000-06-04 Eric Andersen"nc" exits silently on errors. This patch makes it...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-25 Erik AndersenSeveral more updates
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-22 Erik AndersenSync up a few things. Add in a new telnet implementati...
2000-02-18 Erik AndersenSome updates for the day,
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-30 John Beppumade more robust and commented my code.
2000-01-29 John Beppu nslookup -- a work in progress...
2000-01-29 Erik AndersenMinor change. init now uses dup2.
next