summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
Commit message (Expand)AuthorAgeFilesLines
* pkgcache: Bump major version to 12Julian Andres Klode2017-06-261-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* Compare size before data when ordering cache bucket entriesJulian Andres Klode2016-11-221-1/+1
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-221-3/+3
* Bump the cache major version for non-backportable changesJulian Andres Klode2016-11-221-2/+2
* VersionHash: Do not skip too long dependency linesJulian Andres Klode2016-09-181-1/+1
* cache: Bump minor version to 6Julian Andres Klode2016-06-281-1/+1
* factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies2016-04-281-0/+4
* cachefile: Only set members that were initialized successfullyJulian Andres Klode2016-03-191-1/+1
* Fix several typosVeres Lajos2016-03-071-2/+2
* Fix crash with empty architecture listJulian Andres Klode2016-02-251-4/+6
* parse version correctly from binary Source fieldDavid Kalnischkies2016-01-261-1/+1
* use consistently the last : as name:arch separatorDavid Kalnischkies2016-01-251-1/+1
* Store the size of strings in the cacheJulian Andres Klode2016-01-081-3/+3
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-6/+32
* Increase APT::Cache-HashTableSize default to 50503Julian Andres Klode2016-01-031-1/+1
* apt-cache: stats: Show a table utilization as percentageJulian Andres Klode2016-01-031-2/+2
* Add support for calculating hashes over the entire cacheJulian Andres Klode2015-12-291-3/+33
* Switch to DJB hashing and use prime number as table sizeJulian Andres Klode2015-12-291-7/+7
* pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode2015-12-141-2/+2
* Bump cache minor version to 2 to trigger rebuildsJulian Andres Klode2015-12-111-1/+1
* Do not swap required and important in pkgCache::Priority()Julian Andres Klode2015-12-101-1/+1
* remove incorrect optimization branchesDavid Kalnischkies2015-09-141-35/+6
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-1/+1
* store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies2015-09-141-1/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-1/+0
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-101-50/+37
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-45/+16
* use a smaller type for flags storage in the cacheDavid Kalnischkies2015-08-101-20/+22
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-3/+0
* split-up Dependency structDavid Kalnischkies2015-08-101-20/+36
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-101-8/+13
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-3/+5
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-21/+56
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-13/+1
|\
| * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-221-13/+1
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-6/+0
|\|
| * deprecate the Section member from package structDavid Kalnischkies2014-11-101-1/+4
| * mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-221-2/+2
* | guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-081-17/+22
* | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-0/+1
* | drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-2/+0
* | packages in the cache are sorted by name so noise-freeDavid Kalnischkies2014-09-271-9/+2
* | search for pkg names in the cache case-sensitiveDavid Kalnischkies2014-09-271-4/+4
* | deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-6/+3
* | remove the Section member from package structDavid Kalnischkies2014-06-181-1/+10
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-2/+2
* | increase hashtable size for packages/groups by factor 5David Kalnischkies2014-06-181-12/+11