summaryrefslogtreecommitdiff
path: root/methods/http.cc
Commit message (Expand)AuthorAgeFilesLines
* prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies2016-07-301-1/+1
* avoid 416 response teardown binding to null pointerDavid Kalnischkies2016-07-051-7/+9
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-2/+2
* http: don't hang on redirect with length + connection closeDavid Kalnischkies2016-06-151-4/+4
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-1/+0
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-2/+2
* fix two memory leaks reported by gccDavid Kalnischkies2015-09-141-2/+2
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-1/+1
|\
| * Fix endless loop in apt-get update that can cause disk fillupMichael Vogt2015-05-221-1/+1
| * dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-221-0/+2
* | calculate hashes while downloading in httpsDavid Kalnischkies2015-04-191-5/+3
* | calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-7/+7
* | handle servers closing encoded connections correctlyDavid Kalnischkies2015-04-191-3/+3
* | derive more of https from http methodDavid Kalnischkies2015-03-161-2/+0
* | dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-091-0/+2
* | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-0/+2
* | Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt2014-10-071-0/+1
* | make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-071-2/+2
* | make http size check workMichael Vogt2014-10-061-63/+7
|\|
| * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-60/+2
| * methods/http.cc: use Req.str() in debug outputMichael Vogt2014-06-241-1/+1
* | Pass ExpectedSize to tthe backend methodMichael Vogt2014-08-261-1/+9
|/
* build http request in a stringstreamDavid Kalnischkies2014-04-261-57/+31
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-8/+5
* StartPos is always positive for http/httpsDavid Kalnischkies2014-03-131-7/+2
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-3/+3
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* fix various style/performance warnings in rredDavid Kalnischkies2014-01-301-1/+0
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-3/+1
* add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt2013-10-221-1/+5
* handle complete responses to https range requestsDavid Kalnischkies2013-10-011-0/+5
* refactor http client implementationDavid Kalnischkies2013-10-011-790/+201
* replace "filesize - 1" trick in http with proper 416 handlingDavid Kalnischkies2013-10-011-6/+21
* retry without partial data after a 416 responseDavid Kalnischkies2013-10-011-2/+17
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-281-1/+1
|\
| * fix off-by-one error in HttpMethod::​AutoDetectProxy()Michael Vogt2013-07-251-1/+1
* | request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies2013-07-261-4/+16
* | Do not send a connection: keep-alive, at allRaphael Geissert2013-07-141-21/+8
|/
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-7/+7
* quote plus in filenames to work around a bug in the S3 serverMichael Vogt2013-01-241-1/+5
* * methods/http.cc:Michael Vogt2013-01-111-1/+1
* add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies2012-05-171-1/+1
* * methods/http.cc:David Kalnischkies2012-05-151-1/+1
* * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-1/+4
* newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies2012-04-171-1/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* fix "(performance) Possible inefficient checking for 'R' emptiness."David Kalnischkies2012-03-051-1/+1
* fix "(style) Checking if unsigned variable 'Minor' is less than zero."David Kalnischkies2012-03-051-1/+1
* ensure that (s)scanf doesn't parse a too long Code now that a previousDavid Kalnischkies2012-03-051-5/+7