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