summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
AgeCommit message (Expand)Author
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
2012-04-19* apt-pkg/packagemanager.cc:Malcolm Scott
2012-04-16* apt-pkg/packagemanager.cc:David Kalnischkies
2012-04-12apt-pkg/packagemanager.cc: tweak MaxLoopCount to 500 and improve the error me...Michael Vogt
2012-03-13add APT::pkgPackageManager::MaxLoopCount to ensure that theMichael Vogt
2012-03-13merged from lp:~donkult/apt/experimentalMichael Vogt
2012-03-13recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies
2012-03-13* apt-pkg/packagemanager.cc:David Kalnischkies
2012-03-12ensure that the fullname of a package is displayed in the debug outputDavid Kalnischkies
2012-03-07show which dependency couldn't be satisfied in the debug outputDavid Kalnischkies
2012-03-07* apt-pkg/packagemanager.cc:Michael Vogt
2012-03-06merge with apt/experimentalDavid Kalnischkies
2012-03-06* apt-pkg/packagemanager.cc:Michael Vogt
2012-03-05* Treat the Important flag like the Essential flag with two differences:Julian Andres Klode
2012-03-05* apt-pkg/packagemanager.cc:Julian Andres Klode
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies
2012-03-03* apt-pkg/packagemanager.cc:David Kalnischkies
2012-03-03show in the debug output if we are looping in the avoid breaksDavid Kalnischkies
2012-03-03eanup the ordering-code avoiding a break (no function change)David Kalnischkies
2012-03-02* apt-pkg/packagemanager.cc:Michael Vogt
2012-01-20fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies
2012-01-20fix typos in comments reported by the lintian in very-picky-modesDavid Kalnischkies
2012-01-19* apt-pkg/packagemanager.cc:David Kalnischkies
2012-01-19* apt-pkg/cacheiterators.h:David Kalnischkies
2012-01-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies
2011-10-31do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies
2011-10-17* apt-pkg/packagemanager.cc:David Kalnischkies
2011-09-19remove an extra argument for the error mesage formatDavid Kalnischkies
2011-09-14enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies
2011-09-13merge with debian/sidDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-09-09M-A:same lockstep unpack should operate on installedDavid Kalnischkies
2011-08-17* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies
2011-08-16Fixed a problem where the loop flag would be removed prematurely.Christopher Baines
2011-08-15Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-14Applied DonKult (David)'s excellent fix for inproving the loop management. No...Christopher Baines