summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-142-6/+5
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-16/+60
* M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies2015-09-141-8/+12
* store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies2015-09-141-2/+7
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-2/+2
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-302-3/+61
* 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-272-4/+19
* Do not parse Status fields from remote sourcesJulian Andres Klode2015-08-274-1/+26
* 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
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-175-18/+1
* Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-121-3/+0
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-112-11/+11
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-101-3/+3
* drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies2015-08-101-1/+2
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-102-41/+7
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-104-362/+147
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-105-94/+21
* just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-101-25/+5
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-102-17/+4
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-4/+4
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-103-16/+0
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-102-31/+27
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-5/+5
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-1010-114/+114
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-2/+5
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-102-0/+36
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-102-39/+98
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-102-45/+215
* detect and error out on conflicting Trusted settingsDavid Kalnischkies2015-08-102-18/+33
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-103-272/+202
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-103-1/+9
* make all d-pointer * const pointersDavid Kalnischkies2015-08-1014-36/+32
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-169-13/+32
* hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-151-1/+1
* populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-151-4/+4
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-152-3/+3
* store Release files data in the CacheDavid Kalnischkies2015-06-127-76/+144
* 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-112-8/+8
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-113-459/+62
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-112-7/+7
* rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies2015-06-102-23/+19
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-102-10/+8