summaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* wget: wrap one atrociously long line (around 200 chars long!).Denis Vlasenko2006-09-091-18/+25
* uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko2006-09-031-20/+2
* - patch from Csaba Henk to make the "User-Agent" header field configurable.Bernhard Reutner-Fischer2006-09-021-3/+7
* - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/gBernhard Reutner-Fischer2006-08-201-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+6
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-9/+8
* Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 byRob Landley2006-06-271-19/+3
* Patch from Denis Vlasenko:Rob Landley2006-06-131-57/+44
* Whitespace cleanup from Denis Vlasenko.Rob Landley2006-06-131-9/+8
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-2/+2
* - add CONFIG_FEATURE_WGET_LONG_OPTIONSBernhard Reutner-Fischer2006-05-311-0/+4
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-10/+0
* - include strings.hBernhard Reutner-Fischer2006-05-191-0/+1
* 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