summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies1-9/+7
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies1-60/+54
2015-06-10abstract the code to iterate over all targets a bitDavid Kalnischkies1-94/+103
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies1-167/+150
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-47/+31
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies1-3/+6
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies1-7/+8
2014-11-08better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies1-2/+0
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-1/+1
2014-10-13trusted=yes sources are secure, we just don't know whyDavid Kalnischkies1-3/+9
2014-09-17use pkgAcqMetaBase as the transactionManagerMichael Vogt1-3/+2
2014-07-31Rework TransactionID stuffMichael Vogt1-6/+7
2014-07-21Download Release first, then Release.gpgMichael Vogt1-8/+8
2014-05-29Fix more warnings from clangMichael Vogt1-4/+4
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies1-1/+1