aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
AgeCommit message (Expand)Author
2021-02-18wget: use bearssl instead of opensslv1.33.0Cem Keylan
2020-12-18help text tweaksDenys Vlasenko
2020-12-08wget: do not ftruncate if -O- is used, closes 13351Denys Vlasenko
2020-06-29wget: fix openssl options for cert verificationScott Court
2020-05-20wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov
2019-09-12wget: increase redirections limitDavid Demelier
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-14style fix, no code changesDenys Vlasenko
2019-01-21wget: detect when the length of received file is less than advertisedDenys Vlasenko
2019-01-18wget: remove empty if/endif preprocessor directive pairDenys Vlasenko
2019-01-17wget: don't notify on download begin and end if quietMartin Lewis
2019-01-04wget: notify on download begin and endMartin Lewis
2019-01-04wget: add -o flagMartin Lewis
2018-12-28config: update size informationDenys Vlasenko
2018-11-24wget: code shrinkDenys Vlasenko
2018-11-23wget: print the final newline only for non-tty outputDenys Vlasenko
2018-11-14tls: code shrinkDenys Vlasenko
2018-11-13wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko
2018-07-02wget: fix fetching of https URLs without http proxyDenys Vlasenko
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko
2018-04-24wget: handle URLs with @ or hash differentlyDenys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-08wget: check chunk length for overflowing off_tDenys Vlasenko
2018-04-07wget,ftpd: shorten and reuse stringsDenys Vlasenko
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2018-03-05wget: fix fetching of https URLs with http proxyPeter Lloyd
2018-02-12wget: more thorough sanitization of other side's dataDenys Vlasenko
2018-02-08wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko
2018-02-06wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko
2018-02-06wget: add EPSV supportDenys Vlasenko
2018-02-06wget: initial support for ftps://Denys Vlasenko
2018-02-06wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko
2017-01-24wget: add support for -S --server-responseDenys Vlasenko
2017-01-23separate TLS code into a library, use in in wgetDenys Vlasenko
2017-01-20tls: decode alerts and in particular, EOF alert.Denys Vlasenko
2017-01-16Assorted warning fixes and added a comment, no code changesDenys Vlasenko
2017-01-11wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-10-04wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-08-31wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko
2016-08-21wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko
2016-07-25wget: run s_client helper with -servername HOSTDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko