summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-method.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-041-6/+38
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-181-0/+3
* acquire: Do not hide _errror messages in Fail()Julian Andres Klode2020-08-111-11/+14
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-141-3/+0
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-1/+1
* Verify data being sent by methods in SendMessage()Julian Andres Klode2019-01-301-0/+31
* SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode2019-01-221-0/+6
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* require methods to request AuxRequest capability at startupDavid Kalnischkies2018-01-031-0/+3
* refactor message generation for methodsDavid Kalnischkies2018-01-031-90/+100
* Run Proxy-Auto-Detect script from main processJulian Andres Klode2017-10-221-4/+20
* send the hashes for alternative file correctlyDavid Kalnischkies2017-10-051-4/+4
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-6/+6
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* report all instead of first error up the acquire chainDavid Kalnischkies2016-07-061-3/+14
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-3/+3
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-5/+5
* act on various suggestions from cppcheckDavid Kalnischkies2016-01-261-1/+4
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+5
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-091-8/+6
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-1/+4
* do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-0/+2
* Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime...Michael Vogt2014-10-081-0/+2
|\
| * Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte...Michael Vogt2014-10-081-1/+4
| |\
| * | make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-071-1/+1
| * | make http size check workMichael Vogt2014-10-061-0/+12
| |\ \
| * | | Pass ExpectedSize to tthe backend methodMichael Vogt2014-08-261-0/+2
* | | | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt2014-10-081-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | do not show IP in output of testcasesDavid Kalnischkies2014-10-071-1/+4
| | |/ | |/|
* / | Rename DropPrivs() to DropPrivileges()Michael Vogt2014-10-071-1/+1
|/ /
* / methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-241-0/+12
|/
* tell download methods the expected hashesDavid Kalnischkies2014-05-091-0/+9
* use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-23/+16
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+10
* * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-15/+3
* * apt-pkg/acquire-methods.cc:David Kalnischkies2012-05-141-13/+10
* merge with my debian-sid branchDavid Kalnischkies2011-10-301-5/+5
|\
| * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-211-5/+5
* | merge with debian/experimentalDavid Kalnischkies2011-09-131-7/+3
|\ \
| * | merged from the debian-sid branchMichael Vogt2011-08-151-7/+3
| |\|
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-1/+1
| | * cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies2011-08-111-6/+2
* | | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
|/ /
* | merge lp:~mvo/apt/sha512-template to add support for sha512Michael Vogt2011-06-081-1/+6
|\ \ | |/ |/|
| * add sha512 support in the client now as wellMichael Vogt2011-02-251-1/+7
* | fix order of CurrentURI and UsedMirror in Status() and Log()David Kalnischkies2011-05-101-18/+20
* | * apt-pkg/acquire-method.cc:David Kalnischkies2011-04-161-139/+90
* | apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt2011-03-151-1/+1
* | * mirror method:Michael Vogt2011-03-141-5/+12
|/