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
*
Spelling fixes
Ville Skyttä
2021-11-27
1
-24
/
+24
*
Do not remove Essential/Protected due to dependencies
Julian Andres Klode
2021-11-17
1
-0
/
+18
*
Increase recursion limits from 100 to 3000
David Kalnischkies
2021-08-29
1
-4
/
+4
*
Stop autoremover from endlessly exploring cyclic providers
David Kalnischkies
2021-08-28
1
-1
/
+1
*
Don't venture too deeply in AutoRemovers MarkPackage
David Kalnischkies
2021-08-28
1
-9
/
+16
*
Move hidden MarkPackage to a static function
David Kalnischkies
2021-08-28
1
-88
/
+93
*
Simplify selection of highest source version providers
David Kalnischkies
2021-08-28
1
-6
/
+3
*
Store versioned kernel package detectors in d-pointer
David Kalnischkies
2021-04-26
1
-8
/
+8
*
Call MarkAndSweep only manually in apt-get for autoremove
David Kalnischkies
2021-04-26
1
-15
/
+19
*
Reexplore providers of marked packages if some didn't satisfy before
David Kalnischkies
2021-04-26
1
-78
/
+82
*
Mark only provides from protected versioned kernel packages
David Kalnischkies
2021-04-25
1
-26
/
+58
*
Do not make DefaultRootSetFunc2 public symbol
Julian Andres Klode
2021-02-12
1
-1
/
+1
*
Show 'Done' always for 'Building dependency tree'
David Kalnischkies
2021-02-04
1
-0
/
+3
*
Determine autoremovable kernels at run-time
Julian Andres Klode
2021-01-04
1
-6
/
+24
*
depcache: Cache our InRootSetFunc
Julian Andres Klode
2021-01-04
1
-7
/
+19
*
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
[next]