Edgar Fuß
|
324bb34d77
http: clear content before reporting the failure
|
8 years ago |
David Kalnischkies
|
9714d52205
don't try pipelining if server closes connections
|
8 years ago |
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
|
148c049150
http(s): allow empty values for header fields
|
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
|
57401c48fa
detect redirection loops in acquire instead of workers
|
8 years ago |
David Kalnischkies
|
353b7bab08
http: skip requesting if pipeline is full
|
8 years ago |
David Kalnischkies
|
b9c20219dc
use proper warning for automatic pipeline disable
|
8 years ago |
David Kalnischkies
|
cc0a4c82b3
close server if parsing of header field failed
|
8 years ago |
David Kalnischkies
|
8b79c94af7
use std::locale::global instead of setlocale
|
8 years ago |
David Kalnischkies
|
b58e2c7c56
prevent C++ locale number formatting in text APIs
|
8 years ago |
David Kalnischkies
|
742f67eaed
don't ask server if we have entire file in partial/
|
8 years ago |
David Kalnischkies
|
2651f1c071
act on various suggestions from cppcheck
|
9 years ago |
Julian Andres Klode
|
b6d88f39ac
Only enable pipelining if server is HTTP/1.1
|
9 years ago |
Julian Andres Klode
|
74dedb4ae2
Convert most callers of isspace() to isspace_ascii()
|
9 years ago |
David Kalnischkies
|
23e64f6d0f
allow acquire method specific options via Binary scope
|
9 years ago |
David Kalnischkies
|
ce1f3a2c61
wrap every unlink call to check for != /dev/null
|
9 years ago |
David Kalnischkies
|
830a1b8c9e
fix two memory leaks reported by gcc
|
9 years ago |
David Kalnischkies
|
3a8776a37a
fix various typos reported by codespell
|
9 years ago |
Michael Vogt
|
4fc6b7570c
Merge branch 'debian/sid' into debian/experimental
|
9 years ago |
Michael Vogt
|
6291f60e86
Rename "Size" in ServerState to TotalFileSize
|
9 years ago |
Michael Vogt
|
ceafe8a6ed
Fix endless loop in apt-get update that can cause disk fillup
|
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
|
905fba60a0
derive more of https from http method
|
9 years ago |
David Kalnischkies
|
d61960d924
merge debian/sid into debian/experimental
|
9 years ago |