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