summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt2011-08-011-1/+3
| | * merged from debian-sidMichael Vogt2011-07-291-3/+19
| | |\
| * | | merge from lp:~mvo/apt/mvoMichael Vogt2011-07-291-1/+4
| |\| |
| | * | * apt-pkg/pkgcachegen.{cc,h}:Michael Vogt2011-07-291-1/+4
| * | | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-281-4/+14
| |\| |
| | * | * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-281-4/+14
| * | | apt-pkg/pkgcachegen.cc: Write the file size to the cacheJulian Andres Klode2011-07-201-0/+1
* | | | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-4/+3
|/ / /
* | | merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-151-3/+19
|\ \ \ | | |/ | |/|
| * | * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-06-301-3/+19
| |/
* | * Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies2011-05-171-1/+1
|\ \ | |/ |/|
| * add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-1/+1
* | * apt-pkg/pkgcache.cc:David Kalnischkies2011-04-061-2/+3
|/
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-251-1/+1
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-03-251-8/+4
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-36/+13
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-02-071-7/+11