summaryrefslogtreecommitdiff
path: root/methods/http.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies1-1/+1
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies1-1/+1
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-17/+17
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies1-1/+1
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2014-10-06make http size check workMichael Vogt1-3/+0
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt1-3/+0
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt1-1/+3
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+4
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2013-10-01handle complete responses to https range requestsDavid Kalnischkies1-0/+1
2013-10-01refactor http client implementationDavid Kalnischkies1-97/+39
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-1/+1
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-3/+4
2012-02-11remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies1-3/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-2/+5
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-9/+9
2011-09-13merge with debian/experimentalDavid Kalnischkies1-7/+7
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-15/+15
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies1-7/+7
2011-05-17ServerState is a struct and not a class (clang mismatch type warning)David Kalnischkies1-1/+1
2010-06-09fix compiler warning in the new mirror codeDavid Kalnischkies1-1/+1
2010-06-09* merge the remaining Ubuntu change:Michael Vogt1-2/+4
2010-05-07* methods/http.cc: Michael Vogt1-3/+34
2010-02-17merged from the mvo branchMichael Vogt1-0/+2
2010-02-05add Acquire::http::ProxyAutoDetect configuration that Michael Vogt1-0/+2
2009-02-02* [ABI break] merge support for http redirects, thanks toMichael Vogt1-0/+3
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt1-0/+3
2007-07-12* cmdline/apt-get.cc:Michael Vogt1-1/+1
2007-07-10Minor typos.Otavio Salvador1-1/+1
2007-06-14* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-1/+0
2007-06-09* debian/control: increase standards versionMichael Vogt1-2/+0
2006-11-29* prototype of mirror method addedMichael Vogt1-3/+4
2005-11-22* merged http download limit for apt (#146877)Michael Vogt1-0/+5
2004-09-20Corrections for object lifetimeArch Librarian1-3/+3
2004-09-20G++3 fixes from RandolphArch Librarian1-2/+7
2004-09-20More SHA-1 prepArch Librarian1-3/+3
2004-09-20Join with aliencodeArch Librarian1-2/+3
2004-09-20Take careful care of persistence modesArch Librarian1-1/+4
2004-09-20Reorderd error handlingArch Librarian1-2/+4
2004-09-20http pipelining controlArch Librarian1-2/+3
2004-09-20HTTP pipeliningArch Librarian1-5/+5
2004-09-20Almost done nowArch Librarian1-2/+2
2004-09-20Http methodArch Librarian1-1/+7
2004-09-20HTTP bugsArch Librarian1-5/+4
2004-09-20New http methodArch Librarian1-0/+141