summaryrefslogtreecommitdiff
path: root/methods/http.cc
AgeCommit message (Expand)AuthorFilesLines
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+1
2015-05-22Fix endless loop in apt-get update that can cause disk fillupMichael Vogt1-1/+1
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies1-5/+3
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-7/+7
2015-04-19handle servers closing encoded connections correctlyDavid Kalnischkies1-3/+3
2015-03-16derive more of https from http methodDavid Kalnischkies1-2/+0
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies1-0/+2
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies1-0/+2
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-0/+2
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt1-0/+1
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt1-2/+2
2014-10-06make http size check workMichael Vogt1-63/+7
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt1-60/+2
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt1-1/+9
2014-06-24methods/http.cc: use Req.str() in debug outputMichael Vogt1-1/+1
2014-04-26build http request in a stringstreamDavid Kalnischkies1-57/+31
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-8/+5
2014-03-13StartPos is always positive for http/httpsDavid Kalnischkies1-7/+2
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-3/+3
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-2/+2
2014-01-30fix various style/performance warnings in rredDavid Kalnischkies1-1/+0
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-3/+1
2013-10-22add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt1-1/+5
2013-10-01handle complete responses to https range requestsDavid Kalnischkies1-0/+5
2013-10-01refactor http client implementationDavid Kalnischkies1-790/+201
2013-10-01replace "filesize - 1" trick in http with proper 416 handlingDavid Kalnischkies1-6/+21
2013-10-01retry without partial data after a 416 responseDavid Kalnischkies1-2/+17
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt1-1/+1
2013-07-26request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies1-4/+16
2013-07-25fix off-by-one error in HttpMethod::​AutoDetectProxy()Michael Vogt1-1/+1
2013-07-14Do not send a connection: keep-alive, at allRaphael Geissert1-21/+8
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-7/+7
2013-01-24quote plus in filenames to work around a bug in the S3 serverMichael Vogt1-1/+5
2013-01-11* methods/http.cc:Michael Vogt1-1/+1
2012-05-17add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies1-1/+1
2012-05-15* methods/http.cc:David Kalnischkies1-1/+1
2012-05-14* apt-pkg/acquire*.cc:Raphael Geissert1-1/+4
2012-04-17newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies1-1/+1
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-03-05fix "(performance) Possible inefficient checking for 'R' emptiness."David Kalnischkies1-1/+1
2012-03-05fix "(style) Checking if unsigned variable 'Minor' is less than zero."David Kalnischkies1-1/+1
2012-03-05ensure that (s)scanf doesn't parse a too long Code now that a previousDavid Kalnischkies1-5/+7
2012-02-11remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies1-4/+0
2012-01-30* methods/http{s,}.cc:David Kalnischkies1-1/+13
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-17/+7
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+6
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+3
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-16/+16
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4