index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
depcache.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into 'master'
Julian Andres Klode
2020-08-04
1
-1
/
+2
|
\
|
*
Support marking all newly installed packages as automatically installed
Nicolas Schier
2020-06-08
1
-1
/
+2
*
|
Filter out impossible solutions for protected propagation
David Kalnischkies
2020-07-02
1
-3
/
+18
*
|
Delay removals due to Conflicts until Depends are resolved
David Kalnischkies
2020-07-02
1
-76
/
+101
|
/
*
Deal with duplicates in the solution space of a dep
David Kalnischkies
2020-06-03
1
-22
/
+27
*
Don't update candidate provides map if the same as current
David Kalnischkies
2020-05-25
1
-6
/
+6
*
Don't set variables to conditionally override them 2 lines later
David Kalnischkies
2020-05-25
1
-5
/
+7
*
Allow pkgDepCache to be asked to check internal consistency
David Kalnischkies
2020-05-24
1
-5
/
+88
*
Keep status number if candidate is discarded for kept back display
David Kalnischkies
2020-05-23
1
-0
/
+2
*
Known-bad candidate versions are not an upgrade option
David Kalnischkies
2020-05-23
1
-1
/
+9
*
Reset candidate version explicitly for internal state-keeping
David Kalnischkies
2020-05-23
1
-12
/
+16
*
Propagate protected to already satisfied dependencies
David Kalnischkies
2020-05-18
1
-33
/
+36
*
Propagate protected to already satisfied conflicts
David Kalnischkies
2020-05-18
1
-30
/
+82
*
Deal with protected solution providers first
David Kalnischkies
2020-05-18
1
-3
/
+6
*
Move the MarkInstall helpers into static functions
David Kalnischkies
2020-05-18
1
-59
/
+72
*
Keep going if a dep is bad for user requests to improve errors
David Kalnischkies
2020-05-18
1
-18
/
+47
*
Allow aptitude to MarkInstall broken packages via FromUser
David Kalnischkies
2020-05-08
1
-5
/
+8
*
Protect a package while resolving in MarkInstall
David Kalnischkies
2020-04-27
1
-8
/
+27
*
Prefer upgrading installed orgroup members
David Kalnischkies
2020-04-27
1
-50
/
+48
*
Propagate Protected flag to single-option dependencies
David Kalnischkies
2020-04-27
1
-4
/
+20
*
Fail earlier on impossible Conflicts in MarkInstall
David Kalnischkies
2020-04-27
1
-16
/
+23
*
Split up MarkInstall into private helper methods
David Kalnischkies
2020-04-27
1
-64
/
+101
*
Discard candidate if its dependencies can't be satisfied
David Kalnischkies
2020-04-27
1
-0
/
+17
*
Refactor and reorder MarkInstall code
David Kalnischkies
2020-04-27
1
-134
/
+145
*
Explore or-groups for Recommends further than first
David Kalnischkies
2020-04-27
1
-30
/
+35
*
Discard impossible candidate versions also for non-installed
David Kalnischkies
2020-04-26
1
-26
/
+21
*
depcache: Remove deprecated functions
Julian Andres Klode
2019-02-26
1
-15
/
+0
*
Fix typos reported by codespell & spellintian
David Kalnischkies
2018-08-29
1
-1
/
+1
*
Increase debug verbosity in `apt-get autoremove`
Filipe Brandenburger
2018-05-21
1
-15
/
+18
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Fix various typos reported by spellcheckers
David Kalnischkies
2018-05-05
1
-5
/
+5
*
don't auto-switch candidate if installed is good enough
David Kalnischkies
2017-12-13
1
-0
/
+7
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-3
/
+3
*
support compressed extended_states file for bug triage
David Kalnischkies
2017-07-26
1
-4
/
+4
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-16
/
+16
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
fix various typos reported by codespell & spellintian
David Kalnischkies
2017-07-08
1
-1
/
+1
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-3
/
+3
*
clean up default-stanzas from extended_states on write
David Kalnischkies
2016-07-22
1
-13
/
+14
*
protect only the latest same-source providers from autoremove
David Kalnischkies
2016-07-01
1
-5
/
+34
*
more explicit MarkRequired algorithm code (part 2)
David Kalnischkies
2016-06-30
1
-116
/
+68
*
more explicit MarkRequired algorithm code
David Kalnischkies
2016-06-30
1
-19
/
+32
*
if reading of autobit state failed, let write fail
David Kalnischkies
2016-06-29
1
-0
/
+5
*
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-04-28
1
-9
/
+10
*
respect user pinning in M-A:same version (un)screwing
David Kalnischkies
2016-04-28
1
-2
/
+2
*
Do not mark packages for keep that we want to remove
Julian Andres Klode
2016-03-27
1
-2
/
+5
*
do not strip epochs from state version strings
David Kalnischkies
2016-03-16
1
-5
/
+1
*
Fix bug where the problemresolve can put a pkg into a heisenstate
Michael Vogt
2016-03-15
1
-0
/
+5
*
prefer upgrading installed provides satisfier
David Kalnischkies
2016-01-25
1
-0
/
+2
*
typo: run s#frontend#front-end# on all of src:apt
David Kalnischkies
2015-11-25
1
-1
/
+1
[next]