index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
pkgcache.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Search in all available description translations
Алексей Шилин
2019-11-25
1
-23
/
+25
*
Fix typos reported by codespell in code comments
David Kalnischkies
2019-07-10
1
-1
/
+1
*
Bump cache MajorVersion to 16
Julian Andres Klode
2019-06-12
1
-1
/
+1
*
Make APT::StringView public
Julian Andres Klode
2019-06-11
1
-33
/
+0
*
cacheiterators: Cleanup deprecated code
Julian Andres Klode
2019-02-26
1
-39
/
+1
*
pkgcache: Remove deprecated bits
Julian Andres Klode
2019-02-26
1
-2
/
+0
*
Detect function multiversioning and sse4.2/crc32, enables i386
Julian Andres Klode
2019-02-04
1
-2
/
+6
*
hash32: Tighten to multiversion to x86-64 ELF and use uint32_t
Julian Andres Klode
2019-01-05
1
-3
/
+3
*
cache hash: Use sse4.2 CRC32c on x86-64 where available
Julian Andres Klode
2018-12-26
1
-7
/
+51
*
Fix typo reported by codespell in code comments
David Kalnischkies
2018-11-25
1
-1
/
+1
*
Deprectate buggy/incorrect Rls/PkgFile::IsOk methods
David Kalnischkies
2018-05-11
1
-14
/
+0
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Bump cache major version to allow different 1.5 and 1.6 updates
Julian Andres Klode
2018-03-19
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-12
/
+12
*
pkgcache: Bump major version to 12
Julian Andres Klode
2017-06-26
1
-1
/
+1
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-2
/
+2
*
Compare size before data when ordering cache bucket entries
Julian Andres Klode
2016-11-22
1
-1
/
+1
*
Introduce tolower_ascii_unsafe() and use it for hashing
Julian Andres Klode
2016-11-22
1
-3
/
+3
*
Bump the cache major version for non-backportable changes
Julian Andres Klode
2016-11-22
1
-2
/
+2
*
VersionHash: Do not skip too long dependency lines
Julian Andres Klode
2016-09-18
1
-1
/
+1
*
cache: Bump minor version to 6
Julian Andres Klode
2016-06-28
1
-1
/
+1
*
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-04-28
1
-0
/
+4
*
cachefile: Only set members that were initialized successfully
Julian Andres Klode
2016-03-19
1
-1
/
+1
*
Fix several typos
Veres Lajos
2016-03-07
1
-2
/
+2
*
Fix crash with empty architecture list
Julian Andres Klode
2016-02-25
1
-4
/
+6
*
parse version correctly from binary Source field
David Kalnischkies
2016-01-26
1
-1
/
+1
*
use consistently the last : as name:arch separator
David Kalnischkies
2016-01-25
1
-1
/
+1
*
Store the size of strings in the cache
Julian Andres Klode
2016-01-08
1
-3
/
+3
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
1
-6
/
+32
*
Increase APT::Cache-HashTableSize default to 50503
Julian Andres Klode
2016-01-03
1
-1
/
+1
*
apt-cache: stats: Show a table utilization as percentage
Julian Andres Klode
2016-01-03
1
-2
/
+2
*
Add support for calculating hashes over the entire cache
Julian Andres Klode
2015-12-29
1
-3
/
+33
*
Switch to DJB hashing and use prime number as table size
Julian Andres Klode
2015-12-29
1
-7
/
+7
*
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
2015-12-14
1
-2
/
+2
*
Bump cache minor version to 2 to trigger rebuilds
Julian Andres Klode
2015-12-11
1
-1
/
+1
*
Do not swap required and important in pkgCache::Priority()
Julian Andres Klode
2015-12-10
1
-1
/
+1
*
remove incorrect optimization branches
David Kalnischkies
2015-09-14
1
-35
/
+6
*
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
1
-1
/
+1
*
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
2015-09-14
1
-1
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-1
/
+0
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
1
-50
/
+37
*
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
1
-45
/
+16
*
use a smaller type for flags storage in the cache
David Kalnischkies
2015-08-10
1
-20
/
+22
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-3
/
+0
*
split-up Dependency struct
David Kalnischkies
2015-08-10
1
-20
/
+36
*
bunch of micro-optimizations for depcache
David Kalnischkies
2015-08-10
1
-8
/
+13
*
avoid virtual in the iterators
David Kalnischkies
2015-08-10
1
-3
/
+5
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-1
/
+1
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-0
/
+2
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-21
/
+56
[next]