summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-135-103/+316
* - add a ReadLine methodDavid Kalnischkies2011-12-113-33/+93
* add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies2011-12-111-8/+15
* * apt-pkg/cdrom.cc:David Kalnischkies2011-12-112-7/+23
* use fileutl exists-functions instead of doing the stat'ing by handDavid Kalnischkies2011-12-111-6/+5
* strip the extension of the translation file before storing it in the listDavid Kalnischkies2011-12-111-0/+1
* * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-104-18/+23
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-105-28/+132
* split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies2011-11-292-53/+79
* use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies2011-11-242-134/+137
* factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre2011-11-232-81/+95
* merged from lp:~donkult/apt/experimentalMichael Vogt2011-11-235-390/+704
|\
| * * 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/cdrom.cc:Michael Vogt2011-11-221-29/+54
* | apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...Julian Andres Klode2011-11-211-4/+11
|/
* * 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