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