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