aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wget: allow end-users to customize Content-Type for --post-data and --post-fileIldar Shaimordanov2021-12-121-13/+22
* wget: implement --post-fileRon Yorston2021-10-011-3/+23
* 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
* help text tweaksDenys Vlasenko2020-12-181-9/+4
* wget: do not ftruncate if -O- is used, closes 13351Denys Vlasenko2020-12-081-3/+10
* wget: fix openssl options for cert verificationScott Court2020-06-291-4/+17
* wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov2020-05-201-3/+17
* wget: increase redirections limitDavid Demelier2019-09-121-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-11/+11
* style fix, no code changesDenys Vlasenko2019-05-141-1/+1
* 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
* 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
* 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
* 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
* 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
* wget: check chunk length for overflowing off_tDenys Vlasenko2018-04-081-3/+11
* wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-071-19/+14
* libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-2/+2
* wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
* 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
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+7
* config: deindent all help textsDenys Vlasenko2017-07-211-60/+60
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2017-01-301-0/+33
* wget: add support for -S --server-responseDenys Vlasenko2017-01-241-20/+29
* separate TLS code into a library, use in in wgetDenys Vlasenko2017-01-231-48/+54
* tls: decode alerts and in particular, EOF alert.Denys Vlasenko2017-01-201-1/+1
* Assorted warning fixes and added a comment, no code changesDenys Vlasenko2017-01-161-0/+3
* wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko2017-01-111-8/+15
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-10/+6
* wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko2016-10-041-24/+33
* *: placate some compile warnings on OSXDenys Vlasenko2016-09-011-1/+1
* wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko2016-08-311-1/+17