summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
AgeCommit message (Expand)Author
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
2011-08-13Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.Christopher Baines
2011-08-12Added code to allow SmartConfigure to be called mutiple times on the same pac...Christopher Baines
2011-08-12Inproved debug with versioningChristopher Baines
2011-08-12Small fix for loop handeling.Christopher Baines
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-08-11Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines
2011-08-07Improved errors and messages in general and improved the comments.Christopher Baines
2011-08-07Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ...Christopher Baines
2011-08-01Only stop on SigInt if the system state is right (still needs more testing).Christopher Baines
2011-07-27SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines
2011-07-16Dont try to configure packages using SmartConfigure when not performing immed...Christopher Baines
2011-07-14Inproved errors and warnings, will now warn if package configuration fails, b...Christopher Baines