summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
Commit message (Expand)AuthorAgeFilesLines
* Make APT::StringView publicJulian Andres Klode2019-06-111-33/+0
* cacheiterators: Cleanup deprecated codeJulian Andres Klode2019-02-261-39/+1
* pkgcache: Remove deprecated bitsJulian Andres Klode2019-02-261-2/+0
* Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode2019-02-041-2/+6
* hash32: Tighten to multiversion to x86-64 ELF and use uint32_tJulian Andres Klode2019-01-051-3/+3
* cache hash: Use sse4.2 CRC32c on x86-64 where availableJulian Andres Klode2018-12-261-7/+51
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies2018-05-111-14/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Bump cache major version to allow different 1.5 and 1.6 updatesJulian Andres Klode2018-03-191-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-12/+12
* 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
|\|