summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
AgeCommit message (Expand)AuthorFilesLines
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies1-1/+3
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies1-6/+31
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies1-5/+11
2013-04-01equal comparisions are used mostly in same-source relations,David Kalnischkies1-6/+14
2013-03-13factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies1-26/+31
2013-03-12handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies1-1/+1
2013-03-12* apt-pkg/pkgcachegen.cc:David Kalnischkies1-29/+32
2012-10-15* apt-pkg/pkgcachegen.cc:Michael Vogt1-2/+6
2012-10-13write the native architecture as unique string into the cache headerDavid Kalnischkies1-1/+3
2012-10-13correct "3 missing" to "2 missing" remap registrations as the VersionDavid Kalnischkies1-1/+1
2012-09-19add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies1-0/+3
2012-09-19* apt-pkg/pkgcachegen.cc:David Kalnischkies1-1/+1
2012-09-09* apt-pkg/pkgcachegen.cc:David Kalnischkies1-0/+2
2012-09-09handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies1-1/+52
2012-06-14* apt-pkg/pkgcachegen.cc:Daniel Hartwig1-2/+3
2012-05-12* apt-pkg/pkgcachegen.cc:David Kalnischkies1-2/+2
2012-05-05check if we work on a valid description in IsDuplicateDescription asDavid Kalnischkies1-2/+2
2012-05-02* apt-pkg/pkgcachegen.cc:David Kalnischkies1-0/+6
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies1-7/+9
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies1-81/+100
2011-10-12use one string to construct the error message instead of using multipleDavid Kalnischkies1-23/+30
2011-10-12a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies1-24/+30
2011-10-11share description list between "same" versions (LP: #868977)David Kalnischkies1-15/+45
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies1-126/+178
2011-09-19remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies1-1/+0
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-21/+37
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-4/+3
2011-08-15merged from the debian-sid branchMichael Vogt1-15/+15
2011-08-15merged fixes from lp:~mvo/apt/mvoMichael Vogt1-1/+1
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-14/+14
2011-08-08apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt1-1/+1
2011-08-05apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt1-1/+1
2011-08-01fix crash when P.Arch() was used but the cache got remappedMichael Vogt1-1/+3
2011-08-01apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt1-1/+3
2011-07-29merged from debian-sidMichael Vogt1-3/+19
2011-07-29merge from lp:~mvo/apt/mvoMichael Vogt1-1/+4
2011-07-29* apt-pkg/pkgcachegen.{cc,h}:Michael Vogt1-1/+4
2011-07-28merged from lp:~mvo/apt/mvoMichael Vogt1-4/+14
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt1-4/+14
2011-07-20apt-pkg/pkgcachegen.cc: Write the file size to the cacheJulian Andres Klode1-0/+1
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt1-3/+19
2011-06-30* apt-pkg/pkgcachegen.cc:David Kalnischkies1-3/+19
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies1-1/+1
2011-04-06* apt-pkg/pkgcache.cc:David Kalnischkies1-2/+3
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies1-1/+1
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies1-1/+1
2011-03-25* apt-pkg/pkgcachegen.cc:David Kalnischkies1-8/+4
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-36/+13
2011-02-07* apt-pkg/pkgcachegen.cc:David Kalnischkies1-7/+11