summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2011-08-11Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines
2011-08-09More inproved comments about loops.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-02Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh...Christopher Baines
2011-08-01Only stop on SigInt if the system state is right (still needs more testing).Christopher Baines
2011-07-31Only allow interupts when using, Immediate-Configure-All.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-30* doc/makefile:Michael Vogt
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt
2011-06-28merged from donkultMichael Vogt
2011-06-28cherry pick from donkultMichael Vogt
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-06-27* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2011-06-09apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage t...Michael Vogt
2011-06-09apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this...Michael Vogt
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt
2011-05-31apt-pkg/acquire-item.cc: only test packages file for correctness if its not e...Michael Vogt
2011-05-30Reject files known to be invalid (LP: #346386) (Closes: #627642)Julian Andres Klode
2011-05-30apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) (Clos...Julian Andres Klode
2011-05-28* apt-pkg/init.cc:Jörg Sommer
2011-05-28use the correct option name in comment for Acquire::LanguagesJörg Sommer
2011-05-23log reinstall commands in history.logDavid Kalnischkies
2011-05-19remove invalid pkgcache.bin and rebuild it if possibleDavid Kalnischkies
2011-05-17rename I to J to avoid redefining a variable (clang warning)David Kalnischkies
2011-05-16* apt-pkg/packagemanager.cc:David Kalnischkies
2011-05-13MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies
2011-05-13* apt-pkg/contrib/netrc.cc:David Kalnischkies
2011-05-13rewrite new and previously satisfied important dependency detection inDavid Kalnischkies
2011-05-12move the broken dependency detection above the new recommends detectionDavid Kalnischkies
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies
2011-05-11if critical or-group can't be satisfied, exit directly.David Kalnischkies
2011-05-10fix order of CurrentURI and UsedMirror in Status() and Log()David Kalnischkies
2011-04-26* apt-pkg/acquire-item.cc:Ben Finney
2011-04-26* apt-pkg/acquire-worker.cc:David Kalnischkies