summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2012-01-13* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-21/+52
2012-01-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies4-27/+39
2012-01-13* apt-pkg/pkgcache.cc:David Kalnischkies1-5/+12
2012-01-11* apt-pkg/depcache.cc:David Kalnischkies1-5/+11
2012-01-02g++ 4.7 fixesMichael Vogt1-0/+2
2012-01-02g++ 4.7 fixesMichael Vogt1-0/+2
2011-12-18usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies1-8/+26
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies6-10/+67
2011-12-17keep track of where we are in a filedescriptor so we can use it as Tell()David Kalnischkies1-9/+30
2011-12-16try seeking on fds opened with OpenDescriptor before giving upDavid Kalnischkies1-1/+8
2011-12-15refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies2-264/+120
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies5-15/+19
2011-12-14use FileFd instead of forking the compression childs by handDavid Kalnischkies2-30/+80
2011-12-13allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies2-93/+98
2011-12-13note to myself: In case you rename something, make sure that you haveDavid Kalnischkies1-5/+5
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies24-12/+103
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies25-1/+112
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies5-103/+316
2011-12-11 - add a ReadLine methodDavid Kalnischkies3-33/+93
2011-12-11add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies1-8/+15
2011-12-11* apt-pkg/cdrom.cc:David Kalnischkies2-7/+23
2011-12-11use fileutl exists-functions instead of doing the stat'ing by handDavid Kalnischkies1-6/+5
2011-12-11strip the extension of the translation file before storing it in the listDavid Kalnischkies1-0/+1
2011-12-10* apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies4-18/+23
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies5-28/+132
2011-11-29split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies2-53/+79
2011-11-24use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies2-134/+137
2011-11-23factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre2-81/+95
2011-11-23merged from lp:~donkult/apt/experimentalMichael Vogt5-390/+704
2011-11-23* apt-pkg/depcache.cc:David Kalnischkies2-29/+64
2011-11-22fix the operator++ implementations in the cachesetsDavid Kalnischkies1-4/+8
2011-11-22* apt-pkg/cdrom.cc:Michael Vogt1-29/+54
2011-11-21apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...Julian Andres Klode1-4/+11
2011-11-11 - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies1-11/+99
2011-11-09* apt-pkg/cacheset.cc:David Kalnischkies3-361/+548
2011-11-03* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-0/+3
2011-10-31do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies1-12/+17
2011-10-30* apt-pkg/contrib/sha2_internal.cc:David Kalnischkies1-3/+13
2011-10-30merge with my debian-sid branchDavid Kalnischkies10-70/+59
2011-10-17* algorithms.cc:David Kalnischkies1-2/+9
2011-10-17* apt-pkg/packagemanager.cc:David Kalnischkies1-9/+2
2011-10-14merged lp:~donkult/apt/experimentalMichael Vogt91-1102/+1216
2011-10-12* apt-pkg/pkgcache.cc:David Kalnischkies1-3/+14
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2-82/+106
2011-10-12use one string to construct the error message instead of using multipleDavid Kalnischkies1-23/+30
2011-10-12a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies1-24/+30
2011-10-11share description list between "same" versions (LP: #868977)David Kalnischkies1-15/+45
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies4-131/+190
2011-10-05cherrypick from my apt/experimental branchDavid Kalnischkies2-4/+10
2011-10-05* apt-pkg/deb/debmetaindex.cc:David Kalnischkies2-4/+10