summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
AgeCommit message (Expand)AuthorFilesLines
2015-09-14remove incorrect optimization branchesDavid Kalnischkies1-35/+6
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies1-1/+1
2015-09-14store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies1-1/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-1/+0
2015-08-10parse packages from all architectures into the cacheDavid Kalnischkies1-50/+37
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-45/+16
2015-08-10use a smaller type for flags storage in the cacheDavid Kalnischkies1-20/+22
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-3/+0
2015-08-10split-up Dependency structDavid Kalnischkies1-20/+36
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies1-8/+13
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies1-3/+5
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-0/+2
2015-06-12store Release files data in the CacheDavid Kalnischkies1-21/+56
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-13/+1
2015-04-22remove "first package seen is native package" assumptionDavid Kalnischkies1-13/+1
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-6/+0
2014-11-10deprecate the Section member from package structDavid Kalnischkies1-1/+4
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies1-17/+22
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-0/+1
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies1-2/+0
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies1-9/+2
2014-09-27search for pkg names in the cache case-sensitiveDavid Kalnischkies1-4/+4
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies1-6/+3
2014-06-18remove the Section member from package structDavid Kalnischkies1-1/+10
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies1-2/+2
2014-06-18increase hashtable size for packages/groups by factor 5David Kalnischkies1-12/+11
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt1-8/+4
2014-06-18[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt1-4/+4
2014-05-29increase Pkg/Grp hash table size from 2k to 64kMichael Vogt1-5/+1
2014-05-22mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies1-2/+2
2014-05-10invalid cache if architecture set doesn't matchDavid Kalnischkies1-6/+14
2014-05-08mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies1-2/+2
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-14/+21
2014-03-13abstract version hash comparison a bitDavid Kalnischkies1-0/+4
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+5
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-10/+10
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-2/+2
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-2/+2
2013-08-15Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-0/+12
2013-07-11Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies1-0/+12
2013-04-23merged debian-sid branch and resolved conflictsMichael Vogt1-23/+40
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies1-4/+12
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies1-11/+20
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-9/+9
2013-01-08* [ABI BREAK] apt-pkg/pkgcache.h:Michael Vogt1-1/+1
2012-09-19* apt-pkg/pkgcache.cc:David Kalnischkies1-2/+23
2012-09-09handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies1-1/+5
2012-06-14* apt-pkg/pkgcache.cc:David Kalnischkies1-1/+1