Age | Commit message (Expand) | Author |
2016-01-08 | keep compressed indexes in a low-cost format | David Kalnischkies |
2016-01-08 | allow pdiff bootstrap from all supported compressors | David Kalnischkies |
2015-12-02 | use @CHANGEPATH@ as placeholder in changelog URI templates | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies |
2015-08-10 | enhance "hit paywall" error message to mention the probable cause | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | remove the longtime deprecated vendor{,list} stuff | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | merge indexRecords into metaIndex | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2015-06-15 | deal better with acquiring the same URI multiple times | David Kalnischkies |
2015-06-15 | provide a public interface for acquiring changelogs | David Kalnischkies |
2015-06-11 | use IndexTarget to get to IndexFile | David Kalnischkies |
2015-06-10 | stop using IndexTarget pointers which are never freed | David Kalnischkies |
2015-06-10 | store all targets data in IndexTarget struct | David Kalnischkies |
2015-06-09 | remove debianism file-content verification | David Kalnischkies |
2015-06-09 | cleanup pdiff support detection decision | David Kalnischkies |
2015-06-09 | support hashes for compressed pdiff files | 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 |
2015-05-18 | treat older Release files than we already have as an IMSHit | David Kalnischkies |
2015-05-13 | detect Releasefile IMS hits even if the server doesn't | David Kalnischkies |
2015-05-11 | improve partial/ cleanup in abort and failure cases | David Kalnischkies |
2015-04-19 | a hit on Release files means the indexes will be hits too | David Kalnischkies |
2015-04-19 | refactor calculation of final lists/ name from URI | David Kalnischkies |
2014-11-08 | guard const-ification API changes | David Kalnischkies |
2014-11-08 | mark internal interfaces as hidden | David Kalnischkies |
2014-11-06 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m... | Michael Vogt |
2014-11-04 | apt-pkg/acquire-item.h: make friend declaration compatible with older gcc | Michael Vogt |
2014-11-04 | Call "Dequeue()" for items in AbortTransaction() to fix race | Michael Vogt |
2014-10-29 | Only support Translation-* that are listed in the {In,}Release file | Michael Vogt |
2014-10-23 | chown finished partial files earlier | David Kalnischkies |
2014-10-07 | Add new Acquire::MaxReleaseFileSize=10*1000*1000 option | Michael Vogt |
2014-10-07 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-... | Michael Vogt |
2014-10-07 | use _apt:root only for partial directories | David Kalnischkies |
2014-10-06 | rename StopAuthentication -> CheckStopAuthentication and make it protected | Michael Vogt |
2014-10-06 | rename AuthDone() -> CheckAuthDone() | Michael Vogt |
2014-10-06 | cleanup pkgAcq*::Failed() | Michael Vogt |
2014-10-06 | Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readability | Michael Vogt |
2014-10-06 | add new "SetActiveSubprocess() | Michael Vogt |
2014-10-02 | cleanup around pkgAcqMetaSig and improved tests | Michael Vogt |
2014-10-02 | add a bunch of docstrings etc | Michael Vogt |
2014-10-02 | fix crash | Michael Vogt |
2014-10-02 | donkults fixes | Michael Vogt |
2014-10-02 | Cleanup pkgAcqIndex | Michael Vogt |
2014-10-01 | refactor and add pkgAcqIndex::ValidateFile() | Michael Vogt |