index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
http.cc
Age
Commit message (
Expand
)
Author
2016-08-10
fail on unsupported http/https proxy settings
David Kalnischkies
2016-07-30
prevent C++ locale number formatting in text APIs (try 2)
David Kalnischkies
2016-07-05
avoid 416 response teardown binding to null pointer
David Kalnischkies
2016-07-02
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-06-15
http: don't hang on redirect with length + connection close
David Kalnischkies
2016-05-28
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
2015-09-14
fix two memory leaks reported by gcc
David Kalnischkies
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
2015-04-19
calculate hashes while downloading in https
David Kalnischkies
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
handle servers closing encoded connections correctly
David Kalnischkies
2015-03-16
derive more of https from http method
David Kalnischkies
2014-12-22
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-09
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-10-13
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-07
Send "Fail-Reason: MaximumSizeExceeded" from the method
Michael Vogt
2014-10-07
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-06
make http size check work
Michael Vogt
2014-09-02
Make Proxy-Auto-Detect check for each host
Michael Vogt
2014-08-26
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-06-24
methods/http.cc: use Req.str() in debug output
Michael Vogt
2014-04-26
build http request in a stringstream
David Kalnischkies
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
StartPos is always positive for http/https
David Kalnischkies
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
2014-01-30
fix various style/performance warnings in rred
David Kalnischkies
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
2013-10-22
add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)
Michael Vogt
2013-10-01
handle complete responses to https range requests
David Kalnischkies
2013-10-01
refactor http client implementation
David Kalnischkies
2013-10-01
replace "filesize - 1" trick in http with proper 416 handling
David Kalnischkies
2013-10-01
retry without partial data after a 416 response
David Kalnischkies
2013-07-28
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-26
request absolute URIs from proxies again (0.9.9.3 regession)
David Kalnischkies
2013-07-25
fix off-by-one error in HttpMethod::AutoDetectProxy()
Michael Vogt
2013-07-14
Do not send a connection: keep-alive, at all
Raphael Geissert
2013-05-08
merged patch from Daniel Hartwig to fix URI and proxy releated issues
Michael Vogt
2013-01-24
quote plus in filenames to work around a bug in the S3 server
Michael Vogt
2013-01-11
* methods/http.cc:
Michael Vogt
2012-05-17
add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11
David Kalnischkies
2012-05-15
* methods/http.cc:
David Kalnischkies
2012-05-14
* apt-pkg/acquire*.cc:
Raphael Geissert
2012-04-17
newer gcc versions seems to have no problem with that, but while working
David Kalnischkies
2012-03-22
the previously used VERSION didn't work everywhere so we are switching
David Kalnischkies
2012-03-05
fix "(performance) Possible inefficient checking for 'R' emptiness."
David Kalnischkies
2012-03-05
fix "(style) Checking if unsigned variable 'Minor' is less than zero."
David Kalnischkies
[next]