summaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Denis Vlasenko to fix a problem whereEric Andersen2004-10-081-4/+8
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Fix ftp resumeGlenn L McGrath2004-04-081-5/+9
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-25/+25
* Fix/eliminate use of atolEric Andersen2004-03-061-3/+11
* No need to check proxy env variable twice, ignore proxy env variable ifGlenn L McGrath2004-02-221-14/+15
* Fix http proxy use, bytes were swapped1_00_pre6Glenn L McGrath2004-01-311-2/+2
* Pascal Brisset writes:Eric Andersen2004-01-261-2/+2
* Patch from Leif Lindholm (slightly modified by me), to fix httpGlenn L McGrath2004-01-171-1/+4
* Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath2004-01-171-3/+3
* Fix a bug of mine, identified by Stephane BilliartGlenn L McGrath2003-12-271-3/+2
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-201-21/+14
* Use getopt_ulflagsGlenn L McGrath2003-12-191-58/+50
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-311-9/+21
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-7/+4
* Patch from Philip Blundell:Eric Andersen2003-09-111-2/+2
* add ipv6 literal support to wgetGlenn L McGrath2003-09-101-4/+26
* Correct logic in determining size of block to download, as pointed outGlenn L McGrath2003-08-291-2/+2
* "When the initial request by wget is responded by a 3XX redirectGlenn L McGrath2003-08-281-2/+5
* "When the filesize is known from content-length header, safe_fread isGlenn L McGrath2003-08-281-13/+15
* Remove remaining libc5 support codeEric Andersen2003-07-221-14/+1
* Major coreutils update.Manuel Novoa III2003-03-191-23/+23
* cope with crappy windoze ftp serversEric Andersen2003-03-111-2/+2
* Accept the --passive-ftp cmd.line option. We always use passive ftp mode,Robert Griebl2002-07-121-8/+14
* A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen2002-07-031-12/+4
* Added support for -Y|--proxy=on/off to wgetRobert Griebl2002-05-141-6/+14
* * networking/wget.c (wget_main): Check return value of safe_fwrite.Matt Kraai2002-04-171-2/+3
* * networking/wget.c (parse_url): Allocate a string for the empty path.Matt Kraai2002-03-191-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-12/+12
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-191-2/+2
* The -P prefix should only be prepended to filenames which are not explicitlyMatt Kraai2001-07-191-4/+4
* The directory name should only be prepended if one was specified.Matt Kraai2001-07-191-2/+3
* Add wget -P support, finishing off bug #1176Eric Andersen2001-06-211-3/+7
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-3/+2
* Suggestion from Larry: no format string, use fputs instead.Eric Andersen2001-05-151-2/+2
* Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportEric Andersen2001-05-151-3/+38
* When doing a 'wget -O -' turn on the quiet flag, lest the status barEric Andersen2001-05-131-1/+2
* Make stdio functions which can be interrupted by the progressmeter timerMatt Kraai2001-05-091-5/+49
* Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley2001-04-171-19/+17
* Use putc, and write to stderr as the rest of the progressmeter does.Matt Kraai2001-04-111-2/+2
* Only finish with a newline if we are displaying the progress indicator.Matt Kraai2001-04-111-2/+5
* Fix behavior when extracting to stdout. Report and patch byMatt Kraai2001-04-111-5/+5
* This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen2001-04-101-17/+30
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen2001-04-051-97/+282
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-7/+7
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-11/+11
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-2/+3
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-3/+3
* Fix wget error message and add (and use) chomp library function.Matt Kraai2001-02-011-1/+2