summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
AgeCommit message (Expand)Author
2019-03-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2017-02-22avoid producing invalid options if repo has no hostDavid Kalnischkies
2016-03-25drop confusing comma from no strong hash messageDavid Kalnischkies
2016-01-27only warn about missing/invalid Date field for nowDavid Kalnischkies
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-08-30detect and deal with indextarget duplicatesDavid Kalnischkies
2015-08-30implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies
2015-08-29use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies
2015-08-27allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies
2015-08-27not all targets are deb-src targetsDavid Kalnischkies
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies
2015-08-10detect and error out on conflicting Trusted settingsDavid Kalnischkies
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies
2015-06-11use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies
2015-06-10rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies
2015-06-10abstract the code to iterate over all targets a bitDavid Kalnischkies
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies
2014-11-08better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies
2014-10-13trusted=yes sources are secure, we just don't know whyDavid Kalnischkies