index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
depcache.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-03
mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual
David Kalnischkies
1
-2
/
+7
2014-11-10
deprecate the Section member from package struct
David Kalnischkies
1
-1
/
+1
2014-08-29
initialize iPolicyBrokenCount in DepCache::Update
Warren He
1
-1
/
+2
2014-06-07
do not revert candidate for protected packages
David Kalnischkies
1
-1
/
+1
2014-05-27
Do not try to cast a pkgDepCache::Policy to a pkgCache
Michael Vogt
1
-1
/
+1
2014-03-23
discard candidates via IsInstallOk to allow override
David Kalnischkies
1
-20
/
+58
2014-03-23
do IsInstallOk call in MarkInstall unconditionally
David Kalnischkies
1
-4
/
+8
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
1
-2
/
+2
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-4
/
+10
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-5
/
+5
2014-03-13
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
1
-1
/
+1
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-2
/
+2
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
1
-3
/
+3
2014-02-06
Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sid
Michael Vogt
1
-0
/
+5
2014-02-06
discard impossible candidates in MarkInstall
David Kalnischkies
1
-2
/
+7
2014-02-04
Fix multiarch package upgrade issue
Michael Vogt
1
-0
/
+5
2013-11-29
fix crash when SetCandidateRelease is used
Michael Vogt
1
-1
/
+1
2013-10-01
don't consider holds for autoremoval
David Kalnischkies
1
-3
/
+4
2013-08-01
prefer native arch over higher priority for providers
Colin Watson
1
-3
/
+3
2013-07-11
prevent MarkInstall of unsynced Multi-Arch:same siblings
David Kalnischkies
1
-4
/
+49
2013-07-02
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt
1
-6
/
+14
2013-06-27
when doing MarkInstall() packages may also get removed, so show them in the d...
Michael Vogt
1
-3
/
+10
2013-06-09
try all providers in order if uninstallable in MarkInstall
David Kalnischkies
1
-5
/
+13
2013-06-09
fix priority sorting by prefering higher in MarkInstall
David Kalnischkies
1
-1
/
+1
2013-04-03
* apt-pkg/cacheiterators.h:
David Kalnischkies
1
-15
/
+10
2013-02-24
* apt-pkg/depcache.cc:
David Kalnischkies
1
-0
/
+31
2012-11-09
no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk
David Kalnischkies
1
-2
/
+6
2012-11-09
* apt-pkg/depcache.cc:
David Kalnischkies
1
-13
/
+6
2012-09-19
* apt-pkg/pkgcache.cc:
David Kalnischkies
1
-1
/
+1
2012-04-23
provider is only a possible solution if the provides has the right
David Kalnischkies
1
-1
/
+1
2012-04-23
* apt-pkg/depcache.cc:
David Kalnischkies
1
-12
/
+13
2012-03-05
* Treat the Important flag like the Essential flag with two differences:
Julian Andres Klode
1
-0
/
+8
2012-01-29
* apt-pkg/depcache.cc:
David Kalnischkies
1
-11
/
+28
2012-01-13
factor out the detection of self-conflicts into Dep::IsIgnorable
David Kalnischkies
1
-11
/
+2
2012-01-11
* apt-pkg/depcache.cc:
David Kalnischkies
1
-5
/
+11
2011-11-23
* apt-pkg/depcache.cc:
David Kalnischkies
1
-28
/
+63
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
1
-1
/
+1
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
1
-0
/
+3
2011-09-13
merge with debian/experimental
David Kalnischkies
1
-16
/
+16
2011-09-13
Support large files in the complete toolset. Indexes of this
David Kalnischkies
1
-2
/
+2
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
1
-2
/
+4
2011-08-15
merged from the debian-sid branch
Michael Vogt
1
-14
/
+14
2011-08-11
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
1
-14
/
+14
2011-07-28
[ABI break] merge patch from Jonathan Thomas to speed up the
Michael Vogt
1
-2
/
+2
2011-07-15
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
Michael Vogt
1
-1
/
+1
2011-07-15
* apt-pkg/depcache.cc:
David Kalnischkies
1
-1
/
+1
2011-05-17
if a Breaks can't be upgraded, remove it. If it or a Conflict
David Kalnischkies
1
-5
/
+6
2011-05-17
let the Mark methods return if their marking was successful
David Kalnischkies
1
-18
/
+21
2011-05-17
* apt-pkg/depcache.cc:
David Kalnischkies
1
-2
/
+3
2011-05-17
remove deprecated methods which nobody should have used anyway like
David Kalnischkies
1
-53
/
+1
[next]