summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
AgeCommit message (Expand)Author
2020-12-15Unroll pkgCache::sHash 8 time, break up dependencyJulian Andres Klode
2020-12-15Use XXH3 for cache, hash table hashingJulian Andres Klode
2020-12-10Raise APT::Cache-HashtableSize to 196613Julian Andres Klode
2020-05-25Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies
2020-02-24Make map_pointer<T> typesafeJulian Andres Klode
2020-01-16pkgcache.cc: Mix PACKAGE_VERSION into the cache hashJulian Andres Klode
2020-01-07Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode
2019-11-25Search in all available description translationsАлексей Шилин
2019-07-10Fix typos reported by codespell in code commentsDavid Kalnischkies
2019-06-12Bump cache MajorVersion to 16Julian Andres Klode
2019-06-11Make APT::StringView publicJulian Andres Klode
2019-02-26cacheiterators: Cleanup deprecated codeJulian Andres Klode
2019-02-26pkgcache: Remove deprecated bitsJulian Andres Klode
2019-02-04Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode
2019-01-05hash32: Tighten to multiversion to x86-64 ELF and use uint32_tJulian Andres Klode
2018-12-26cache hash: Use sse4.2 CRC32c on x86-64 where availableJulian Andres Klode
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies
2018-05-11Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-03-19Bump cache major version to allow different 1.5 and 1.6 updatesJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-06-26pkgcache: Bump major version to 12Julian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
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