summaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-01-141-12/+14
|\
| * help text tweaksDenys Vlasenko2020-12-181-9/+4
| * wget: do not ftruncate if -O- is used, closes 13351Denys Vlasenko2020-12-081-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-4/+17
|\|
| * wget: fix openssl options for cert verificationScott Court2020-06-291-4/+17
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-3/+17
|\|
| * wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov2020-05-201-3/+17
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+1
|\|
| * wget: increase redirections limitDavid Demelier2019-09-121-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-11/+11
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-11/+11
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-1/+1
|\|
| * style fix, no code changesDenys Vlasenko2019-05-141-1/+1
* | su, wget: use magic '--busybox' flagRon Yorston2019-03-081-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-19/+24
|\|
| * wget: detect when the length of received file is less than advertisedDenys Vlasenko2019-01-211-8/+10
| * wget: remove empty if/endif preprocessor directive pairDenys Vlasenko2019-01-181-2/+0
| * wget: don't notify on download begin and end if quietMartin Lewis2019-01-171-9/+14
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-16/+48
|\|
| * wget: notify on download begin and endMartin Lewis2019-01-041-0/+10
| * wget: add -o flagMartin Lewis2019-01-041-15/+37
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-11/+14
|\|
| * wget: code shrinkDenys Vlasenko2018-11-241-8/+6
| * wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-231-2/+5
| * tls: code shrinkDenys Vlasenko2018-11-141-1/+1
| * wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko2018-11-131-1/+3
* | Merge branch 'busybox'Ron Yorston2018-07-251-2/+8
|\|
| * wget: fix fetching of https URLs without http proxyDenys Vlasenko2018-07-021-0/+1
| * wget: emit a message that certificate verification is not implementedDenys Vlasenko2018-05-281-2/+7
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-11/+11
|\|
| * wget: handle URLs with @ or hash differentlyDenys Vlasenko2018-04-241-7/+7
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-22/+25
|\|
| * wget: check chunk length for overflowing off_tDenys Vlasenko2018-04-081-3/+11
| * wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-071-19/+14
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-2/+2
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-2/+2
* | win32: tidy up popen implementationRon Yorston2018-03-151-2/+1
* | wget: add support for httpsRon Yorston2018-03-151-0/+27
* | Merge branch 'busybox' into mergeRon Yorston2018-03-151-4/+4
|\|
| * wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-116/+162
|\|
| * wget: more thorough sanitization of other side's dataDenys Vlasenko2018-02-121-31/+55
| * wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko2018-02-081-5/+7
| * wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko2018-02-061-3/+7
| * wget: add EPSV supportDenys Vlasenko2018-02-061-12/+7
| * wget: initial support for ftps://Denys Vlasenko2018-02-061-8/+29
| * wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko2018-02-061-81/+81
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+0
|\|