| Commit message (Expand) | Author | Age | Files | Lines |
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 99 | -232/+380 |
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 98 | -629/+598 |
* | remove an extra argument for the error mesage format | David Kalnischkies | 2011-09-19 | 1 | -1/+1 |
* | releasing version 0.8.16~exp6 | Michael Vogt | 2011-09-14 | 1 | -1/+1 |
* | merged from donkult | Michael Vogt | 2011-09-14 | 11 | -169/+445 |
|\ |
|
| * | enable APT in unpack/configure ordering to handle loops as well | David Kalnischkies | 2011-09-14 | 11 | -169/+445 |
| |\ |
|
| | * | Fixed a problem where the loop flag would be removed prematurely. | Christopher Baines | 2011-08-16 | 1 | -15/+34 |
| | * | Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve... | Christopher Baines | 2011-08-15 | 2 | -37/+42 |
| | * | Applied DonKult (David)'s excellent fix for inproving the loop management. No... | Christopher Baines | 2011-08-14 | 1 | -8/+11 |
| | * | Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug. | Christopher Baines | 2011-08-13 | 1 | -5/+5 |
| | * | Added code to allow SmartConfigure to be called mutiple times on the same pac... | Christopher Baines | 2011-08-12 | 1 | -9/+17 |
| | * | Inproved debug with versioning | Christopher Baines | 2011-08-12 | 1 | -5/+13 |
| | * | Small fix for loop handeling. | Christopher Baines | 2011-08-12 | 1 | -1/+1 |
| | * | Added a RmFlag function to remvoe the loop flag, this should prevent any erro... | Christopher Baines | 2011-08-11 | 2 | -4/+13 |
| | * | More inproved comments about loops. | Christopher Baines | 2011-08-09 | 2 | -1/+9 |
| | * | Improved errors and messages in general and improved the comments. | Christopher Baines | 2011-08-07 | 1 | -132/+63 |
| | * | Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ... | Christopher Baines | 2011-08-07 | 1 | -6/+8 |
| | * | Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh... | Christopher Baines | 2011-08-02 | 1 | -3/+9 |
| | * | Only stop on SigInt if the system state is right (still needs more testing). | Christopher Baines | 2011-08-01 | 2 | -2/+14 |
| | * | Only allow interupts when using, Immediate-Configure-All. | Christopher Baines | 2011-07-31 | 1 | -3/+5 |
| | * | SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha... | Christopher Baines | 2011-07-27 | 4 | -314/+141 |
| | * | Dont try to configure packages using SmartConfigure when not performing immed... | Christopher Baines | 2011-07-16 | 2 | -3/+4 |
| | * | Inproved errors and warnings, will now warn if package configuration fails, b... | Christopher Baines | 2011-07-14 | 1 | -16/+28 |
| | * | More changes to make imediate configuration work for all packages, | Christopher Baines | 2011-07-14 | 2 | -35/+62 |
| | * | Added test for conflicts loop | Christopher Baines | 2011-07-13 | 1 | -0/+18 |
| | * | More changes to the SmartUnpack method to allow imediate configuration of all... | Christopher Baines | 2011-07-13 | 1 | -54/+155 |
| | * | Added a APT::Immediate-Configure-All option to enable imediate configuration ... | Christopher Baines | 2011-07-06 | 2 | -11/+95 |
| | * | Flag the package in the SmartUnPack method as UnPacked while solving breakage... | Christopher Baines | 2011-07-05 | 1 | -3/+7 |
| | * | Fix for reinstallation of packages | Christopher Baines | 2011-07-05 | 1 | -9/+3 |
| | * | [ David Kalnischkies ] | Christopher Baines | 2011-07-05 | 81 | -19268/+24071 |
| | |\ |
|
| | * | | Commit some stuff so that I can merge | Christopher Baines | 2011-07-05 | 1 | -1/+1 |
| | * | | Changed check in the SmartUnpack method, reverted change in the DepAdd method. | Christopher Baines | 2011-07-05 | 1 | -3/+4 |
| | * | | Removed some debug stuff, corrected the VerifyConfigure calls to VerifyAndCon... | Christopher Baines | 2011-07-05 | 3 | -9/+67 |
| | * | | Added temp debug statement. | Christopher Baines | 2011-07-04 | 1 | -0/+2 |
| | * | | Added debug output to package manager. | Christopher Baines | 2011-07-03 | 1 | -0/+3 |
| | * | | The modification to orderlist.cc is from a patch DonKult (David) gave me, The... | Christopher Baines | 2011-07-02 | 2 | -0/+23 |
| | * | | Removed temp debug lines. | Christopher Baines | 2011-06-27 | 1 | -2/+0 |
| | * | | Fixed missing argument in VerifyConfigure call. | Christopher Baines | 2011-06-27 | 1 | -2/+2 |
| | * | | Initial commit from my GSoC project. Added a verification function (VerifyCon... | Christopher Baines | 2011-06-27 | 2 | -3/+92 |
* | | | | merged from donkult | Michael Vogt | 2011-09-14 | 2 | -68/+181 |
|\| | | |
|
| * | | | update symbols | David Kalnischkies | 2011-09-14 | 2 | -68/+181 |
|/ / / |
|
* | | | update package names too for the new abi | Michael Vogt | 2011-09-14 | 7 | -4/+5 |
* | | | * [abi-break] Support large files in the complete toolset. Indexes of this | Michael Vogt | 2011-09-14 | 3 | -3/+6 |
* | | | merged from lp:~donkult/apt/experimental | Michael Vogt | 2011-09-14 | 200 | -2578/+1292 |
|\ \ \ |
|
| * \ \ | merge with debian/sid | David Kalnischkies | 2011-09-13 | 90 | -2234/+733 |
| |\ \ \ |
|
| | * | | | releasing version 0.8.15.7 | Michael Vogt | 2011-09-12 | 1 | -2/+2 |
| | * | | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-09-12 | 27 | -124/+375 |
| | |\ \ \ |
|
| | | * | | | fix changelog typos and bugfix-link | David Kalnischkies | 2011-09-09 | 1 | -3/+3 |
| | | * | | | M-A:same lockstep unpack should operate on installed | David Kalnischkies | 2011-09-09 | 5 | -16/+70 |
| | | * | | | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | 2011-09-09 | 4 | -10/+20 |