Age | Commit message (Expand) | Author |
2012-01-13 | factor out the detection of self-conflicts into Dep::IsIgnorable | David Kalnischkies |
2012-01-13 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-10-12 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-13 | merge with debian/sid | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-20 | * apt-pkg/pkgcache.cc: | Julian Andres Klode |
2011-07-20 | apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size | Julian Andres Klode |
2011-05-17 | remove deprecated methods which nobody should have used anyway like | David Kalnischkies |
2011-05-11 | convert a lot of places to use IsNegative instead of checking by hand | David Kalnischkies |
2011-05-11 | if critical or-group can't be satisfied, exit directly. | David Kalnischkies |
2011-04-25 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-04-06 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2011-04-06 | document the pkg:any specialcasing in FindPkg as well to make it clear | David Kalnischkies |
2011-03-28 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies |
2011-03-25 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2011-03-08 | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies |
2010-10-26 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2010-09-14 | * apt-pkg/policy.cc: | David Kalnischkies |
2010-08-13 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2010-08-10 | merge with debian-experimental-ma | David Kalnischkies |
2010-08-10 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2010-07-30 | * apt-pkg/pkgcache.cc: | Michael Vogt |
2010-07-25 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2010-07-08 | * apt-pkg/pkgcachegen.{cc,h}: | David Kalnischkies |
2010-07-04 | * apt-pkg/policy.h: | David Kalnischkies |
2010-05-31 | * apt-pkg/cacheset.{cc,h}: | David Kalnischkies |
2010-05-31 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2010-05-04 | * doc/files.sgml: | Michael Vogt |
2010-05-04 | * apt-pkg/pkgcache.cc: | Julian Andres Klode |
2010-05-04 | * apt-pkg/pkgcache.h: | David Kalnischkies |
2010-03-30 | Group packages in the same group together in the package list | David Kalnischkies |
2010-03-18 | Readd the FindPkg() method implementation used in the singleArch days to | David Kalnischkies |
2010-02-26 | move ShowPkg() from apt-get to the PkgIterator and rename it to FullName() | David Kalnischkies |
2010-02-13 | [BREAK] merge MultiArch-ABI. We don't support MultiArch, | David Kalnischkies |
2010-02-12 | In SingleArch environments we don't need the arch "all" pseudo package | David Kalnischkies |
2010-02-12 | Add yet another pseudo package which isn't as pseudo as the others: | David Kalnischkies |
2010-02-11 | Add Multi-Arch: allowed support by creating an implicit provide of | David Kalnischkies |
2010-02-07 | Drop the Arch information from the Version structure as we can get | David Kalnischkies |
2010-01-30 | * apt-pkg/contrib/macros.h: | David Kalnischkies |
2010-01-02 | Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the sugges... | David Kalnischkies |
2009-12-27 | Split ListParser::NewDepends into two methods to use these new method | David Kalnischkies |
2009-12-23 | merge Goswin Brederlow "support download of index files for different archs" | David Kalnischkies |
2009-12-19 | Implement the first step toward Multi-Arch by setting up a Group | David Kalnischkies |
2009-12-09 | Refactor the cache iterators by using a common base class | David Kalnischkies |
2009-11-26 | [BREAK] add possibility to download and use multiply | David Kalnischkies |