index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
pkgcache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
Store the size of strings in the cache
Julian Andres Klode
1
-0
/
+10
2016-01-07
Switch performance critical code to use APT::StringView
Julian Andres Klode
1
-1
/
+16
2015-12-29
Add support for calculating hashes over the entire cache
Julian Andres Klode
1
-1
/
+3
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
1
-4
/
+4
2015-09-14
do not report deprecate warnings for the None declaration
David Kalnischkies
1
-0
/
+2
2015-09-14
remove incorrect optimization branches
David Kalnischkies
1
-1
/
+0
2015-08-16
Make pkgCache::Priority() static, it does not need the instance
Julian Andres Klode
1
-1
/
+1
2015-08-12
Drop the Section field from pkgCache::Package again
Julian Andres Klode
1
-6
/
+0
2015-08-11
Re-introduce None as a deprecated alias for No
Julian Andres Klode
1
-0
/
+4
2015-08-10
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
1
-1
/
+1
2015-08-10
hide implicit deps in apt-cache again by default
David Kalnischkies
1
-4
/
+12
2015-08-10
use a smaller type for flags storage in the cache
David Kalnischkies
1
-27
/
+30
2015-08-10
remove the compatibility markers for 4.13 abi
David Kalnischkies
1
-59
/
+15
2015-08-10
link DependencyData structs together
David Kalnischkies
1
-1
/
+3
2015-08-10
split-up Dependency struct
David Kalnischkies
1
-9
/
+18
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-1
/
+1
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-2
/
+3
2015-06-15
hide Translation-* in 'apt-cache policy' output
David Kalnischkies
1
-0
/
+1
2015-06-12
store Release files data in the Cache
David Kalnischkies
1
-12
/
+63
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
1
-1
/
+6
2014-11-08
guard pkg/grp hashtable creation changes
David Kalnischkies
1
-14
/
+79
2014-11-08
guard ABI changes for SourcePkg/Ver in pkgCache
David Kalnischkies
1
-0
/
+2
2014-09-30
mark private methods as hidden
David Kalnischkies
1
-1
/
+1
2014-09-27
store source name and version in binary cache
David Kalnischkies
1
-0
/
+6
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
1
-28
/
+2
2014-09-27
deprecate Pkg->Name in favor of Grp->Name
David Kalnischkies
1
-2
/
+5
2014-06-18
remove the Section member from package struct
David Kalnischkies
1
-5
/
+0
2014-06-18
cleanup datatypes mix used in binary cache
David Kalnischkies
1
-89
/
+101
2014-06-18
increase hashtable size for packages/groups by factor 5
David Kalnischkies
1
-6
/
+6
2014-06-18
Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimental
Michael Vogt
1
-3
/
+3
2014-06-18
[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::Next
Michael Vogt
1
-1
/
+1
2014-05-29
increase Pkg/Grp hash table size from 2k to 64k
Michael Vogt
1
-2
/
+2
2014-05-10
invalid cache if architecture set doesn't match
David Kalnischkies
1
-1
/
+3
2014-05-07
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-33
/
+35
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
1
-6
/
+8
2014-03-13
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
David Kalnischkies
1
-2
/
+2
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-21
/
+21
2014-03-13
make doxygen more quiet, fix issues and disable latex
David Kalnischkies
1
-4
/
+4
2014-02-27
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-1
/
+1
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
1
-1
/
+1
2013-01-08
* [ABI BREAK] apt-pkg/pkgcache.h:
Michael Vogt
1
-1
/
+1
2011-12-13
revert 2184.1.2: do not pollute namespace in headers
David Kalnischkies
1
-1
/
+4
2011-11-23
* apt-pkg/depcache.cc:
David Kalnischkies
1
-1
/
+1
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
1
-9
/
+7
2011-07-20
apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size
Julian Andres Klode
1
-0
/
+3
2011-06-29
* apt-pkg/pkgcache.h:
David Kalnischkies
1
-1
/
+3
2011-05-17
* apt-pkg/pkgcache.h:
David Kalnischkies
1
-7
/
+10
2011-04-06
* apt-pkg/pkgcache.cc:
David Kalnischkies
1
-0
/
+6
2011-03-25
* apt-pkg/cacheiterator.h:
David Kalnischkies
1
-2
/
+2
2011-03-08
Remove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies
1
-2
/
+2
[next]