index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
https.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-16
don't sent Range requests if we know its not accepted
David Kalnischkies
1
-7
/
+8
2016-08-16
reorganize server-states resetting in http/https
David Kalnischkies
1
-1
/
+4
2016-08-11
http: auto-configure for local Tor proxy if called as 'tor'
David Kalnischkies
1
-0
/
+2
2016-08-10
implement generic config fallback for methods
David Kalnischkies
1
-115
/
+111
2016-08-10
use the same redirection handling for http and https
David Kalnischkies
1
-60
/
+46
2016-08-10
fail on unsupported http/https proxy settings
David Kalnischkies
1
-5
/
+9
2016-08-10
support all socks-proxy known to curl in https method
David Kalnischkies
1
-1
/
+12
2016-07-06
report all instead of first error up the acquire chain
David Kalnischkies
1
-1
/
+7
2016-07-02
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
1
-1
/
+1
2016-05-28
use std::locale::global instead of setlocale
David Kalnischkies
1
-7
/
+1
2016-04-27
refactored no_proxy code to work regardless of where https proxy is set
Patrick Cable
1
-6
/
+6
2015-12-27
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
1
-1
/
+1
2015-11-05
apply various suggestions made by cppcheck
David Kalnischkies
1
-2
/
+2
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
1
-3
/
+3
2015-11-04
set failreasons similar to connect.cc based on curl errors
David Kalnischkies
1
-3
/
+18
2015-09-14
fix two memory leaks reported by gcc
David Kalnischkies
1
-2
/
+2
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-4
/
+4
2015-05-22
Update methods/https.cc now that ServerState::Size is renamed
Michael Vogt
1
-1
/
+1
2015-05-22
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
1
-14
/
+4
2015-05-22
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
1
-2
/
+2
2015-05-13
detect Releasefile IMS hits even if the server doesn't
David Kalnischkies
1
-1
/
+1
2015-05-12
detect 416 complete file in partial by expected hash
David Kalnischkies
1
-8
/
+29
2015-04-19
calculate hashes while downloading in https
David Kalnischkies
1
-12
/
+26
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
1
-1
/
+1
2015-04-19
improve https method queue progress reporting
David Kalnischkies
1
-43
/
+39
2015-04-19
do not unlink https file on general error
David Kalnischkies
1
-1
/
+0
2015-04-13
Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...
Michael Vogt
1
-2
/
+0
2015-04-07
properly handle expected filesize in https
David Kalnischkies
1
-14
/
+4
2015-04-07
HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404
Robert Edmonds
1
-0
/
+2
2015-03-16
derive more of https from http method
David Kalnischkies
1
-15
/
+22
2015-03-16
merge debian/sid into debian/experimental
David Kalnischkies
1
-9
/
+19
2015-01-05
Fix missing URIStart() for https downloads
Michael Vogt
1
-2
/
+7
2014-12-22
dispose http(s) 416 error page as non-content
David Kalnischkies
1
-2
/
+10
2014-12-09
dispose http(s) 416 error page as non-content
David Kalnischkies
1
-3
/
+12
2014-10-13
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
1
-2
/
+10
2014-10-07
Send "Fail-Reason: MaximumSizeExceeded" from the method
Michael Vogt
1
-1
/
+3
2014-10-07
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
1
-2
/
+2
2014-10-07
add ftp expected size check
Michael Vogt
1
-1
/
+0
2014-10-07
methods/https.cc: use File->Tell() here too
Michael Vogt
1
-2
/
+1
2014-10-06
make http size check work
Michael Vogt
1
-0
/
+6
2014-09-24
methods: Fail if we cannot drop privileges
Julian Andres Klode
1
-2
/
+2
2014-09-24
Drop Privileges to "Debian-apt" in most acquire methods
Michael Vogt
1
-0
/
+2
2014-09-02
Make Proxy-Auto-Detect check for each host
Michael Vogt
1
-0
/
+4
2014-08-26
make https honor ExpectedSize as well
Michael Vogt
1
-0
/
+6
2014-04-26
enforce LFS for partial files in https range requests
David Kalnischkies
1
-5
/
+5
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-4
/
+5
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-4
/
+4
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-1
/
+1
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
1
-2
/
+2
2014-02-14
add a testcase to check for forbidden https→http downgrades
David Kalnischkies
1
-1
/
+2
[next]