summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
Commit message (Expand)AuthorAgeFilesLines
* only warn about missing/invalid Date field for nowDavid Kalnischkies2016-01-271-12/+14
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-0/+40
* allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies2015-12-271-0/+13
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-141-4/+15
* review of new/changed translatable program stringsJustin B Rye2015-11-211-6/+6
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-1/+27
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-141-3/+18
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-5/+4
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-301-2/+59
* implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies2015-08-301-0/+5
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-291-5/+11
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-291-34/+29
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-17/+36
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-271-3/+17
* allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies2015-08-271-1/+16
* not all targets are deb-src targetsDavid Kalnischkies2015-08-271-1/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-3/+0
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-29/+0
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-5/+5
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-3/+3
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-2/+5
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-0/+35
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-101-39/+95
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-36/+195
* detect and error out on conflicting Trusted settingsDavid Kalnischkies2015-08-101-15/+28
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-101-244/+186
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-1/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-3/+3
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+2
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-2/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-2/+122
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-5/+12
* use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies2015-06-111-1/+1
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-111-42/+14
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-111-2/+2
* rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies2015-06-101-22/+15
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-101-9/+7
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-60/+54
* abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-101-94/+103
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-091-167/+150
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-47/+31
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-3/+6
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-081-7/+8
* better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies2014-11-081-2/+0
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-081-1/+1
* trusted=yes sources are secure, we just don't know whyDavid Kalnischkies2014-10-131-3/+9
* use pkgAcqMetaBase as the transactionManagerMichael Vogt2014-09-171-3/+2
* Rework TransactionID stuffMichael Vogt2014-07-311-6/+7
* Download Release first, then Release.gpgMichael Vogt2014-07-211-8/+8