summaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-261-1/+1
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-1/+1
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-251-32/+40
* wget: -100 bytes, reduce stack usage, remove --header length limitDenis Vlasenko2006-10-231-20/+18
* wget: xatoi's were oversealous ("200 OK" isn't a number)Denis Vlasenko2006-10-151-39/+51
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+1
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-0/+2
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-12/+12
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-5/+5
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-16/+0
* wget: don't be careless with xstrdup'ingDenis Vlasenko2006-10-071-18/+24
* wget: fix download of URLs like:Denis Vlasenko2006-10-071-6/+30
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* wget: make progress bar and ETA work correctly with -cDenis Vlasenko2006-10-011-35/+37
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* wget: add (configurable) large file support. Run tested.Denis Vlasenko2006-09-261-53/+63
* wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko2006-09-231-78/+38
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* So, in the cornucopia of superfulous warning directives I didn't add to theRob Landley2006-09-151-1/+1
* 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