summaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small tweak cherry-picked from Devin Bayer's monster MacOS X patch.Rob Landley2006-02-211-1/+1
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-17/+17
* If we really _need_ an #ifdef like this, then we should be using the libbbRob Landley2005-12-021-3/+0
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-14/+14
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
* 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