summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies1-28/+2
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies1-2/+5
2014-06-18remove the Section member from package structDavid Kalnischkies1-5/+0
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies1-89/+101
2014-06-18increase hashtable size for packages/groups by factor 5David Kalnischkies1-6/+6
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt1-3/+3
2014-06-18[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt1-1/+1
2014-05-29increase Pkg/Grp hash table size from 2k to 64kMichael Vogt1-2/+2
2014-05-10invalid cache if architecture set doesn't matchDavid Kalnischkies1-1/+3
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-33/+35
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-6/+8
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies1-2/+2
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-21/+21
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies1-4/+4
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2013-01-08* [ABI BREAK] apt-pkg/pkgcache.h:Michael Vogt1-1/+1
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies1-1/+4
2011-11-23* apt-pkg/depcache.cc:David Kalnischkies1-1/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-9/+7
2011-07-20apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache sizeJulian Andres Klode1-0/+3
2011-06-29* apt-pkg/pkgcache.h:David Kalnischkies1-1/+3
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies1-7/+10
2011-04-06* apt-pkg/pkgcache.cc:David Kalnischkies1-0/+6
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies1-2/+2
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-2/+2
2010-09-14* apt-pkg/policy.cc:David Kalnischkies1-1/+1
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies1-1/+1
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies1-2/+2
2010-05-04* apt-pkg/pkgcache.h:David Kalnischkies1-3/+7
2010-05-04* doc/cache.sgml:David Kalnischkies1-84/+385
2010-03-18Readd the FindPkg() method implementation used in the singleArch days toDavid Kalnischkies1-1/+7
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies1-1/+1
2010-02-07Drop the Arch information from the Version structure as we can getDavid Kalnischkies1-1/+0
2009-12-27Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies1-2/+10
2009-12-19Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies1-5/+25
2009-12-09Refactor the cache iterators by using a common base classDavid Kalnischkies1-8/+1
2009-11-25use long instead of short for {Ver,Desc}File size in pkgcache.hDavid Kalnischkies1-2/+2
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-24/+24
2009-06-29[ABI break] Allow pinning by codename (closes: #97564)Michael Vogt1-0/+1
2009-06-15Introduce support for the Enhances field. (Closes: #137583) jak@debian.org1-1/+1
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies1-0/+1
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt1-4/+4
2007-09-06* dpkg-triggers: Deal properly with new package states.Michael Vogt1-1/+2
2006-12-14* merged the apt-breaks-iwj branchMichael Vogt1-1/+5
2006-12-14* merged the no-pragma branchMichael Vogt1-3/+0
2006-10-02* removed the pragma messMichael Vogt1-3/+0
2006-08-25initial Breaks implementationIan Jackson1-1/+5
2006-08-11* merged ddtp supportMichael Vogt1-2/+42
2005-11-30* merged with apt--mvoMichael Vogt1-3/+3