summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-134-27/+39
* | * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-131-5/+12
* | * apt-pkg/depcache.cc:David Kalnischkies2012-01-111-5/+11
* | g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
|\ \
| * | g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
* | | usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies2011-12-181-8/+26
* | | try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-176-10/+67
* | | keep track of where we are in a filedescriptor so we can use it as Tell()David Kalnischkies2011-12-171-9/+30
* | | try seeking on fds opened with OpenDescriptor before giving upDavid Kalnischkies2011-12-161-1/+8
* | | refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies2011-12-152-264/+120
* | | atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-155-15/+19
* | | use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-142-30/+80
* | | allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies2011-12-132-93/+98
* | | note to myself: In case you rename something, make sure that you haveDavid Kalnischkies2011-12-131-5/+5
* | | revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-1324-12/+103
* | | revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-1325-1/+112
* | | 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