aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-2/+2
* Patch from Denis Vlasenko to fix a problem whereandersen2004-10-081-4/+8
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Fix ftp resumebug12004-04-081-5/+9
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-25/+25
* Fix/eliminate use of atolandersen2004-03-061-3/+11
* No need to check proxy env variable twice, ignore proxy env variable ifbug12004-02-221-14/+15
* Fix http proxy use, bytes were swappedbug12004-01-311-2/+2
* Pascal Brisset writes:andersen2004-01-261-2/+2
* Patch from Leif Lindholm (slightly modified by me), to fix httpbug12004-01-171-1/+4
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-3/+3
* Fix a bug of mine, identified by Stephane Billiartbug12003-12-271-3/+2
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-201-21/+14
* Use getopt_ulflagsbug12003-12-191-58/+50
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-311-9/+21
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-7/+4
* Patch from Philip Blundell:andersen2003-09-111-2/+2
* add ipv6 literal support to wgetbug12003-09-101-4/+26
* Correct logic in determining size of block to download, as pointed outbug12003-08-291-2/+2
* "When the initial request by wget is responded by a 3XX redirectbug12003-08-281-2/+5
* "When the filesize is known from content-length header, safe_fread isbug12003-08-281-13/+15
* Remove remaining libc5 support codeandersen2003-07-221-14/+1
* Major coreutils update.mjn32003-03-191-23/+23
* cope with crappy windoze ftp serversandersen2003-03-111-2/+2
* Accept the --passive-ftp cmd.line option. We always use passive ftp mode,sandman2002-07-121-8/+14
* A patch from Bart Visscher <magick@linux-fan.com> to add anandersen2002-07-031-12/+4
* Added support for -Y|--proxy=on/off to wgetsandman2002-05-141-6/+14
* * networking/wget.c (wget_main): Check return value of safe_fwrite.kraai2002-04-171-2/+3
* * networking/wget.c (parse_url): Allocate a string for the empty path.kraai2002-03-191-2/+2
* Major rework of the directory structure and the entire build system.andersen2001-10-241-12/+12
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-191-2/+2
* The -P prefix should only be prepended to filenames which are not explicitlykraai2001-07-191-4/+4
* The directory name should only be prepended if one was specified.kraai2001-07-191-2/+3
* Add wget -P support, finishing off bug #1176andersen2001-06-211-3/+7
* Add xgethostbyname and herror_msg* functions.kraai2001-05-161-3/+2
* Suggestion from Larry: no format string, use fputs instead.andersen2001-05-151-2/+2
* Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportandersen2001-05-151-3/+38
* When doing a 'wget -O -' turn on the quiet flag, lest the status barandersen2001-05-131-1/+2
* Make stdio functions which can be interrupted by the progressmeter timerkraai2001-05-091-5/+49
* Applied a patch from Laurence Anderson to fix the wget statusbar and a patchmarkw2001-04-171-19/+17
* Use putc, and write to stderr as the rest of the progressmeter does.kraai2001-04-111-2/+2
* Only finish with a newline if we are displaying the progress indicator.kraai2001-04-111-2/+5
* Fix behavior when extracting to stdout. Report and patch bykraai2001-04-111-5/+5
* This patch from Laurence Anderson <laurence@zxmail.com> fixesandersen2001-04-101-17/+30
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsandersen2001-04-051-97/+282
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-7/+7
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-11/+11
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-2/+3