summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-31/+87
2016-06-22handle weak-security repositories as unauthenticatedDavid Kalnischkies1-13/+9
2016-06-17merge sources.list lines based on Release filenameDavid Kalnischkies1-20/+22
2016-05-15Normalize Signed-By values by removing trailing commas everywhereJulian Andres Klode1-4/+11
2016-05-15Add conflicting Signed-By values to error messageJulian Andres Klode1-1/+1
2016-05-10Strip trailing commas for created signed-by fingerprint listsJulian Andres Klode1-0/+2
2016-05-08implement Identifier field for IndexTargetsDavid Kalnischkies1-9/+22
2016-05-08implement Fallback-Of for IndexTargetsDavid Kalnischkies1-8/+31
2016-05-07download arch:all also for NATIVE_ARCHITECTURE indextargetsDavid Kalnischkies1-96/+104
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies1-4/+2
2016-05-01support Signed-By in Release files as a sort of HPKPDavid Kalnischkies1-3/+53
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies1-7/+14
2016-03-25drop confusing comma from no strong hash messageDavid Kalnischkies1-1/+1
2016-01-27only warn about missing/invalid Date field for nowDavid Kalnischkies1-12/+14
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies1-0/+40
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies1-0/+13
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies1-4/+15
2015-11-21review of new/changed translatable program stringsJustin B Rye1-6/+6
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies1-1/+27
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies1-3/+18
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-5/+4
2015-08-30detect and deal with indextarget duplicatesDavid Kalnischkies1-2/+59
2015-08-30implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies1-0/+5
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies1-5/+11
2015-08-29use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies1-34/+29
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies1-17/+36
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies1-3/+17
2015-08-27allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies1-1/+16
2015-08-27not all targets are deb-src targetsDavid Kalnischkies1-1/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-3/+0
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-29/+0
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies1-5/+5
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-3/+3
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies1-2/+5
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-0/+35
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies1-39/+95
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-36/+195
2015-08-10detect and error out on conflicting Trusted settingsDavid Kalnischkies1-15/+28
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies1-244/+186
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-1/+1
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-3/+3
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+1
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-0/+2
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies1-2/+2
2015-06-12store Release files data in the CacheDavid Kalnischkies1-2/+122
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies1-5/+12
2015-06-11use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies1-1/+1
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies1-42/+14
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies1-2/+2
2015-06-10rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies1-22/+15