summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-13Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.Christopher Baines1-5/+5
2011-08-12Added code to allow SmartConfigure to be called mutiple times on the same pac...Christopher Baines1-9/+17
2011-08-12Inproved debug with versioningChristopher Baines1-5/+13
2011-08-12Small fix for loop handeling.Christopher Baines1-1/+1
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies1-6/+6
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-10/+10
2011-08-11Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines1-4/+11
2011-08-07Improved errors and messages in general and improved the comments.Christopher Baines1-132/+63
2011-08-07Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ...Christopher Baines1-6/+8
2011-08-01Only stop on SigInt if the system state is right (still needs more testing).Christopher Baines1-0/+12
2011-07-27SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines1-308/+126
2011-07-16Dont try to configure packages using SmartConfigure when not performing immed...Christopher Baines1-3/+3
2011-07-14Inproved errors and warnings, will now warn if package configuration fails, b...Christopher Baines1-16/+28
2011-07-14More changes to make imediate configuration work for all packages, Christopher Baines1-33/+60
2011-07-13More changes to the SmartUnpack method to allow imediate configuration of all...Christopher Baines1-54/+155
2011-07-06Added a APT::Immediate-Configure-All option to enable imediate configuration ...Christopher Baines1-11/+94
2011-07-05Flag the package in the SmartUnPack method as UnPacked while solving breakage...Christopher Baines1-3/+7
2011-07-05Fix for reinstallation of packagesChristopher Baines1-9/+3
2011-07-05[ David Kalnischkies ]Christopher Baines1-1/+8
2011-07-05Changed check in the SmartUnpack method, reverted change in the DepAdd method.Christopher Baines1-3/+4
2011-07-05Removed some debug stuff, corrected the VerifyConfigure calls to VerifyAndCon...Christopher Baines1-9/+4
2011-07-04Added temp debug statement.Christopher Baines1-0/+2
2011-07-03Added debug output to package manager.Christopher Baines1-0/+3
2011-07-02The modification to orderlist.cc is from a patch DonKult (David) gave me, The...Christopher Baines1-0/+17
2011-06-27Removed temp debug lines.Christopher Baines1-2/+0
2011-06-27Fixed missing argument in VerifyConfigure call.Christopher Baines1-2/+2
2011-06-27Initial commit from my GSoC project. Added a verification function (VerifyCon...Christopher Baines1-2/+89
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies1-2/+2
2011-05-16* apt-pkg/packagemanager.cc:David Kalnischkies1-7/+37
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-29/+6
2010-09-29* apt-pkg/packagemanager.cc:David Kalnischkies1-3/+3
2010-06-10* apt-pkg/orderlist.cc:David Kalnischkies1-1/+2
2010-04-03* apt-pkg/packagemanager.cc:David Kalnischkies1-3/+11
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt1-8/+24
2010-03-16apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt1-0/+5
2010-03-01Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies1-4/+9
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-6/+17