summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* fixup changelogMichael Vogt2011-11-231-13/+15
* merged from lp:~donkult/apt/experimentalMichael Vogt2011-11-2311-448/+935
|\
| * * cmdline/apt-get.cc:David Kalnischkies2011-11-233-1/+39
| * * apt-pkg/depcache.cc:David Kalnischkies2011-11-234-30/+195
| * fix the operator++ implementations in the cachesetsDavid Kalnischkies2011-11-221-4/+8
| * - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-116-54/+146
| * * apt-pkg/cacheset.cc:David Kalnischkies2011-11-096-377/+565
* | merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colinMichael Vogt2011-11-2312-18/+60
|\ \
| * | fix remaining renameMichael Vogt2011-11-221-0/+0
| * | rename .install to .install.in when neededMichael Vogt2011-11-224-3261/+1
| * | merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt2011-11-228-15/+60
* | | * apt-pkg/cdrom.cc:Michael Vogt2011-11-222-29/+59
|/ /
* | apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...Julian Andres Klode2011-11-212-4/+18
* | merged from lp:~donkult/apt/experimentalMichael Vogt2011-11-1025-821/+1181
|\|
| * * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-11-032-1/+6
| * do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies2011-10-312-13/+19
| * * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2011-10-302-4/+16
| * merge with my debian-sid branchDavid Kalnischkies2011-10-3023-805/+1142
| |\
| | * merged from donkultMichael Vogt2011-10-202-2/+17
| | |\
| | | * * algorithms.cc:David Kalnischkies2011-10-172-2/+17
| | |/
| | * releasing version 0.8.15.9Michael Vogt2011-10-141-2/+2
| | * merged from lp:~donkult/apt/sidMichael Vogt2011-10-1431-992/+1458
| | |\
| | | * * doc/apt.conf.5.xml:David Kalnischkies2011-10-0511-803/+1075
| | | * merge with current debian apt/sidDavid Kalnischkies2011-10-053-7/+24
| | | |\ | | | |/ | | |/|
| | * | * ftparchive/cachedb.cc:Michael Vogt2011-09-242-5/+17