Age | Commit message (Expand) | Author |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies |
2014-09-27 | drop stored StringItems in favor of in-memory mappings | David Kalnischkies |
2014-09-27 | packages in the cache are sorted by name so noise-free | David Kalnischkies |
2014-09-27 | search for pkg names in the cache case-sensitive | 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 |
2014-05-10 | invalid cache if architecture set doesn't match | David Kalnischkies |
2014-05-08 | mark as Automatic/Downloadable pure as gcc suggests | David Kalnischkies |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
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: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-02-27 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2013-08-15 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2013-07-11 | Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info | David Kalnischkies |
2013-04-23 | merged debian-sid branch and resolved conflicts | Michael Vogt |
2013-04-03 | * apt-pkg/cacheiterators.h: | David Kalnischkies |
2013-04-03 | - sort group and package names in the hashtable on insert | David Kalnischkies |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies |
2013-01-08 | * [ABI BREAK] apt-pkg/pkgcache.h: | Michael Vogt |
2012-09-19 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2012-09-09 | handle packages without a mandatory architecture (debian-policy §5.3) | David Kalnischkies |
2012-06-14 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2012-06-11 | * apt-pkg/deb/deblistparser.cc: | Thibaut Girka |
2012-06-11 | * apt-pkg/cacheiterators.h: | David Kalnischkies |
2012-01-13 | factor out the detection of self-conflicts into Dep::IsIgnorable | David Kalnischkies |
2012-01-13 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-10-12 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-13 | merge with debian/sid | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-20 | * apt-pkg/pkgcache.cc: | Julian Andres Klode |
2011-07-20 | apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size | Julian Andres Klode |
2011-05-17 | remove deprecated methods which nobody should have used anyway like | David Kalnischkies |
2011-05-11 | convert a lot of places to use IsNegative instead of checking by hand | David Kalnischkies |
2011-05-11 | if critical or-group can't be satisfied, exit directly. | David Kalnischkies |
2011-04-25 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-04-06 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-04-06 | document the pkg:any specialcasing in FindPkg as well to make it clear | David Kalnischkies |