aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426Denys Vlasenko2012-09-031-52/+62
* wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko2012-08-161-7/+14
* wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko2012-06-171-6/+4
* wget: make -c _not_ truncate the fileDenys Vlasenko2012-06-171-2/+14
* wget: correctly handle failure to -c (continue)Denys Vlasenko2012-06-131-0/+16
* wget: add dummy --no-cacheVladimir Dronnikov2012-06-131-10/+16
* wget: fix use-after-free on redirectDenys Vlasenko2011-12-181-2/+4
* wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-111-7/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* wget: add a note about bug 3625Denys Vlasenko2011-04-161-0/+6
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-1/+1
* wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya2011-03-271-41/+1
* wget: move help text to .c fileDenys Vlasenko2011-03-211-0/+26
* wget: fix fname_out usage wrt redirectsDenys Vlasenko2011-03-211-2/+8
* wget: reduce bloatPere Orga2011-02-191-7/+3
* wget: check for final write errors for -O FILE tooDenys Vlasenko2011-02-151-0/+3
* wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko2011-02-151-29/+37
* wget: fix SEGV with multiple urls and redirectionPere Orga2011-02-141-0/+1
* wget: support multiple URLs on command line even without -O :)Denys Vlasenko2011-02-131-55/+15
* wget: support multiple URLs on command lineDenys Vlasenko2011-02-131-129/+160
* typo fix in commentDenys Vlasenko2011-02-121-1/+1
* wget: display 100% at the _end_ of chunked downloadDenys Vlasenko2011-02-111-2/+2
* wget: chunked mode fix. Closes bug 3229Denys Vlasenko2011-02-111-10/+16
* wget: explain clearerr more clearlyDenys Vlasenko2011-02-111-1/+10
* wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko2011-02-111-6/+26
* progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-2/+2
* wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko2011-02-101-34/+40
* wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko2011-02-101-8/+19
* save 10 bytes on stringsDenys Vlasenko2011-02-101-1/+1
* wget: remove functions which retry on EINTRDenys Vlasenko2011-02-101-3/+5
* wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko2011-02-101-60/+61
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko2010-08-081-1/+1
* wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-081-48/+73
* wget: fix progress displayDenys Vlasenko2010-07-121-1/+1
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-2/+4
* wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko2010-02-111-0/+1
* wget: ignore --no-check-certificateBernhard Reutner-Fischer2010-02-101-0/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko2009-12-111-1/+1
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-29/+33
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* wget: factor out progress bar codeMagnus Damm2009-11-081-121/+6
* wget: fix for code 302; mount: support -o unionVladimir Dronnikov2009-10-051-1/+4
* wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water2009-08-221-1/+8
* wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko2009-06-301-3/+51