summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/depcache.cc:David Kalnischkies2011-11-232-29/+64
* fix the operator++ implementations in the cachesetsDavid Kalnischkies2011-11-221-4/+8
* - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-11/+99
* * apt-pkg/cacheset.cc:David Kalnischkies2011-11-093-361/+548
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-11-031-0/+3
* do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies2011-10-311-12/+17
* * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2011-10-301-3/+13
* merge with my debian-sid branchDavid Kalnischkies2011-10-3010-70/+59
|\
| * * algorithms.cc:David Kalnischkies2011-10-171-2/+9
| * cherrypick from my apt/experimental branchDavid Kalnischkies2011-10-052-4/+10
| * * apt-pkg/policy.cc:David Kalnischkies2011-10-041-1/+2
| * * apt-pkg/init.cc:David Kalnischkies2011-09-211-7/+6
| * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-216-59/+42
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-202-73/+79
| * * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-141-4/+5
* | * apt-pkg/packagemanager.cc:David Kalnischkies2011-10-171-9/+2
* | merged lp:~donkult/apt/experimentalMichael Vogt2011-10-1491-1102/+1216
|\ \
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2011-10-121-3/+14
| * | add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2011-10-122-82/+106
| * | 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-121-24/+30
| * | share description list between "same" versions (LP: #868977)David Kalnischkies2011-10-111-15/+45
| * | * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-114-131/+190
| * | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-10-052-4/+10
| * | merge with current debian apt/experimentalDavid Kalnischkies2011-10-054-17/+34
| |\ \ | |/ / |/| |
* | | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-054-17/+34
|\ \ \
| * | | merged fix from donkultMichael Vogt2011-09-261-12/+20
| * | | * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt2011-09-162-1/+9
| * | | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-131-4/+5
| | * | * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-09-212-20/+26
| | * | * apt-pkg/algorithms.cc:David Kalnischkies2011-09-201-1/+1
| | * | load the dpkg base arguments only one time and reuse them laterDavid Kalnischkies2011-09-201-22/+28
| | * | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-201-61/+61
| | * | fix foldmarker in algorithms.hDavid Kalnischkies2011-09-191-3/+2
| | * | remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies2011-09-196-59/+0
| | * | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-1950-192/+252
| | * | do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-1965-534/+493
| | * | remove an extra argument for the error mesage formatDavid Kalnischkies2011-09-191-1/+1
| |/ / |/| |
* | | enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies2011-09-146-168/+344
|\ \ \
| * | | 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