Age | Commit message (Expand) | Author |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2018-01-03 | require methods to request AuxRequest capability at startup | David Kalnischkies |
2018-01-03 | refactor message generation for methods | David Kalnischkies |
2017-10-22 | Run Proxy-Auto-Detect script from main process | Julian Andres Klode |
2017-10-05 | send the hashes for alternative file correctly | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2016-07-06 | report all instead of first error up the acquire chain | David Kalnischkies |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-01-26 | act on various suggestions from cppcheck | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2015-06-09 | check patch hashes in rred worker instead of in the handler | David Kalnischkies |
2015-06-09 | rework hashsum verification in the acquire system | David Kalnischkies |
2014-10-13 | do not inline virtual destructors with d-pointers | David Kalnischkies |
2014-10-08 | Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime... | Michael Vogt |
2014-10-08 | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental | Michael Vogt |
2014-10-08 | Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte... | Michael Vogt |
2014-10-07 | do not show IP in output of testcases | David Kalnischkies |
2014-10-07 | make expected-size a maximum-size check as this is what we want at this point | Michael Vogt |
2014-10-07 | Rename DropPrivs() to DropPrivileges() | Michael Vogt |
2014-10-06 | make http size check work | Michael Vogt |
2014-09-24 | methods: Fail if we cannot drop privileges | Julian Andres Klode |
2014-08-26 | Pass ExpectedSize to tthe backend method | Michael Vogt |
2014-05-09 | tell download methods the expected hashes | David Kalnischkies |
2014-05-09 | use HashStringList in the acquire system | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2012-05-14 | * apt-pkg/acquire*.cc: | Raphael Geissert |
2012-05-14 | * apt-pkg/acquire-methods.cc: | David Kalnischkies |
2011-10-30 | merge with my debian-sid branch | David Kalnischkies |
2011-09-21 | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-08-11 | cppcheck is right that the check for preventing null deference of Query | David Kalnischkies |
2011-06-08 | merge lp:~mvo/apt/sha512-template to add support for sha512 | Michael Vogt |
2011-05-10 | fix order of CurrentURI and UsedMirror in Status() and Log() | David Kalnischkies |
2011-04-16 | * apt-pkg/acquire-method.cc: | David Kalnischkies |
2011-03-15 | apt-pkg/acquire-method.cc: fix copy/paste error | Michael Vogt |
2011-03-14 | * mirror method: | Michael Vogt |
2011-02-25 | add sha512 support in the client now as well | Michael Vogt |
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt |
2010-06-09 | move the users away from the deprecated StrToTime() method | David Kalnischkies |
2010-06-02 | implement Fail-Ignore bool in FetchItem that tells the method that a failure ... | Michael Vogt |
2009-07-30 | merged from debian | Michael Vogt |
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies |
2009-04-09 | * apt-pkg/contrib/strutl.cc: | Michael Vogt |
2009-02-02 | * [ABI break] merge support for http redirects, thanks to | Michael Vogt |