Age | Commit message (Expand) | Author |
2015-08-10 | move manual-bit from 'oldlibs' pkg to its dependencies | David Kalnischkies |
2015-08-10 | move APT::Never-MarkAuto-Sections handling to MarkDelete | David Kalnischkies |
2015-08-10 | mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual | David Kalnischkies |
2015-08-10 | split-up Dependency struct | David Kalnischkies |
2015-08-10 | bunch of micro-optimizations for depcache | David Kalnischkies |
2015-08-10 | show or-groups in not-installed recommends and suggests lists | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2015-05-11 | rewrite all TFRewrite instances to use the new pkgTagSection::Write | David Kalnischkies |
2015-05-11 | show non-matching m-a:same versions in debug message | David Kalnischkies |
2014-11-18 | create directory for extended_states if needed | David Kalnischkies |
2014-10-03 | implement MarkAndSweep in cc instead of header | David Kalnischkies |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-08-29 | initialize iPolicyBrokenCount in DepCache::Update | Warren He |
2014-06-18 | remove the Section member from package struct | David Kalnischkies |
2014-06-07 | do not revert candidate for protected packages | David Kalnischkies |
2014-05-27 | Do not try to cast a pkgDepCache::Policy to a pkgCache | Michael Vogt |
2014-03-23 | discard candidates via IsInstallOk to allow override | David Kalnischkies |
2014-03-23 | do IsInstallOk call in MarkInstall unconditionally | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-02-06 | Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sid | Michael Vogt |
2014-02-06 | discard impossible candidates in MarkInstall | David Kalnischkies |
2014-02-04 | Fix multiarch package upgrade issue | Michael Vogt |
2013-11-29 | fix crash when SetCandidateRelease is used | Michael Vogt |
2013-10-01 | don't consider holds for autoremoval | David Kalnischkies |
2013-08-01 | prefer native arch over higher priority for providers | Colin Watson |
2013-07-11 | prevent MarkInstall of unsynced Multi-Arch:same siblings | David Kalnischkies |
2013-07-02 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2013-06-27 | when doing MarkInstall() packages may also get removed, so show them in the d... | Michael Vogt |
2013-06-09 | try all providers in order if uninstallable in MarkInstall | David Kalnischkies |
2013-06-09 | fix priority sorting by prefering higher in MarkInstall | David Kalnischkies |
2013-04-03 | * apt-pkg/cacheiterators.h: | David Kalnischkies |
2013-02-24 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-11-09 | no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk | David Kalnischkies |
2012-11-09 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-09-19 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2012-04-23 | provider is only a possible solution if the provides has the right | David Kalnischkies |
2012-04-23 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-03-05 | * Treat the Important flag like the Essential flag with two differences: | Julian Andres Klode |
2012-01-29 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-01-13 | factor out the detection of self-conflicts into Dep::IsIgnorable | David Kalnischkies |
2012-01-11 | * apt-pkg/depcache.cc: | David Kalnischkies |
2011-11-23 | * apt-pkg/depcache.cc: | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |