index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
pkgcache.cc
Age
Commit message (
Expand
)
Author
2018-05-07
Remove obsolete RCS keywords
Guillem Jover
2018-03-19
Bump cache major version to allow different 1.5 and 1.6 updates
Julian Andres Klode
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-06-26
pkgcache: Bump major version to 12
Julian Andres Klode
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
2016-11-22
Compare size before data when ordering cache bucket entries
Julian Andres Klode
2016-11-22
Introduce tolower_ascii_unsafe() and use it for hashing
Julian Andres Klode
2016-11-22
Bump the cache major version for non-backportable changes
Julian Andres Klode
2016-09-18
VersionHash: Do not skip too long dependency lines
Julian Andres Klode
2016-06-28
cache: Bump minor version to 6
Julian Andres Klode
2016-04-28
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-03-19
cachefile: Only set members that were initialized successfully
Julian Andres Klode
2016-03-07
Fix several typos
Veres Lajos
2016-02-25
Fix crash with empty architecture list
Julian Andres Klode
2016-01-26
parse version correctly from binary Source field
David Kalnischkies
2016-01-25
use consistently the last : as name:arch separator
David Kalnischkies
2016-01-08
Store the size of strings in the cache
Julian Andres Klode
2016-01-07
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-03
Increase APT::Cache-HashTableSize default to 50503
Julian Andres Klode
2016-01-03
apt-cache: stats: Show a table utilization as percentage
Julian Andres Klode
2015-12-29
Add support for calculating hashes over the entire cache
Julian Andres Klode
2015-12-29
Switch to DJB hashing and use prime number as table size
Julian Andres Klode
2015-12-14
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
2015-12-11
Bump cache minor version to 2 to trigger rebuilds
Julian Andres Klode
2015-12-10
Do not swap required and important in pkgCache::Priority()
Julian Andres Klode
2015-09-14
remove incorrect optimization branches
David Kalnischkies
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
2015-08-10
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
use a smaller type for flags storage in the cache
David Kalnischkies
2015-08-10
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
split-up Dependency struct
David Kalnischkies
2015-08-10
bunch of micro-optimizations for depcache
David Kalnischkies
2015-08-10
avoid virtual in the iterators
David Kalnischkies
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-12
store Release files data in the Cache
David Kalnischkies
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-04-22
remove "first package seen is native package" assumption
David Kalnischkies
2015-03-16
merge debian/sid into debian/experimental
David Kalnischkies
2014-11-10
deprecate the Section member from package struct
David Kalnischkies
2014-11-08
guard pkg/grp hashtable creation changes
David Kalnischkies
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-27
packages in the cache are sorted by name so noise-free
David Kalnischkies
2014-09-27
search for pkg names in the cache case-sensitive
David Kalnischkies
2014-09-27
deprecate Pkg->Name in favor of Grp->Name
David Kalnischkies
2014-06-18
remove the Section member from package struct
David Kalnischkies
[next]