summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
Commit message (Expand)AuthorAgeFilesLines
...
* rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies2014-10-031-3/+3
* fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies2014-09-271-1/+1
* de-duplicate version strings in the cacheDavid Kalnischkies2014-09-271-3/+3
* drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-59/+22
* deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-1/+8
* correct 'apt-cache stats' to include moreDavid Kalnischkies2014-06-181-1/+1
* cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-82/+82
* increase hashtable size for packages/groups by factor 5David Kalnischkies2014-06-181-4/+9
* Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-181-4/+4
|\
| * [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt2014-06-181-4/+4
* | invalid cache if architecture set doesn't matchDavid Kalnischkies2014-05-101-2/+20
* | parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-091-39/+38
|/
* abstract version hash comparison a bitDavid Kalnischkies2014-03-131-4/+10
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-7/+13
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2014-03-131-2/+2
* warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-131-7/+7
* handle missing "Description" in apt-cache showDavid Kalnischkies2013-06-201-1/+3
* share version strings between same versions (of different architectures)David Kalnischkies2013-04-031-6/+31
* - sort group and package names in the hashtable on insertDavid Kalnischkies2013-04-031-5/+11
* equal comparisions are used mostly in same-source relations,David Kalnischkies2013-04-011-6/+14
* factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies2013-03-131-26/+31
* handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies2013-03-121-1/+1
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2013-03-121-29/+32
* * apt-pkg/pkgcachegen.cc:Michael Vogt2012-10-151-2/+6
* write the native architecture as unique string into the cache headerDavid Kalnischkies2012-10-131-1/+3
* correct "3 missing" to "2 missing" remap registrations as the VersionDavid Kalnischkies2012-10-131-1/+1
* add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies2012-09-191-0/+3
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-191-1/+1
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-091-0/+2
* handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies2012-09-091-1/+52
* * apt-pkg/pkgcachegen.cc:Daniel Hartwig2012-06-141-2/+3
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-05-121-2/+2
* check if we work on a valid description in IsDuplicateDescription asDavid Kalnischkies2012-05-051-2/+2
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-05-021-0/+6
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-7/+9
* add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2011-10-121-81/+100
* use one string to construct the error message instead of using multipleDavid Kalnischkies2011-10-121-23/+30
* a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies2011-10-121-24/+30
* share description list between "same" versions (LP: #868977)David Kalnischkies2011-10-111-15/+45
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-111-126/+178
* remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies2011-09-191-1/+0
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* merge with debian/experimentalDavid Kalnischkies2011-09-131-21/+37
|\
| * merged from the debian-sid branchMichael Vogt2011-08-151-15/+15
| |\
| | * merged fixes from lp:~mvo/apt/mvoMichael Vogt2011-08-151-1/+1
| | |\
| | | * apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt2011-08-081-1/+1
| | * | cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-14/+14
| | |/
| * | apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt2011-08-051-1/+1
| * | fix crash when P.Arch() was used but the cache got remappedMichael Vogt2011-08-011-1/+3
| |\|