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
/
algorithms.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check state of dependency, not dependee in dependency keep back
Julian Andres Klode
2022-09-28
1
-2
/
+2
*
Only protect two kernels, not last installed one
Julian Andres Klode
2022-04-07
1
-14
/
+1
*
kernels: Avoid std::regex for escaping '.' and '+'
Julian Andres Klode
2021-02-12
1
-6
/
+10
*
kernels: Fix std::out_of_range if no kernels to protect
Julian Andres Klode
2021-01-11
1
-1
/
+6
*
kernels: remove spurious || false
Julian Andres Klode
2021-01-08
1
-3
/
+3
*
Only keep up to 3 (not 4) kernels
Julian Andres Klode
2021-01-04
1
-1
/
+1
*
Determine autoremovable kernels at run-time
Julian Andres Klode
2021-01-04
1
-0
/
+183
*
Add dependency points in the resolver also to providers
David Kalnischkies
2020-07-02
1
-9
/
+40
*
Allow 20 instead of 10 loops for pkgProblemResolver
David Kalnischkies
2020-06-03
1
-1
/
+2
*
Consider if a fix is successful before claiming it is
David Kalnischkies
2020-06-02
1
-18
/
+23
*
Consider protected packages for removal if they are marked as such
David Kalnischkies
2020-05-29
1
-1
/
+1
*
Allow pkgDepCache to be asked to check internal consistency
David Kalnischkies
2020-05-24
1
-0
/
+14
*
Recognize propagated protected in pkgProblemResolver
David Kalnischkies
2020-05-18
1
-11
/
+12
*
Rename pkgSimulate::Go2 to pkgSimulate::Go
Julian Andres Klode
2020-02-26
1
-1
/
+1
*
algorithms: Remove deprecated ProblemResolver::InstallProtect()
Julian Andres Klode
2019-02-26
1
-26
/
+0
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Fix various typos reported by spellcheckers
David Kalnischkies
2018-05-05
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-5
/
+5
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
avoid explicit types for pkg counts by auto
David Kalnischkies
2017-06-26
1
-11
/
+11
*
algorithms: Fix typo: gental -> gentle
Julian Andres Klode
2017-01-31
1
-2
/
+2
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-3
/
+3
*
use FindB instead of FindI for Debug::pkgAutoRemove
David Kalnischkies
2016-12-31
1
-1
/
+1
*
simulate all package manager actions explicitly
David Kalnischkies
2016-08-10
1
-2
/
+63
*
edsp: if logging is requested, do it for internal, too
David Kalnischkies
2016-06-08
1
-4
/
+5
*
edsp: add Forbid-{New-Install,Remove} and Upgrade-All
David Kalnischkies
2016-05-20
1
-2
/
+4
*
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-04-28
1
-8
/
+9
*
apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillList
Julian Andres Klode
2016-03-07
1
-10
/
+9
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+1
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-1
/
+1
*
algorithms: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2015-10-30
1
-37
/
+44
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-2
/
+0
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
1
-12
/
+12
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-14
/
+0
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-1
/
+1
*
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
1
-1
/
+1
|
\
|
*
award points for positive dependencies again
David Kalnischkies
2015-01-10
1
-1
/
+1
*
|
explicit overload methods instead of adding parameters
David Kalnischkies
2014-11-08
1
-0
/
+12
*
|
fix progress output for (dist-)upgrade calculation
David Kalnischkies
2014-09-27
1
-10
/
+6
|
/
*
consider priorities only for downloadable pkgs in resolver
David Kalnischkies
2014-04-11
1
-8
/
+11
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-7
/
+6
*
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
2014-03-13
1
-2
/
+2
*
check version before adding scores in resolver
David Kalnischkies
2014-03-13
1
-1
/
+12
*
do not do the same looping twice
David Kalnischkies
2014-03-13
1
-7
/
+1
*
propagate a negative score point along breaks/conflicts
David Kalnischkies
2014-03-13
1
-14
/
+25
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-6
/
+6
*
Move ListUpdate/AquireUpdate into update.{cc,h}
Michael Vogt
2013-10-05
1
-99
/
+0
*
* move upgrade releated code into upgrade.{cc,h}
Michael Vogt
2013-10-05
1
-238
/
+0
*
cleanup upgrade API some more (thanks for the feedback from David)
Michael Vogt
2013-10-05
1
-10
/
+15
*
improve the API for Upgrade()
Michael Vogt
2013-09-18
1
-8
/
+30
[next]