David Kalnischkies
|
d94b1d80d8
don't sent Range requests if we know its not accepted
|
8 years ago |
David Kalnischkies
|
ebdb6f1810
reorganize server-states resetting in http/https
|
8 years ago |
David Kalnischkies
|
0568d325ad
http: auto-configure for local Tor proxy if called as 'tor'
|
8 years ago |
David Kalnischkies
|
3006044202
implement generic config fallback for methods
|
8 years ago |
David Kalnischkies
|
4bba5a88d0
use the same redirection handling for http and https
|
8 years ago |
David Kalnischkies
|
ece81b7517
fail on unsupported http/https proxy settings
|
8 years ago |
David Kalnischkies
|
d415fc795a
support all socks-proxy known to curl in https method
|
8 years ago |
David Kalnischkies
|
b50dfa6b2d
report all instead of first error up the acquire chain
|
8 years ago |
David Kalnischkies
|
0b45b6e5de
use +0000 instead of UTC by default as timezone in output
|
8 years ago |
David Kalnischkies
|
8b79c94af7
use std::locale::global instead of setlocale
|
8 years ago |
Patrick Cable
|
8707edd9e4
refactored no_proxy code to work regardless of where https proxy is set
|
8 years ago |
Julian Andres Klode
|
74dedb4ae2
Convert most callers of isspace() to isspace_ascii()
|
9 years ago |
David Kalnischkies
|
258b9e512c
apply various suggestions made by cppcheck
|
9 years ago |
David Kalnischkies
|
ce1f3a2c61
wrap every unlink call to check for != /dev/null
|
9 years ago |
David Kalnischkies
|
bce8e59b81
set failreasons similar to connect.cc based on curl errors
|
9 years ago |
David Kalnischkies
|
830a1b8c9e
fix two memory leaks reported by gcc
|
9 years ago |
Michael Vogt
|
4fc6b7570c
Merge branch 'debian/sid' into debian/experimental
|
9 years ago |
Michael Vogt
|
65759e00ef
Update methods/https.cc now that ServerState::Size is renamed
|
9 years ago |
Michael Vogt
|
0f3150e704
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
|
9 years ago |
Michael Vogt
|
6291f60e86
Rename "Size" in ServerState to TotalFileSize
|
9 years ago |
David Kalnischkies
|
8eafc75954
detect Releasefile IMS hits even if the server doesn't
|
9 years ago |
David Kalnischkies
|
dcbb364fc6
detect 416 complete file in partial by expected hash
|
9 years ago |
David Kalnischkies
|
34faa8f7ae
calculate hashes while downloading in https
|
9 years ago |
David Kalnischkies
|
9224ce3d4d
calculate only expected hashes in methods
|
9 years ago |
David Kalnischkies
|
27925d82dd
improve https method queue progress reporting
|
9 years ago |
David Kalnischkies
|
bb948ef562
do not unlink https file on general error
|
9 years ago |
Michael Vogt
|
3a53f6a151
Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404"
|
9 years ago |
David Kalnischkies
|
a2679f55b5
properly handle expected filesize in https
|
9 years ago |
Robert Edmonds
|
1296bc7c46
HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404
|
9 years ago |
David Kalnischkies
|
905fba60a0
derive more of https from http method
|
9 years ago |