summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
AgeCommit message (Expand)Author
2012-06-14* apt-pkg/pkgcachegen.cc:Daniel Hartwig
2012-05-12* apt-pkg/pkgcachegen.cc:David Kalnischkies
2012-05-05check if we work on a valid description in IsDuplicateDescription asDavid Kalnischkies
2012-05-02* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies
2011-10-12use one string to construct the error message instead of using multipleDavid Kalnischkies
2011-10-12a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies
2011-10-11share description list between "same" versions (LP: #868977)David Kalnischkies
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-09-19remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-15merged fixes from lp:~mvo/apt/mvoMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-08-08apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt
2011-08-05apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt
2011-08-01fix crash when P.Arch() was used but the cache got remappedMichael Vogt
2011-08-01apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt
2011-07-29merged from debian-sidMichael Vogt
2011-07-29merge from lp:~mvo/apt/mvoMichael Vogt
2011-07-29* apt-pkg/pkgcachegen.{cc,h}:Michael Vogt
2011-07-28merged from lp:~mvo/apt/mvoMichael Vogt
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt
2011-07-20apt-pkg/pkgcachegen.cc: Write the file size to the cacheJulian Andres Klode
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt
2011-06-30* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies
2011-04-06* apt-pkg/pkgcache.cc:David Kalnischkies
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies
2011-03-25* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies
2011-02-07* apt-pkg/pkgcachegen.cc:David Kalnischkies
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-07-11accidently prefilling the vectors results in segfaultsDavid Kalnischkies
2010-07-11rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies
2010-07-11* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
2010-07-09switch from std::set to std::vector as it is way more simple, a bitDavid Kalnischkies
2010-07-09* doc/apt.conf.5.xml:David Kalnischkies
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies
2010-07-06wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies
2010-07-05Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies
2010-06-04* apt-pkg/cachefile.{cc,h}:David Kalnischkies
2010-05-04* apt-pkg/pkgcache.h:David Kalnischkies
2010-04-07* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-03-30convert some tabs to spaces to respect the style guideDavid Kalnischkies