Commit History

Author SHA1 Message Date
  David Kalnischkies aaab100753 fix a few esoteric cppcheck errors/warnings/infos 14 years ago
  David Kalnischkies 38ff3de6a8 fix typos in comments reported by the lintian in very-picky-modes 14 years ago
  David Kalnischkies 3e9ab9f0a8 * apt-pkg/packagemanager.cc: 14 years ago
  David Kalnischkies 2a2a7ef4df * apt-pkg/cacheiterators.h: 14 years ago
  David Kalnischkies 854341141d factor out the detection of self-conflicts into Dep::IsIgnorable 14 years ago
  David Kalnischkies d9f6c79566 do not enter an endless loop for (essential) pre-dependency loops 14 years ago
  David Kalnischkies cd5e84440a * apt-pkg/packagemanager.cc: 15 years ago
  David Kalnischkies c333ea435b remove an extra argument for the error mesage format 15 years ago
  David Kalnischkies 75a90b9325 enable APT in unpack/configure ordering to handle loops as well 15 years ago
  David Kalnischkies afd7b358f9 merge with debian/sid 15 years ago
  David Kalnischkies 74b2200285 merge with debian/experimental 15 years ago
  David Kalnischkies ea54214002 reorder includes: add <config.h> if needed and include it at first 15 years ago
  David Kalnischkies 30426f4822 M-A:same lockstep unpack should operate on installed 15 years ago
  David Kalnischkies 32d9baeab0 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: 15 years ago
  Christopher Baines b57257d299 Fixed a problem where the loop flag would be removed prematurely. 15 years ago
  Christopher Baines d41d0e0113 Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve dependancies in SmartConfigure) yet Pkg 15 years ago
  Michael Vogt c5ca2c52a9 merged from the debian-sid branch 15 years ago
  Christopher Baines 940f21606b Applied DonKult (David)'s excellent fix for inproving the loop management. Now both SmartConfigure and SmartUnPack can be 15 years ago
  Christopher Baines 165ff1df10 Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug. 15 years ago
  Christopher Baines a99d02a86c Added code to allow SmartConfigure to be called mutiple times on the same package to ensure all dependancies are satisfied. 15 years ago
  Christopher Baines 987d8d0315 Inproved debug with versioning 15 years ago
  Christopher Baines e844b947ab Small fix for loop handeling. 15 years ago
  David Kalnischkies 91c03d370d fix a few more cppcheck performance and scope warnings 15 years ago
  David Kalnischkies f7f0d6c756 cppcheck complains about some possible speed improvements which could be 15 years ago
  Christopher Baines cbea057898 Added a RmFlag function to remvoe the loop flag, this should prevent any errors or wierd behaviour because of the loop flag being used 15 years ago
  Christopher Baines c7c7d3e8f1 Improved errors and messages in general and improved the comments. 15 years ago
  Christopher Baines b9f6687963 Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to remove packages once they were confiured to solve Conflicts with the previous version! 15 years ago
  Christopher Baines 17182c0c66 Only stop on SigInt if the system state is right (still needs more testing). 15 years ago
  Christopher Baines 590f192312 SmartConfigure and SmartUnPack have got smarter! The full descriptions of what they now do is in the apt-pkg/packagemanager.cc file. 15 years ago
  Christopher Baines b684d8c7b1 Dont try to configure packages using SmartConfigure when not performing immediate configuration. 15 years ago