summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
AgeCommit message (Expand)Author
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies
2014-09-27search for pkg names in the cache case-sensitiveDavid 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
2014-05-29increase Pkg/Grp hash table size from 2k to 64kMichael Vogt
2014-05-22mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies
2014-05-10invalid cache if architecture set doesn't matchDavid Kalnischkies
2014-05-08mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-03-13abstract version hash comparison a bitDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2013-08-15Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2013-07-11Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies
2013-04-23merged debian-sid branch and resolved conflictsMichael Vogt
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2013-01-08* [ABI BREAK] apt-pkg/pkgcache.h:Michael Vogt
2012-09-19* apt-pkg/pkgcache.cc:David Kalnischkies
2012-09-09handle 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-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies
2012-01-13* apt-pkg/pkgcache.cc:David Kalnischkies
2011-10-12* apt-pkg/pkgcache.cc:David Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/sidDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-17* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-20* apt-pkg/pkgcache.cc:Julian Andres Klode
2011-07-20apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache sizeJulian Andres Klode
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies
2011-05-11if 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-06document the pkg:any specialcasing in FindPkg as well to make it clearDavid Kalnischkies