aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-09-281-3/+6
|\
| * wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-261-3/+6
* | wget: let user override Content-LengthRon Yorston2024-07-261-0/+21
* | win32: consolidate executable handling in popen.cRon Yorston2024-07-201-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2024-07-101-1/+1
|\|
| * wget: ignore header casingSertonix2024-07-081-1/+1
* | win32: only search PATH for compressorRon Yorston2023-11-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | Merge busybox into mergeRon Yorston2021-12-271-13/+22
|\|
| * wget: allow end-users to customize Content-Type for --post-data and --post-fileIldar Shaimordanov2021-12-121-13/+22
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-3/+23
|\|
| * wget: implement --post-fileRon Yorston2021-10-011-3/+23
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-15/+37
|\|
| * wget: allow HTTP 307/308 redirectsJeremy Lin2021-04-301-0/+2
| * wget: new option FEATURE_WGET_FTP to enable/disable FTPSergey Ponomarev2021-03-091-15/+35
* | 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
|\|