summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
Commit message (Expand)AuthorAgeFilesLines
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-3/+0
* Make APT::StringView publicJulian Andres Klode2019-06-111-24/+5
* pkgcache: Remove deprecated bitsJulian Andres Klode2019-02-261-20/+0
* Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2019-02-011-3/+5
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-2/+2
* cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode2017-07-121-1/+2
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-6/+9
* Store the size of strings in the cacheJulian Andres Klode2016-01-081-0/+10
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-1/+16
* Add support for calculating hashes over the entire cacheJulian Andres Klode2015-12-291-1/+3
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-4/+4
* do not report deprecate warnings for the None declarationDavid Kalnischkies2015-09-141-0/+2
* remove incorrect optimization branchesDavid Kalnischkies2015-09-141-1/+0
* Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode2015-08-161-1/+1
* Drop the Section field from pkgCache::Package againJulian Andres Klode2015-08-121-6/+0
* Re-introduce None as a deprecated alias for NoJulian Andres Klode2015-08-111-0/+4
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-101-1/+1
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-4/+12
* use a smaller type for flags storage in the cacheDavid Kalnischkies2015-08-101-27/+30
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-59/+15
* link DependencyData structs togetherDavid Kalnischkies2015-08-101-1/+3
* split-up Dependency structDavid Kalnischkies2015-08-101-9/+18
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-2/+3
* hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-151-0/+1
* store Release files data in the CacheDavid Kalnischkies2015-06-121-12/+63
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-1/+6
* guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-081-14/+79
* guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-0/+2
* mark private methods as hiddenDavid Kalnischkies2014-09-301-1/+1
* store source name and version in binary cacheDavid Kalnischkies2014-09-271-0/+6
* drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-28/+2
* deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-2/+5
* remove the Section member from package structDavid Kalnischkies2014-06-181-5/+0
* cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-89/+101
* increase hashtable size for packages/groups by factor 5David Kalnischkies2014-06-181-6/+6
* Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-181-3/+3
|\
| * [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt2014-06-181-1/+1
| * increase Pkg/Grp hash table size from 2k to 64kMichael Vogt2014-05-291-2/+2
* | invalid cache if architecture set doesn't matchDavid Kalnischkies2014-05-101-1/+3
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-33/+35
|\|
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-6/+8
| * warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies2014-03-131-2/+2
| * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-21/+21
| * make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-131-4/+4
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-271-1/+1
|\|
| * Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* | * [ABI BREAK] apt-pkg/pkgcache.h:Michael Vogt2013-01-081-1/+1
|/
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-1/+4
* * apt-pkg/depcache.cc:David Kalnischkies2011-11-231-1/+1