summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
AgeCommit message (Expand)Author
2021-01-08Add support for Phased-Update-PercentageJulian Andres Klode
2020-04-26Add correct std namespace to nullptr_tDavid Kalnischkies
2020-02-27pkgcache: Add operator bool() to map_pointerJulian Andres Klode
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode
2020-02-26cache: Swap locations of hashtables, hide them from non-apt usersJulian Andres Klode
2020-02-25Add d-pointers to groups, packages, versions, and filesJulian Andres Klode
2020-02-24Make map_pointer<T> typesafeJulian Andres Klode
2020-02-24Replace map_pointer_t with map_pointer<T>Julian Andres Klode
2020-02-18Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode
2020-02-18Merge branch 'pu/source-version' into 'master'Julian Andres Klode
2020-02-16Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode
2020-01-17Allow querying all binaries built by a source packageJulian Andres Klode
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode
2019-06-11Make APT::StringView publicJulian Andres Klode
2019-02-26pkgcache: Remove deprecated bitsJulian Andres Klode
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-12cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-01-08Store the size of strings in the cacheJulian Andres Klode
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode
2015-12-29Add support for calculating hashes over the entire cacheJulian Andres Klode
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-09-14do not report deprecate warnings for the None declarationDavid Kalnischkies
2015-09-14remove incorrect optimization branchesDavid Kalnischkies
2015-08-16Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode
2015-08-12Drop the Section field from pkgCache::Package againJulian Andres Klode
2015-08-11Re-introduce None as a deprecated alias for NoJulian Andres Klode
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies
2015-08-10use a smaller type for flags storage in the cacheDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10link DependencyData structs togetherDavid Kalnischkies
2015-08-10split-up Dependency structDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-06-15hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies
2014-09-30mark private methods as hiddenDavid Kalnischkies
2014-09-27store source name and version in binary cacheDavid Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies
2014-06-18remove the Section member from package structDavid Kalnischkies
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies
2014-06-18increase hashtable size for packages/groups by factor 5David Kalnischkies
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt
2014-06-18[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt