Age | Commit message (Expand) | Author |
2020-04-26 | Add correct std namespace to nullptr_t | David Kalnischkies |
2020-02-27 | pkgcache: Add operator bool() to map_pointer | Julian Andres Klode |
2020-02-26 | apt-pkg: default visibility to hidden | Julian Andres Klode |
2020-02-26 | cache: Swap locations of hashtables, hide them from non-apt users | Julian Andres Klode |
2020-02-25 | Add d-pointers to groups, packages, versions, and files | Julian Andres Klode |
2020-02-24 | Make map_pointer<T> typesafe | Julian Andres Klode |
2020-02-24 | Replace map_pointer_t with map_pointer<T> | Julian Andres Klode |
2020-02-18 | Use a 32-bit djb VersionHash instead of CRC-16 | Julian Andres Klode |
2020-02-18 | Merge branch 'pu/source-version' into 'master' | Julian Andres Klode |
2020-02-16 | Revert "Add a Packages-Require-Authorization Release file field" | Julian Andres Klode |
2020-01-17 | Allow querying all binaries built by a source package | Julian Andres Klode |
2019-06-12 | Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS | Julian Andres Klode |
2019-06-11 | Make APT::StringView public | Julian Andres Klode |
2019-02-26 | pkgcache: Remove deprecated bits | Julian Andres Klode |
2019-02-01 | Add a Packages-Require-Authorization Release file field | Julian Andres Klode |
2017-08-24 | Replace APT_CONST with APT_PURE everywhere | Julian Andres Klode |
2017-07-12 | cacheiterators: Warn about direct include and don't include pkgcache.h | Julian Andres Klode |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
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 |
2015-12-29 | Add support for calculating hashes over the entire cache | Julian Andres Klode |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-09-14 | do not report deprecate warnings for the None declaration | David Kalnischkies |
2015-09-14 | remove incorrect optimization branches | David Kalnischkies |
2015-08-16 | Make pkgCache::Priority() static, it does not need the instance | Julian Andres Klode |
2015-08-12 | Drop the Section field from pkgCache::Package again | Julian Andres Klode |
2015-08-11 | Re-introduce None as a deprecated alias for No | Julian Andres Klode |
2015-08-10 | no value for MultiArch field is 'no', not 'none' | 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 | link DependencyData structs together | David Kalnischkies |
2015-08-10 | split-up Dependency struct | 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-15 | hide Translation-* in 'apt-cache policy' output | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2015-06-09 | rework hashsum verification in the acquire system | David Kalnischkies |
2014-11-08 | guard pkg/grp hashtable creation changes | David Kalnischkies |
2014-11-08 | guard ABI changes for SourcePkg/Ver in pkgCache | David Kalnischkies |
2014-09-30 | mark private methods as hidden | David Kalnischkies |
2014-09-27 | store source name and version in binary cache | David Kalnischkies |
2014-09-27 | drop stored StringItems in favor of in-memory mappings | 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 |
2014-06-18 | cleanup datatypes mix used in binary cache | David Kalnischkies |
2014-06-18 | increase hashtable size for packages/groups by factor 5 | David Kalnischkies |
2014-06-18 | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimental | Michael Vogt |
2014-06-18 | [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::Next | Michael Vogt |
2014-05-29 | increase Pkg/Grp hash table size from 2k to 64k | Michael Vogt |