summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-10/+10
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-26schedule the correct side of the conflict for removalDavid Kalnischkies1-1/+1
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-3/+3
2016-08-10disable explicit configuration of all packages at the endDavid Kalnischkies1-3/+3
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies1-1/+6
2016-06-29eipp: let apt make a plan, not make stuff planeDavid Kalnischkies1-3/+3
2016-06-27eipp: enable xz-compressed scenario loggingDavid Kalnischkies1-16/+11
2016-06-27eipp: add Allow-Temporary-Remove-of-EssentialsDavid Kalnischkies1-0/+2
2016-06-27eipp: implement Immediate-Configuration flagDavid Kalnischkies1-1/+7
2016-06-27eipp: provide the internal planer as an external oneDavid Kalnischkies1-1/+5
2016-06-27eipp: implement version 0.1 of the protocolDavid Kalnischkies1-0/+6
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies1-18/+19
2016-04-13recheck Pre-Depends satisfaction in SmartConfigureDavid Kalnischkies1-2/+2
2016-03-07Fix several typosVeres Lajos1-3/+3
2015-09-14fix alloc-dealloc-mismatch (operator new [] vs operator delete)David Kalnischkies1-4/+4
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-1/+1
2015-08-27just-in-time removal of broken essential packagesDavid Kalnischkies1-3/+38
2015-08-17Cleanup includes after running iwyuMichael Vogt1-1/+0
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode1-12/+12
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-24/+0
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2014-12-07properly handle already reinstall pkgs in orderingDavid Kalnischkies1-10/+36
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-3/+3
2014-10-20check for failure message in testsuccess/failureDavid Kalnischkies1-1/+1
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-1/+1
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+48
2014-07-29Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt1-1/+48
2014-05-29Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt1-188/+166
2014-05-22fix tight loop detection and temporary removesDavid Kalnischkies1-171/+156
2014-05-22consistently fail if Smart* packagemanager actions failDavid Kalnischkies1-46/+39
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt1-0/+1
2014-03-13do not configure already unpacked packages needlesslyDavid Kalnischkies1-11/+6
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+9
2014-03-13show debug output only if told so in packagemanagerDavid Kalnischkies1-1/+2
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-8/+8
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt1-6/+30
2013-10-21restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt1-0/+25
2013-10-14re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt1-13/+5
2013-10-13move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt1-5/+9
2013-07-10apt-pkg/packagemanager.cc:Michael Vogt1-2/+2
2013-06-24do not modify DepIterator as we might check againDavid Kalnischkies1-5/+7
2013-06-09do unpacks before configures in SmartConfigureDavid Kalnischkies1-45/+68
2012-10-24* apt-pkg/packagemanager.cc:David Kalnischkies1-0/+2
2012-09-03unpack versions only in case a different version from the packageDavid Kalnischkies1-1/+4
2012-08-30* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+3
2012-07-18* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-05-19* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-1/+2