aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-07-071-2/+1
|\
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-3/+3
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2016-04-041-5/+17
|\|
| * wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko2016-03-171-5/+17
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-16/+31
|\|
| * wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko2015-10-201-16/+31
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-23/+136
|\|
| * wget: shrink code if https isn't supportedRon Yorston2015-10-131-0/+4
| * wget: make it possible to have both SSL helpers configuredDenys Vlasenko2015-10-071-23/+53
| * wget: make openssl/ssl_helper choice configurableDenys Vlasenko2015-10-071-10/+95
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-20/+78
|\|
| * wget: fix --header to not append duplicate headersBernhard Reutner-Fischer2015-02-181-20/+78
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-2/+3
|\|
| * wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko2014-03-271-2/+3
* | wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-161-0/+6
* | wget: disable https supportRon Yorston2014-03-111-0/+6
|/
* wget: fix commentDenys Vlasenko2014-02-241-1/+1
* wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko2014-02-231-2/+47
* wget: add support for https using "openssl s_client" as a helperDenys Vlasenko2014-02-221-26/+92
* wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko2014-02-031-7/+9
* wget: user-friendly fallback to httpLauri Kasanen2013-12-171-5/+12
* wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-161-0/+8
* wget: add support for connect timeoutLauri Kasanen2013-10-121-3/+21
* Whitespace fixesDenys Vlasenko2013-07-301-7/+7
* wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko2013-07-011-2/+10
* 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