summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-method.cc
AgeCommit message (Expand)AuthorFilesLines
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode1-1/+1
2019-01-30Verify data being sent by methods in SendMessage()Julian Andres Klode1-0/+31
2019-01-22SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode1-0/+6
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies1-0/+3
2018-01-03refactor message generation for methodsDavid Kalnischkies1-90/+100
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode1-4/+20
2017-10-05send the hashes for alternative file correctlyDavid Kalnischkies1-4/+4
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-6/+6
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-1/+1
2016-07-06report all instead of first error up the acquire chainDavid Kalnischkies1-3/+14
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies1-3/+3
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-5/+5
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies1-1/+4
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-2/+2
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-1/+5
2015-06-09check patch hashes in rred worker instead of in the handlerDavid Kalnischkies1-8/+6
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-1/+4
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies1-0/+2
2014-10-08Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime...Michael Vogt1-0/+2
2014-10-08Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt1-1/+4
2014-10-08Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte...Michael Vogt1-1/+4
2014-10-07do not show IP in output of testcasesDavid Kalnischkies1-1/+4
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt1-1/+1
2014-10-07Rename DropPrivs() to DropPrivileges()Michael Vogt1-1/+1
2014-10-06make http size check workMichael Vogt1-0/+12
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode1-0/+12
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt1-0/+2
2014-05-09tell download methods the expected hashesDavid Kalnischkies1-0/+9
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies1-23/+16
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+10
2012-05-14* apt-pkg/acquire*.cc:Raphael Geissert1-15/+3
2012-05-14* apt-pkg/acquire-methods.cc:David Kalnischkies1-13/+10
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-5/+5
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies1-5/+5
2011-09-13merge with debian/experimentalDavid Kalnischkies1-7/+3
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-15merged from the debian-sid branchMichael Vogt1-7/+3
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-1/+1
2011-08-11cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies1-6/+2
2011-06-08merge lp:~mvo/apt/sha512-template to add support for sha512Michael Vogt1-1/+6
2011-05-10fix order of CurrentURI and UsedMirror in Status() and Log()David Kalnischkies1-18/+20
2011-04-16* apt-pkg/acquire-method.cc:David Kalnischkies1-139/+90
2011-03-15apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt1-1/+1
2011-03-14* mirror method:Michael Vogt1-5/+12
2011-02-25add sha512 support in the client now as wellMichael Vogt1-1/+7
2010-06-09merged from lp:~donkult/apt/sidMichael Vogt1-1/+1
2010-06-09move the users away from the deprecated StrToTime() methodDavid Kalnischkies1-1/+1
2010-06-02implement Fail-Ignore bool in FetchItem that tells the method that a failure ...Michael Vogt1-0/+1
2009-07-30merged from debianMichael Vogt1-2/+0