Denys Vlasenko
|
7236b6d717
wget: fix fetching of https URLs without http proxy
|
6 years ago |
Denys Vlasenko
|
0972c7f7a5
wget: emit a message that certificate verification is not implemented
|
6 years ago |
Denys Vlasenko
|
df45eb49ac
wget: handle URLs with @ or hash differently
|
6 years ago |
Denys Vlasenko
|
2aeb201c97
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided
|
6 years ago |
Denys Vlasenko
|
8e2174e9bd
wget: check chunk length for overflowing off_t
|
6 years ago |
Denys Vlasenko
|
32c3e3a44c
wget,ftpd: shorten and reuse strings
|
6 years ago |
Denys Vlasenko
|
899ae5337a
libbb: new function bb_die_memory_exhausted
|
6 years ago |
Peter Lloyd
|
804ce5a6fe
wget: fix fetching of https URLs with http proxy
|
6 years ago |
Denys Vlasenko
|
3459024bf4
wget: more thorough sanitization of other side's data
|
6 years ago |
Denys Vlasenko
|
237a900bc5
wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs
|
6 years ago |
Denys Vlasenko
|
2b7515722b
wget: attempt to negotiate encrypted data ftps stream ("PROT P")
|
6 years ago |
Denys Vlasenko
|
1783ffa990
wget: add EPSV support
|
6 years ago |
Denys Vlasenko
|
403f2999f9
wget: initial support for ftps://
|
6 years ago |
Denys Vlasenko
|
e999657f6d
wget: preparations for ftps:// support (block move, no code changes)
|
6 years ago |
Denys Vlasenko
|
0c4dbd481a
regularize format of source file headers, no code changes
|
7 years ago |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |
Denys Vlasenko
|
036585a911
getopt32: remove applet_long_options
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
67f6db6b27
wget: add a big explanation what TLS code implements and what does not
|
8 years ago |
Denys Vlasenko
|
dff9fefd50
wget: add support for -S --server-response
|
8 years ago |
Denys Vlasenko
|
9a647c326a
separate TLS code into a library, use in in wget
|
8 years ago |
Denys Vlasenko
|
a0aae9f714
tls: decode alerts and in particular, EOF alert.
|
8 years ago |
Denys Vlasenko
|
4e08a123b0
Assorted warning fixes and added a comment, no code changes
|
8 years ago |
Denys Vlasenko
|
a6f8651911
wget: fix for brain-damaged HTTP servers. Closes 9471
|
8 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
8 years ago |
Denys Vlasenko
|
2972e2c4ac
wget: there is no -s option in GNU Wget 1.18, we should be compatible
|
8 years ago |
Denys Vlasenko
|
ef15970d7e
*: placate some compile warnings on OSX
|
8 years ago |
Denys Vlasenko
|
9ff910de6b
wget: treat 201,202,203 as success codes too. Closes 9211
|
8 years ago |
Denys Vlasenko
|
de3da6bf87
wget/ssl_helper: update to wolfssl-3.9.8
|
8 years ago |