summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
Commit message (Expand)AuthorAgeFilesLines
...
* use a smaller type for flags storage in the cacheDavid Kalnischkies2015-08-101-20/+22
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-3/+0
* split-up Dependency structDavid Kalnischkies2015-08-101-20/+36
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-101-8/+13
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-3/+5
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-21/+56
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-13/+1
|\
| * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-221-13/+1
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-6/+0
|\|
| * deprecate the Section member from package structDavid Kalnischkies2014-11-101-1/+4
| * mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-221-2/+2
* | guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-081-17/+22
* | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-0/+1
* | drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-2/+0
* | packages in the cache are sorted by name so noise-freeDavid Kalnischkies2014-09-271-9/+2
* | search for pkg names in the cache case-sensitiveDavid Kalnischkies2014-09-271-4/+4
* | deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-6/+3
* | remove the Section member from package structDavid Kalnischkies2014-06-181-1/+10
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-2/+2
* | increase hashtable size for packages/groups by factor 5David Kalnischkies2014-06-181-12/+11
* | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-181-8/+4
|\ \
| * | [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt2014-06-181-4/+4
| * | increase Pkg/Grp hash table size from 2k to 64kMichael Vogt2014-05-291-5/+1
| |/
* | invalid cache if architecture set doesn't matchDavid Kalnischkies2014-05-101-6/+14
* | mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-081-2/+2
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-14/+21
|\|
| * abstract version hash comparison a bitDavid Kalnischkies2014-03-131-0/+4
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+5
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
| * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-10/+10
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-271-2/+2
|\|
| * Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2013-08-151-0/+12
|\|
| * Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-0/+12
* | merged debian-sid branch and resolved conflictsMichael Vogt2013-04-231-23/+40
|\|
| * * apt-pkg/cacheiterators.h:David Kalnischkies2013-04-031-4/+12
| * - sort group and package names in the hashtable on insertDavid Kalnischkies2013-04-031-11/+20
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-9/+9
* | * [ABI BREAK] apt-pkg/pkgcache.h:Michael Vogt2013-01-081-1/+1
|/
* * apt-pkg/pkgcache.cc:David Kalnischkies2012-09-191-2/+23
* handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies2012-09-091-1/+5
* * apt-pkg/pkgcache.cc:David Kalnischkies2012-06-141-1/+1
* * apt-pkg/deb/deblistparser.cc:Thibaut Girka2012-06-111-1/+4
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-06-111-0/+26
* factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-131-15/+34
* * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-131-5/+12
* * apt-pkg/pkgcache.cc:David Kalnischkies2011-10-121-3/+14
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-2/+2