Small size optimization from Aaron Lehmann
[oweals/busybox.git] / wget.c
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-19 Matt KraaiThe -P prefix should only be prepended to filenames...
2001-07-19 Matt KraaiThe directory name should only be prepended if one...
2001-06-21 Eric AndersenAdd wget -P support, finishing off bug #1176
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Eric AndersenSuggestion from Larry: no format string, use fputs...
2001-05-15 Eric AndersenPatch from Adam Heath <doogie@debian.org> to add arbitr...
2001-05-13 Eric AndersenWhen doing a 'wget -O -' turn on the quiet flag, lest...
2001-05-09 Matt KraaiMake stdio functions which can be interrupted by the...
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-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
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 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 AndersenClarify the statusbar config option so it states which...
2001-01-03 Matt KraaiPrevent / doubling and shrink parse_url.
2000-12-18 Matt KraaiAdd missing newlines to error messages.
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-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-10-25 Matt KraaiCleaned up error message handling.
2000-10-03 Eric AndersenAdd a spiffy progress meter.
2000-10-02 Eric AndersenTry to guess an output filename
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
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...