Age | Commit message (Expand) | Author |
2016-03-25 | drop confusing comma from no strong hash message | David Kalnischkies |
2016-01-27 | only warn about missing/invalid Date field for now | David Kalnischkies |
2016-01-08 | keep compressed indexes in a low-cost format | David Kalnischkies |
2015-12-27 | allow repositories to forbid arch:all for specific index targets | David Kalnischkies |
2015-12-14 | show a more descriptive error for weak Release files | David Kalnischkies |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye |
2015-11-04 | support arch:all data e.g. in separate Packages file | David Kalnischkies |
2015-09-14 | add by-hash sources.list option and document all of by-hash | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-08-30 | detect and deal with indextarget duplicates | David Kalnischkies |
2015-08-30 | implement $(NATIVE_ARCHITECTURE) substvar for indextargets | David Kalnischkies |
2015-08-29 | implement indextargets option 'DefaultEnabled' | David Kalnischkies |
2015-08-29 | use c++11 algorithms to avoid strange compiler warnings | David Kalnischkies |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies |
2015-08-27 | sources.list and indextargets option for pdiffs | David Kalnischkies |
2015-08-27 | allow explicit dis/enable of IndexTargets in sources options | David Kalnischkies |
2015-08-27 | not all targets are deb-src targets | David Kalnischkies |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | rename 'apt-get files' to 'apt-get indextargets' | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | allow individual targets to be kept compressed | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options | David Kalnischkies |
2015-08-10 | merge indexRecords into metaIndex | David Kalnischkies |
2015-08-10 | detect and error out on conflicting Trusted settings | David Kalnischkies |
2015-08-10 | support lang= and target= sources.list options | 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 | implement default apt-get file --release-info mode | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2015-06-11 | implement 'apt-get files' to access index targets | David Kalnischkies |
2015-06-11 | use an enum instead of strings as IndexTarget::Option interface | David Kalnischkies |
2015-06-11 | use IndexTarget to get to IndexFile | David Kalnischkies |
2015-06-11 | show URI.Path in all acquire item descriptions | David Kalnischkies |
2015-06-10 | rename Calculate- to GetIndexTargets and use it as official API | 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-10 | abstract the code to iterate over all targets a bit | David Kalnischkies |
2015-06-09 | configureable acquire targets to download additional files | David Kalnischkies |
2015-06-09 | rework hashsum verification in the acquire system | David Kalnischkies |
2015-03-16 | fix some new compiler warnings reported by gcc-5 | David Kalnischkies |
2014-11-08 | mark internal interfaces as hidden | David Kalnischkies |
2014-11-08 | better non-virtual metaIndex.LocalFileName() implementation | David Kalnischkies |
2014-11-08 | use a abi version check similar to the gcc check | David Kalnischkies |
2014-10-13 | trusted=yes sources are secure, we just don't know why | David Kalnischkies |
2014-09-17 | use pkgAcqMetaBase as the transactionManager | Michael Vogt |
2014-07-31 | Rework TransactionID stuff | Michael Vogt |