Jay Freeman (saurik)
|
a473295d01
Store tags in the cache (they are very useful :/).
|
8 years ago |
Julian Andres Klode
|
f378b41f9a
Compare size before data when ordering cache bucket entries
|
8 years ago |
Julian Andres Klode
|
7a3b00b10b
Introduce tolower_ascii_unsafe() and use it for hashing
|
8 years ago |
Julian Andres Klode
|
1236419d67
Bump the cache major version for non-backportable changes
|
8 years ago |
Julian Andres Klode
|
708e2f1fe9
VersionHash: Do not skip too long dependency lines
|
8 years ago |
Julian Andres Klode
|
33aa2752e7
cache: Bump minor version to 6
|
8 years ago |
David Kalnischkies
|
84573326f4
factor out Pkg/DepIterator prettyprinters into own header
|
8 years ago |
Julian Andres Klode
|
f40fdaa432
cachefile: Only set members that were initialized successfully
|
8 years ago |
Veres Lajos
|
8d89cda7d6
Fix several typos
|
8 years ago |
Julian Andres Klode
|
9de2fd4d11
Fix crash with empty architecture list
|
9 years ago |
David Kalnischkies
|
d17f2b1b74
parse version correctly from binary Source field
|
9 years ago |
David Kalnischkies
|
074564d40c
use consistently the last : as name:arch separator
|
9 years ago |
Julian Andres Klode
|
60d523e2ae
Store the size of strings in the cache
|
9 years ago |
Julian Andres Klode
|
eff0c22e59
Switch performance critical code to use APT::StringView
|
9 years ago |
Julian Andres Klode
|
3b4cbca22f
Increase APT::Cache-HashTableSize default to 50503
|
9 years ago |
Julian Andres Klode
|
38a5b1ceee
apt-cache: stats: Show a table utilization as percentage
|
9 years ago |
Julian Andres Klode
|
25c7a09d4a
Add support for calculating hashes over the entire cache
|
9 years ago |
Julian Andres Klode
|
0748f03aca
Switch to DJB hashing and use prime number as table size
|
9 years ago |
Julian Andres Klode
|
6755060951
pkgcache: Make hash arch-independent using fixed size integer
|
9 years ago |
Julian Andres Klode
|
0270109539
Bump cache minor version to 2 to trigger rebuilds
|
9 years ago |
Julian Andres Klode
|
2fcd25a9e2
Do not swap required and important in pkgCache::Priority()
|
9 years ago |
David Kalnischkies
|
8fec289ad8
remove incorrect optimization branches
|
9 years ago |
David Kalnischkies
|
3addaba1ff
implement dpkgs vision of interpreting pkg:<arch> dependencies
|
9 years ago |
David Kalnischkies
|
f6ce7ffce5
store ':any' pseudo-packages with 'any' as architecture
|
9 years ago |
Michael Vogt
|
88a8975f15
Cleanup includes after running iwyu
|
9 years ago |
David Kalnischkies
|
7f8c0eed69
parse packages from all architectures into the cache
|
9 years ago |
David Kalnischkies
|
8c7af4d4c9
hide implicit deps in apt-cache again by default
|
9 years ago |
David Kalnischkies
|
dfe66c72ff
use a smaller type for flags storage in the cache
|
9 years ago |
David Kalnischkies
|
4dc77823d3
remove the compatibility markers for 4.13 abi
|
9 years ago |
David Kalnischkies
|
71c9e95b22
split-up Dependency struct
|
9 years ago |