summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| | * Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies2010-02-101-3/+4
| | * Create implicit dependencies needed for Multi-Arch handlingDavid Kalnischkies2010-02-101-7/+24
| | * Pre-MultiArch a package which depends on a package with architecture "all"David Kalnischkies2010-02-101-2/+14
| | * Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies2009-12-271-34/+99
| | * Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies2009-12-191-33/+78
| * | * apt-pkg/contrib/macros.h:David Kalnischkies2010-01-301-1/+1
* | | Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies2010-03-181-1/+1
* | | * apt-pkg/pkgcachegen.cc:David Kalnischkies2010-03-171-17/+11
* | | merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-311-1/+1
|/ /
* / * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2010-01-091-9/+56
|/
* [apt-pkg] yet another bit of mmap and pkgcachegen housekeepingDavid Kalnischkies2009-07-231-10/+10
* [apt-pkg/pkgcachegen.cc] remove the Ver == 0 and Desc == 0 from the lastDavid Kalnischkies2009-07-211-7/+7
* eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.ccDavid Kalnischkies2009-07-211-20/+25