summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode2010-08-101-2/+2
* accidently prefilling the vectors results in segfaultsDavid Kalnischkies2010-07-111-1/+1
* rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies2010-07-111-7/+7
* * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2010-07-111-0/+2
* switch from std::set to std::vector as it is way more simple, a bitDavid Kalnischkies2010-07-091-8/+8
* * doc/apt.conf.5.xml:David Kalnischkies2010-07-091-6/+16
* * apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies2010-07-081-60/+169
* use references instead of copies in the Cache generation methodsDavid Kalnischkies2010-07-081-4/+5
* wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies2010-07-061-19/+34
* Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies2010-07-051-4/+1
* * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-041-17/+28
* * apt-pkg/pkgcache.h:David Kalnischkies2010-05-041-2/+1
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-04-071-1/+14
* convert some tabs to spaces to respect the style guideDavid Kalnischkies2010-03-301-80/+89
* Group packages in the same group together in the package listDavid Kalnischkies2010-03-301-9/+17
* merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies2010-03-181-56/+209
|\
| * [BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies2010-02-131-56/+209
| |\
| | * In SingleArch environments we don't need the arch "all" pseudo packageDavid Kalnischkies2010-02-121-1/+2
| | * Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies2010-02-121-4/+16