getopt_ulflags -> getopt32.
[oweals/busybox.git] / networking / wget.c
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-01 Denis Vlasenkowget: make progress bar and ETA work correctly with -c
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-26 Denis Vlasenkowget: add (configurable) large file support. Run tested.
2006-09-23 Denis Vlasenkowget: fix bug where wget creates null file if there...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-15 Rob LandleySo, in the cornucopia of superfulous warning directives...
2006-09-09 Denis Vlasenkowget: wrap one atrociously long line (around 200 chars...
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-08-20 Bernhard Reutner... - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_L...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-06-27 Rob LandleyPatch from Geoff Baker to fix bug bugs.busybox.net...
2006-06-13 Rob LandleyPatch from Denis Vlasenko:
2006-06-13 Rob LandleyWhitespace cleanup from Denis Vlasenko.
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-05-31 Bernhard Reutner... - add CONFIG_FEATURE_WGET_LONG_OPTIONS
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - include strings.h
2006-02-21 Rob LandleySmall tweak cherry-picked from Devin Bayer's monster...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2005-12-02 Rob LandleyIf we really _need_ an #ifdef like this, then we should...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-10-08 Eric AndersenPatch from Denis Vlasenko to fix a problem where
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-08 Glenn L McGrathFix ftp resume
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-06 Eric AndersenFix/eliminate use of atol
2004-02-22 Glenn L McGrathNo need to check proxy env variable twice, ignore proxy...
2004-01-31 Glenn L McGrathFix http proxy use, bytes were swapped 1_00_pre6
2004-01-26 Eric AndersenPascal Brisset writes:
2004-01-17 Glenn L McGrathPatch from Leif Lindholm (slightly modified by me)...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-27 Glenn L McGrathFix a bug of mine, identified by Stephane Billiart
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Glenn L McGrathUse getopt_ulflags
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-11 Eric AndersenPatch from Philip Blundell:
2003-09-10 Glenn L McGrathadd ipv6 literal support to wget
2003-08-29 Glenn L McGrathCorrect logic in determining size of block to download...
2003-08-28 Glenn L McGrath"When the initial request by wget is responded by a...
2003-08-28 Glenn L McGrath"When the filesize is known from content-length header...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-11 Eric Andersencope with crappy windoze ftp servers
2002-07-12 Robert GrieblAccept the --passive-ftp cmd.line option. We always...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-05-14 Robert GrieblAdded support for -Y|--proxy=on/off to wget
2002-04-17 Matt Kraai* networking/wget.c (wget_main): Check return value...
2002-03-19 Matt Kraai* networking/wget.c (parse_url): Allocate a string...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
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
next