Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
8 年之前 |
Denys Vlasenko
|
2972e2c4ac
wget: there is no -s option in GNU Wget 1.18, we should be compatible
|
8 年之前 |
Denys Vlasenko
|
ef15970d7e
*: placate some compile warnings on OSX
|
8 年之前 |
Denys Vlasenko
|
9ff910de6b
wget: treat 201,202,203 as success codes too. Closes 9211
|
8 年之前 |
Denys Vlasenko
|
de3da6bf87
wget/ssl_helper: update to wolfssl-3.9.8
|
8 年之前 |
Denys Vlasenko
|
ed72761843
wget: run s_client helper with -servername HOST
|
8 年之前 |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 年之前 |
Denys Vlasenko
|
3e134ebf6a
*: slap on a few ALIGN1/2s where appropriate
|
8 年之前 |
Denys Vlasenko
|
6701e91d84
wget: make -T timeout work on header reads too. Closes 8636
|
8 年之前 |
Denys Vlasenko
|
92e1b0826d
wget: make Bartosz's "wget --passive-ftp -nd -t 3" work
|
9 年之前 |
Ron Yorston
|
4d0c1ea478
wget: shrink code if https isn't supported
|
9 年之前 |
Denys Vlasenko
|
2007ef5c3c
wget: make it possible to have both SSL helpers configured
|
9 年之前 |
Denys Vlasenko
|
1c6c670ed4
wget: make openssl/ssl_helper choice configurable
|
9 年之前 |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 年之前 |
Bernhard Reutner-Fischer
|
d7bfee1edb
wget: fix --header to not append duplicate headers
|
9 年之前 |
Denys Vlasenko
|
faa9e94db6
wget: fix a case where progress bar isn't updated if writes are very slow
|
10 年之前 |
Denys Vlasenko
|
a2796223cb
wget: fix comment
|
10 年之前 |
Denys Vlasenko
|
53315570bb
wget: add commented-out code to use ssl_helper instead of openssl
|
10 年之前 |
Denys Vlasenko
|
8b7e8ae224
wget: add support for https using "openssl s_client" as a helper
|
10 年之前 |
Denys Vlasenko
|
d353bfff46
wget: fix use-after-free of ->user. Closes 6836
|
10 年之前 |
Lauri Kasanen
|
4967a41ba1
wget: user-friendly fallback to http
|
11 年之前 |
Guilherme Maciel Ferreira
|
840ef17f63
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
|
11 年之前 |
Lauri Kasanen
|
d074b416f8
wget: add support for connect timeout
|
11 年之前 |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 年之前 |
Denys Vlasenko
|
ea267d518f
wget: do not abort if "_" is encountered in a HTTP header
|
11 年之前 |
Denys Vlasenko
|
b7812ce0f7
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
|
12 年之前 |
Denys Vlasenko
|
9c55143bbf
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
|
12 年之前 |
Denys Vlasenko
|
aacd448601
wget: fix wget-supports--P testsuite failure. Closes 4940
|
12 年之前 |
Denys Vlasenko
|
6144124aac
wget: make -c _not_ truncate the file
|
12 年之前 |
Denys Vlasenko
|
bf146b8610
wget: correctly handle failure to -c (continue)
|
12 年之前 |