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
/
packagemanager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support deconfiguring Essential packages
Julian Andres Klode
2021-04-23
1
-4
/
+4
*
regression fix: do require force-loopbreak for Conflicts
Julian Andres Klode
2021-03-01
1
-1
/
+18
*
Do not require force-loopbreak on Protected packages
Julian Andres Klode
2021-02-23
1
-4
/
+2
*
Make immediate configuration optional
Julian Andres Klode
2021-01-08
1
-4
/
+12
*
Do not immediately configure m-a: same packages in lockstep
Julian Andres Klode
2020-11-06
1
-1
/
+2
*
Do not produce late error if immediate configuration fails, just warn
Julian Andres Klode
2020-10-21
1
-1
/
+1
*
Merge pkgPackageManager::SmartUnpack
Julian Andres Klode
2020-02-26
1
-4
/
+0
*
Rename pkgSimulate::Go2 to pkgSimulate::Go
Julian Andres Klode
2020-02-26
1
-5
/
+1
*
Fix typos reported by codespell in code comments
David Kalnischkies
2019-07-10
1
-1
/
+1
*
packagemanager: Remove deprecated functions
Julian Andres Klode
2019-02-26
1
-30
/
+0
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-10
/
+10
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
schedule the correct side of the conflict for removal
David Kalnischkies
2017-06-26
1
-1
/
+1
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-3
/
+3
*
disable explicit configuration of all packages at the end
David Kalnischkies
2016-08-10
1
-3
/
+3
*
simulate all package manager actions explicitly
David Kalnischkies
2016-08-10
1
-1
/
+6
*
eipp: let apt make a plan, not make stuff plane
David Kalnischkies
2016-06-29
1
-3
/
+3
*
eipp: enable xz-compressed scenario logging
David Kalnischkies
2016-06-27
1
-16
/
+11
*
eipp: add Allow-Temporary-Remove-of-Essentials
David Kalnischkies
2016-06-27
1
-0
/
+2
*
eipp: implement Immediate-Configuration flag
David Kalnischkies
2016-06-27
1
-1
/
+7
*
eipp: provide the internal planer as an external one
David Kalnischkies
2016-06-27
1
-1
/
+5
*
eipp: implement version 0.1 of the protocol
David Kalnischkies
2016-06-27
1
-0
/
+6
*
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-04-28
1
-18
/
+19
*
recheck Pre-Depends satisfaction in SmartConfigure
David Kalnischkies
2016-04-13
1
-2
/
+2
*
Fix several typos
Veres Lajos
2016-03-07
1
-3
/
+3
*
fix alloc-dealloc-mismatch (operator new [] vs operator delete)
David Kalnischkies
2015-09-14
1
-4
/
+4
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-1
/
+1
*
just-in-time removal of broken essential packages
David Kalnischkies
2015-08-27
1
-3
/
+38
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-1
/
+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
-24
/
+0
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-1
/
+1
*
properly handle already reinstall pkgs in ordering
David Kalnischkies
2014-12-07
1
-10
/
+36
*
use a abi version check similar to the gcc check
David Kalnischkies
2014-11-08
1
-3
/
+3
*
check for failure message in testsuccess/failure
David Kalnischkies
2014-10-20
1
-1
/
+1
*
fix: warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-09-27
1
-1
/
+1
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-05
1
-1
/
+48
|
\
|
*
Fix SmartConfigure to ignore ordering of packages that are already valid
Michael Vogt
2014-07-29
1
-1
/
+48
*
|
Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental
Michael Vogt
2014-05-29
1
-188
/
+166
|
\
|
|
*
fix tight loop detection and temporary removes
David Kalnischkies
2014-05-22
1
-171
/
+156
|
*
consistently fail if Smart* packagemanager actions fail
David Kalnischkies
2014-05-22
1
-46
/
+39
*
|
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...
Michael Vogt
2014-05-07
1
-0
/
+1
|
/
*
do not configure already unpacked packages needlessly
David Kalnischkies
2014-03-13
1
-11
/
+6
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-2
/
+9
*
show debug output only if told so in packagemanager
David Kalnischkies
2014-03-13
1
-1
/
+2
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-8
/
+8
*
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
Michael Vogt
2013-10-31
1
-6
/
+30
*
restore binary compatiblity with the pkgPackageManager interface
Michael Vogt
2013-10-21
1
-0
/
+25
*
re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...
Michael Vogt
2013-10-14
1
-13
/
+5
[next]