index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
http.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename ServerMethod to BaseHttpMethod
David Kalnischkies
2016-12-31
1
-4
/
+4
*
separating state variables regarding server/request
David Kalnischkies
2016-12-31
1
-53
/
+46
*
http: skip connection cleanup if we close it anyhow
David Kalnischkies
2016-11-11
1
-0
/
+3
*
improve SOCKS error messages for http slightly
David Kalnischkies
2016-11-10
1
-14
/
+46
*
don't sent Range requests if we know its not accepted
David Kalnischkies
2016-08-16
1
-1
/
+1
*
reorganize server-states resetting in http/https
David Kalnischkies
2016-08-16
1
-0
/
+7
*
http: auto-configure for local Tor proxy if called as 'tor'
David Kalnischkies
2016-08-11
1
-0
/
+3
*
implement socks5h proxy support for http method
David Kalnischkies
2016-08-10
1
-22
/
+169
*
implement generic config fallback for methods
David Kalnischkies
2016-08-10
1
-29
/
+30
*
use the same redirection handling for http and https
David Kalnischkies
2016-08-10
1
-0
/
+29
*
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-08-10
1
-0
/
+6
*
fail on unsupported http/https proxy settings
David Kalnischkies
2016-08-10
1
-0
/
+2
*
prevent C++ locale number formatting in text APIs (try 2)
David Kalnischkies
2016-07-30
1
-1
/
+1
*
avoid 416 response teardown binding to null pointer
David Kalnischkies
2016-07-05
1
-7
/
+9
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-2
/
+2
*
http: don't hang on redirect with length + connection close
David Kalnischkies
2016-06-15
1
-4
/
+4
*
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-28
1
-1
/
+0
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-2
/
+2
*
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
-1
/
+1
|
\
|
*
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
2015-05-22
1
-1
/
+1
|
*
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-22
1
-0
/
+2
*
|
calculate hashes while downloading in https
David Kalnischkies
2015-04-19
1
-5
/
+3
*
|
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
1
-7
/
+7
*
|
handle servers closing encoded connections correctly
David Kalnischkies
2015-04-19
1
-3
/
+3
*
|
derive more of https from http method
David Kalnischkies
2015-03-16
1
-2
/
+0
*
|
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-09
1
-0
/
+2
*
|
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-13
1
-0
/
+2
*
|
Send "Fail-Reason: MaximumSizeExceeded" from the method
Michael Vogt
2014-10-07
1
-0
/
+1
*
|
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-07
1
-2
/
+2
*
|
make http size check work
Michael Vogt
2014-10-06
1
-63
/
+7
|
\
|
|
*
Make Proxy-Auto-Detect check for each host
Michael Vogt
2014-09-02
1
-60
/
+2
|
*
methods/http.cc: use Req.str() in debug output
Michael Vogt
2014-06-24
1
-1
/
+1
*
|
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-08-26
1
-1
/
+9
|
/
*
build http request in a stringstream
David Kalnischkies
2014-04-26
1
-57
/
+31
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-2
/
+2
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-8
/
+5
*
StartPos is always positive for http/https
David Kalnischkies
2014-03-13
1
-7
/
+2
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-3
/
+3
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-2
/
+2
*
fix various style/performance warnings in rred
David Kalnischkies
2014-01-30
1
-1
/
+0
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-3
/
+1
*
add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)
Michael Vogt
2013-10-22
1
-1
/
+5
*
handle complete responses to https range requests
David Kalnischkies
2013-10-01
1
-0
/
+5
*
refactor http client implementation
David Kalnischkies
2013-10-01
1
-790
/
+201
*
replace "filesize - 1" trick in http with proper 416 handling
David Kalnischkies
2013-10-01
1
-6
/
+21
*
retry without partial data after a 416 response
David Kalnischkies
2013-10-01
1
-2
/
+17
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-28
1
-1
/
+1
|
\
|
*
fix off-by-one error in HttpMethod::AutoDetectProxy()
Michael Vogt
2013-07-25
1
-1
/
+1
*
|
request absolute URIs from proxies again (0.9.9.3 regession)
David Kalnischkies
2013-07-26
1
-4
/
+16
[next]