Age | Commit message (Expand) | Author |
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 | populate the Architecture field for PackageFiles | David Kalnischkies |
2015-06-15 | implement default apt-get file --release-info mode | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2014-11-08 | guard pkg/grp hashtable creation changes | David Kalnischkies |
2014-11-08 | replace ignore-deprecated #pragma dance with _Pragma | David Kalnischkies |
2014-10-03 | rename StringType VERSION to VERSIONNUMBER | David Kalnischkies |
2014-09-27 | fix: Prefer prefix ++/-- operators for non-primitive types | David Kalnischkies |
2014-09-27 | de-duplicate version strings in the 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 | correct 'apt-cache stats' to include more | 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-10 | invalid cache if architecture set doesn't match | David Kalnischkies |
2014-05-09 | parse and retrieve multiple Descriptions in one record | David Kalnischkies |
2014-03-13 | abstract version hash comparison a bit | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o... | David Kalnischkies |
2014-03-13 | warning: cast from type A to type B casts away qualifiers [-Wcast-qual] | David Kalnischkies |
2013-06-20 | handle missing "Description" in apt-cache show | David Kalnischkies |
2013-04-03 | share version strings between same versions (of different architectures) | David Kalnischkies |
2013-04-03 | - sort group and package names in the hashtable on insert | David Kalnischkies |
2013-04-01 | equal comparisions are used mostly in same-source relations, | David Kalnischkies |
2013-03-13 | factor version string creation out of NewDepends, so we can easily reuse | David Kalnischkies |
2013-03-12 | handle language tags for descriptions are unique strings to be shared | David Kalnischkies |
2013-03-12 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2012-10-15 | * apt-pkg/pkgcachegen.cc: | Michael Vogt |
2012-10-13 | write the native architecture as unique string into the cache header | David Kalnischkies |
2012-10-13 | correct "3 missing" to "2 missing" remap registrations as the Version | David Kalnischkies |
2012-09-19 | add 3 missing remap registrations causing a segfault in case | David Kalnischkies |
2012-09-19 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2012-09-09 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2012-09-09 | handle packages without a mandatory architecture (debian-policy §5.3) | David Kalnischkies |
2012-06-14 | * apt-pkg/pkgcachegen.cc: | Daniel Hartwig |
2012-05-12 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2012-05-05 | check if we work on a valid description in IsDuplicateDescription as | David Kalnischkies |
2012-05-02 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2011-12-15 | atleast libapt should announce to itself that it is clean… | David Kalnischkies |
2011-10-12 | add implicit dependencies needed for Multi-Arch at the time a Version | David Kalnischkies |
2011-10-12 | use one string to construct the error message instead of using multiple | David Kalnischkies |
2011-10-12 | a version can have only a single md5 for descriptions, so we can optimize | David Kalnischkies |
2011-10-11 | share description list between "same" versions (LP: #868977) | David Kalnischkies |
2011-10-11 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2011-09-19 | remove old APT_COMPATIBILITY ifdef's | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |