aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
AgeCommit message (Expand)Author
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-03-17wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko
2015-10-20wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko
2015-10-13wget: shrink code if https isn't supportedRon Yorston
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-02-18wget: fix --header to not append duplicate headersBernhard Reutner-Fischer
2014-03-27wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko
2014-02-24wget: fix commentDenys Vlasenko
2014-02-23wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko
2014-02-22wget: add support for https using "openssl s_client" as a helperDenys Vlasenko
2014-02-03wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko
2013-12-17wget: user-friendly fallback to httpLauri Kasanen
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-12wget: add support for connect timeoutLauri Kasanen
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko
2012-09-03wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426Denys Vlasenko
2012-08-16wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko
2012-06-17wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko
2012-06-17wget: make -c _not_ truncate the fileDenys Vlasenko
2012-06-13wget: correctly handle failure to -c (continue)Denys Vlasenko
2012-06-13wget: add dummy --no-cacheVladimir Dronnikov
2011-12-18wget: fix use-after-free on redirectDenys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
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