summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merged from lp:~donkult/apt/experimental/Michael Vogt2012-01-139-39/+220
|\
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-133-22/+109
| * factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-134-27/+39
| * * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-133-9/+34
| * * apt-pkg/depcache.cc:David Kalnischkies2012-01-113-5/+60
| * as Size() can be quiet expensive for compressed files lets store the resultDavid Kalnischkies2012-01-101-3/+5
|/
* releasing version 0.8.16~exp9Michael Vogt2012-01-051-5/+3
* g++ 4.7 fixesMichael Vogt2012-01-023-0/+6
|\
| * g++ 4.7 fixesMichael Vogt2012-01-023-0/+6
| * merged from http://bzr.debian.org/bzr/apt/apt/debian-experimental2Michael Vogt2011-11-10281-5306/+5170
| |\
* | \ merged from lp:~donkult/apt/sid/Michael Vogt2011-12-202-2/+4
|\ \ \
| * \ \ merged from lp:~donkult/apt/sid/ Michael Vogt2011-12-202-2/+4
| |\ \ \
| | * | | * doc/po/de.po:Michael Basse (michael-alpha-unix)2011-12-062-2/+4
* | | | | merged from debian-sidMichael Vogt2011-12-1915-1034/+1633
|\| | | |
| * | | | Dutch (Jeroen Schot). Closes: #652230bubulle@debian.org2011-12-152-379/+502
| * | | | merged from lp:~donkult/apt/sidMichael Vogt2011-11-2216-3499/+4221
| |\| | |
| | * | | * German manpage translation updateChris Leick2011-11-2015-3498/+4216
| | * | | * doc/manpage-style.xml:David Kalnischkies2011-11-202-2/+6
| |/ / /
| * | | French translation updatebubulle@debian.org2011-10-251-33/+39
* | | | merged from lp:~donkult/apt/experimentalMichael Vogt2011-12-1917-92/+153
|\ \ \ \
| * | | | implement the fallback method of rred by using the FileFd and the includedDavid Kalnischkies2011-12-181-37/+12
| * | | | 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-1715-38/+85
| * | | | keep track of where we are in a filedescriptor so we can use it as Tell()David Kalnischkies2011-12-171-9/+30
* | | | | merged from lp:~donkult/apt/experimentalMichael Vogt2011-12-1972-524/+1117
|\| | | |
| * | | | 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-157-19/+27
| * | | | remove the second usage instance of ExecCompressor in ftparchiveDavid Kalnischkies2011-12-143-50/+18
| * | | | use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-144-58/+83
| * | | | 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-1328-12/+116
| * | | | revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-1326-1/+116
| * | | | Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-137-175/+320
| * | | | - add a ReadLine methodDavid Kalnischkies2011-12-115-62/+110
| * | | | use different compression types in the test now that we support themDavid Kalnischkies2011-12-111-6/+6
| * | | | add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies2011-12-114-8/+136
| * | | | * apt-pkg/cdrom.cc:David Kalnischkies2011-12-113-8/+26
| * | | | 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-105-20/+26
| * | | | enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-108-31/+135
| * | | | * cmdline/apt-config.cc:David Kalnischkies2011-12-102-4/+23
| * | | | ensure that we exit instead of proceed in execution after the trapDavid Kalnischkies2011-11-301-1/+1
| * | | | 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
| * | | | fix another hickup in the changelogDavid Kalnischkies2011-11-231-8/+2
| * | | | factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre2011-11-232-81/+95
* | | | | revert libapt-common addition because of http://lists.debian.org/debian-devel...Michael Vogt2011-11-284-29/+5
|/ / / /