summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
AgeCommit message (Expand)Author
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
2011-07-14More changes to make imediate configuration work for all packages, Christopher Baines
2011-07-13More changes to the SmartUnpack method to allow imediate configuration of all...Christopher Baines
2011-07-06Added a APT::Immediate-Configure-All option to enable imediate configuration ...Christopher Baines
2011-07-05Flag the package in the SmartUnPack method as UnPacked while solving breakage...Christopher Baines
2011-07-05Fix for reinstallation of packagesChristopher Baines
2011-07-05[ David Kalnischkies ]Christopher Baines
2011-07-05Changed check in the SmartUnpack method, reverted change in the DepAdd method.Christopher Baines
2011-07-05Removed some debug stuff, corrected the VerifyConfigure calls to VerifyAndCon...Christopher Baines
2011-07-04Added temp debug statement.Christopher Baines
2011-07-03Added debug output to package manager.Christopher Baines
2011-07-02The modification to orderlist.cc is from a patch DonKult (David) gave me, The...Christopher Baines
2011-06-27Removed temp debug lines.Christopher Baines
2011-06-27Fixed missing argument in VerifyConfigure call.Christopher Baines
2011-06-27Initial commit from my GSoC project. Added a verification function (VerifyCon...Christopher Baines
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies
2011-05-16* apt-pkg/packagemanager.cc:David Kalnischkies
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies
2010-09-29* apt-pkg/packagemanager.cc:David Kalnischkies
2010-06-10* apt-pkg/orderlist.cc:David Kalnischkies
2010-04-03* apt-pkg/packagemanager.cc:David Kalnischkies
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt
2010-03-16apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt
2010-03-01Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies
2009-12-10merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt