summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/algorithms.cc:Colin Watson2012-01-291-2/+1
* ensure that dpkg binary doesn't have the chroot-directory prefixedDavid Kalnischkies2012-01-291-1/+11
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-291-17/+15
* fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies2012-01-201-1/+0
* fix typos in comments reported by the lintian in very-picky-modesDavid Kalnischkies2012-01-201-5/+5
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-01-191-1/+7
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-193-4/+4
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-191-1/+5
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-1/+4
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-191-0/+5
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-01-182-7/+19
|\
| * * apt-pkg/contrib/fileutl.h:David Kalnischkies2012-01-181-1/+3
| * improve error reporting in case of errors in combination with zlibDavid Kalnischkies2012-01-182-6/+16
* | * apt-pkg/aptconfiguration.cc:Michael Vogt2012-01-181-1/+1
|\ \ | |/ |/|
| * * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-12-141-1/+1
* | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-161-1/+1
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-21/+52
* | 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