summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/packagemanager.cc:David Kalnischkies2011-10-172-9/+11
* create "real" testcases out of the tests for chrisDavid Kalnischkies2011-10-173-23/+26
* releasing version 0.8.16~exp7Michael Vogt2011-10-141-1/+1
* merged lp:~donkult/apt/experimentalMichael Vogt2011-10-14159-1310/+1704
|\
| * * apt-pkg/pkgcache.cc:David Kalnischkies2011-10-122-4/+17
| * add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2011-10-123-83/+109
| * use one string to construct the error message instead of using multipleDavid Kalnischkies2011-10-121-23/+30
| * a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies2011-10-122-25/+32
| * share description list between "same" versions (LP: #868977)David Kalnischkies2011-10-113-17/+80
| * * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-115-132/+193
| * run apt-get download in quiet mode as it messes with output otherwiseDavid Kalnischkies2011-10-111-6/+5
| * run integration tests on my new amd64 box without failuresDavid Kalnischkies2011-10-116-32/+35
| * fix compiler warning about signed comparision on amd64, tooDavid Kalnischkies2011-10-111-0/+12
| * * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-10-057-10/+128
| * merge with current debian apt/experimentalDavid Kalnischkies2011-10-057-25/+66
| |\ | |/ |/|
* | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-057-23/+69
|\ \
| * | merged fix from donkultMichael Vogt2011-09-262-12/+25
| * | ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt2011-09-221-5/+9
| * | * ftparchive/cachedb.cc:Michael Vogt2011-09-222-1/+6
| * | * methods/https.cc:Michael Vogt2011-09-202-1/+6
| * | * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt2011-09-163-1/+11
| * | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-132-4/+8
| | * * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-09-213-21/+29
| | * * apt-pkg/algorithms.cc:David Kalnischkies2011-09-202-2/+4
| | * * cmdline/apt-get.cc:David Kalnischkies2011-09-202-26/+38
| | * load the dpkg base arguments only one time and reuse them laterDavid Kalnischkies2011-09-202-23/+30
| | * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-202-62/+65
| | * fix foldmarker in algorithms.hDavid Kalnischkies2011-09-191-3/+2
| | * remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies2011-09-197-60/+2
| | * use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-1999-232/+380
| | * do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-1998-629/+598
| | * remove an extra argument for the error mesage formatDavid Kalnischkies2011-09-191-1/+1
| |/ |/|
* | releasing version 0.8.16~exp6Michael Vogt2011-09-141-1/+1
* | merged from donkultMichael Vogt2011-09-1411-169/+445
|\ \
| * \ enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies2011-09-1411-169/+445
| |\ \
| | * | Fixed a problem where the loop flag would be removed prematurely.Christopher Baines2011-08-161-15/+34
| | * | Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines2011-08-152-37/+42
| | * | Applied DonKult (David)'s excellent fix for inproving the loop management. No...Christopher Baines2011-08-141-8/+11
| | * | Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.Christopher Baines2011-08-131-5/+5
| | * | Added code to allow SmartConfigure to be called mutiple times on the same pac...Christopher Baines2011-08-121-9/+17
| | * | Inproved debug with versioningChristopher Baines2011-08-121-5/+13
| | * | Small fix for loop handeling.Christopher Baines2011-08-121-1/+1
| | * | Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines2011-08-112-4/+13
| | * | More inproved comments about loops.Christopher Baines2011-08-092-1/+9
| | * | Improved errors and messages in general and improved the comments.Christopher Baines2011-08-071-132/+63
| | * | Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ...Christopher Baines2011-08-071-6/+8
| | * | Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh...Christopher Baines2011-08-021-3/+9
| | * | Only stop on SigInt if the system state is right (still needs more testing).Christopher Baines2011-08-012-2/+14
| | * | Only allow interupts when using, Immediate-Configure-All.Christopher Baines2011-07-311-3/+5
| | * | SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines2011-07-274-314/+141