Age | Commit message (Expand) | Author |
2011-08-13 | Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug. | Christopher Baines |
2011-08-12 | Added code to allow SmartConfigure to be called mutiple times on the same pac... | Christopher Baines |
2011-08-12 | Inproved debug with versioning | Christopher Baines |
2011-08-12 | Small fix for loop handeling. | Christopher Baines |
2011-08-11 | Added a RmFlag function to remvoe the loop flag, this should prevent any erro... | Christopher Baines |
2011-08-09 | More inproved comments about loops. | Christopher Baines |
2011-08-07 | Improved errors and messages in general and improved the comments. | Christopher Baines |
2011-08-07 | Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ... | Christopher Baines |
2011-08-02 | Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh... | Christopher Baines |
2011-08-01 | Only stop on SigInt if the system state is right (still needs more testing). | Christopher Baines |
2011-07-31 | Only allow interupts when using, Immediate-Configure-All. | Christopher Baines |
2011-07-27 | SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha... | Christopher Baines |
2011-07-16 | Dont try to configure packages using SmartConfigure when not performing immed... | Christopher Baines |
2011-07-14 | Inproved errors and warnings, will now warn if package configuration fails, b... | Christopher Baines |
2011-07-14 | More changes to make imediate configuration work for all packages, | Christopher Baines |
2011-07-13 | More changes to the SmartUnpack method to allow imediate configuration of all... | Christopher Baines |
2011-07-06 | Added a APT::Immediate-Configure-All option to enable imediate configuration ... | Christopher Baines |
2011-07-05 | Flag the package in the SmartUnPack method as UnPacked while solving breakage... | Christopher Baines |
2011-07-05 | Fix for reinstallation of packages | Christopher Baines |
2011-07-05 | [ David Kalnischkies ] | Christopher Baines |
2011-07-05 | Changed check in the SmartUnpack method, reverted change in the DepAdd method. | Christopher Baines |
2011-07-05 | Removed some debug stuff, corrected the VerifyConfigure calls to VerifyAndCon... | Christopher Baines |
2011-07-04 | Added temp debug statement. | Christopher Baines |
2011-07-03 | Added debug output to package manager. | Christopher Baines |
2011-07-02 | The modification to orderlist.cc is from a patch DonKult (David) gave me, The... | Christopher Baines |
2011-06-30 | * doc/makefile: | Michael Vogt |
2011-06-28 | merged from lp:~mvo/apt/mvo | Michael Vogt |
2011-06-28 | merged from donkult | Michael Vogt |
2011-06-28 | cherry pick from donkult | Michael Vogt |
2011-06-27 | Removed temp debug lines. | Christopher Baines |
2011-06-27 | Fixed missing argument in VerifyConfigure call. | Christopher Baines |
2011-06-27 | Initial commit from my GSoC project. Added a verification function (VerifyCon... | Christopher Baines |
2011-06-27 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2011-06-09 | apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage t... | Michael Vogt |
2011-06-09 | apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this... | Michael Vogt |
2011-06-09 | * apt-pkg/deb/deblistparser.cc: | Michael Vogt |
2011-05-31 | apt-pkg/acquire-item.cc: only test packages file for correctness if its not e... | Michael Vogt |
2011-05-30 | Reject files known to be invalid (LP: #346386) (Closes: #627642) | Julian Andres Klode |
2011-05-30 | apt-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-28 | use the correct option name in comment for Acquire::Languages | Jörg Sommer |
2011-05-23 | log reinstall commands in history.log | David Kalnischkies |
2011-05-19 | remove invalid pkgcache.bin and rebuild it if possible | David Kalnischkies |
2011-05-17 | rename I to J to avoid redefining a variable (clang warning) | David Kalnischkies |
2011-05-16 | * apt-pkg/packagemanager.cc: | David Kalnischkies |
2011-05-13 | MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needs | David Kalnischkies |
2011-05-13 | * apt-pkg/contrib/netrc.cc: | David Kalnischkies |
2011-05-13 | rewrite new and previously satisfied important dependency detection in | David Kalnischkies |
2011-05-12 | move the broken dependency detection above the new recommends detection | David Kalnischkies |
2011-05-11 | convert a lot of places to use IsNegative instead of checking by hand | David Kalnischkies |