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