summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
AgeCommit message (Expand)Author
2018-12-26Merge nitotv apt fixes into 1.4.81.4.8+nitotvSam Bingner
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-11-29Store tags in the cache (they are very useful :/).Jay Freeman (saurik)
2016-11-22Compare size before data when ordering cache bucket entriesJulian Andres Klode
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode
2016-11-22Bump the cache major version for non-backportable changesJulian Andres Klode
2016-09-18VersionHash: Do not skip too long dependency linesJulian Andres Klode
2016-06-28cache: Bump minor version to 6Julian Andres Klode
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies
2016-03-19cachefile: Only set members that were initialized successfullyJulian Andres Klode
2016-03-07Fix several typosVeres Lajos
2016-02-25Fix crash with empty architecture listJulian Andres Klode
2016-01-26parse version correctly from binary Source fieldDavid Kalnischkies
2016-01-25use consistently the last : as name:arch separatorDavid Kalnischkies
2016-01-08Store the size of strings in the cacheJulian Andres Klode
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode
2016-01-03Increase APT::Cache-HashTableSize default to 50503Julian Andres Klode
2016-01-03apt-cache: stats: Show a table utilization as percentageJulian Andres Klode
2015-12-29Add support for calculating hashes over the entire cacheJulian Andres Klode
2015-12-29Switch to DJB hashing and use prime number as table sizeJulian Andres Klode
2015-12-14pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode
2015-12-11Bump cache minor version to 2 to trigger rebuildsJulian Andres Klode
2015-12-10Do not swap required and important in pkgCache::Priority()Julian Andres Klode
2015-09-14remove incorrect optimization branchesDavid Kalnischkies
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-09-14store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-10parse packages from all architectures into the cacheDavid Kalnischkies
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies
2015-08-10use a smaller type for flags storage in the cacheDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10split-up Dependency structDavid Kalnischkies
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2015-04-22remove "first package seen is native package" assumptionDavid Kalnischkies
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies
2014-11-10deprecate the Section member from package structDavid Kalnischkies
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies
2014-09-27search for pkg names in the cache case-sensitiveDavid Kalnischkies
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies
2014-06-18remove the Section member from package structDavid Kalnischkies
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies
2014-06-18increase hashtable size for packages/groups by factor 5David Kalnischkies