summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
Commit message (Expand)AuthorAgeFilesLines
* Free XXH3 state to avoid leak in cache hashingDavid Kalnischkies2021-02-031-1/+3
* Unroll pkgCache::sHash 8 time, break up dependencyJulian Andres Klode2020-12-151-2/+16
* Use XXH3 for cache, hash table hashingJulian Andres Klode2020-12-151-59/+15
* Raise APT::Cache-HashtableSize to 196613Julian Andres Klode2020-12-101-1/+1
* Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies2020-05-251-3/+0
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-1/+1
* pkgcache.cc: Mix PACKAGE_VERSION into the cache hashJulian Andres Klode2020-01-161-0/+4
* Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode2020-01-071-1/+1
* Search in all available description translationsАлексей Шилин2019-11-251-23/+25
* Fix typos reported by codespell in code commentsDavid Kalnischkies2019-07-101-1/+1
* Bump cache MajorVersion to 16Julian Andres Klode2019-06-121-1/+1
* 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