aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
AgeCommit message (Expand)Author
2011-04-16wget: add a note about bug 3625Denys Vlasenko
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya
2011-03-21wget: move help text to .c fileDenys Vlasenko
2011-03-21wget: fix fname_out usage wrt redirectsDenys Vlasenko
2011-02-19wget: reduce bloatPere Orga
2011-02-15wget: check for final write errors for -O FILE tooDenys Vlasenko
2011-02-15wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko
2011-02-14wget: fix SEGV with multiple urls and redirectionPere Orga
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko
2011-02-13wget: support multiple URLs on command lineDenys Vlasenko
2011-02-12typo fix in commentDenys Vlasenko
2011-02-11wget: display 100% at the _end_ of chunked downloadDenys Vlasenko
2011-02-11wget: chunked mode fix. Closes bug 3229Denys Vlasenko
2011-02-11wget: explain clearerr more clearlyDenys Vlasenko
2011-02-11wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-10wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko
2011-02-10wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko
2011-02-10save 10 bytes on stringsDenys Vlasenko
2011-02-10wget: remove functions which retry on EINTRDenys Vlasenko
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-09-23wget: flush output to network before receving replyNguyễn Thái Ngọc Duy
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-08wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko
2010-08-08wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn
2010-07-12wget: fix progress displayDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-02-11wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko
2010-02-10wget: ignore --no-check-certificateBernhard Reutner-Fischer
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-12-11wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-10-05wget: fix for code 302; mount: support -o unionVladimir Dronnikov
2009-08-22wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water
2009-06-30wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko
2009-06-28wget: fix redirection from HTTP to FTP serverDenys Vlasenko
2009-06-28wget: remove strange *&var construct.Denys Vlasenko
2009-06-28wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-04wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko
2009-03-02wget: fix --header handlingDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko