summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* rework previous patch to avoid changing the inline codeMichael Vogt2012-02-032-4/+6
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-031-1/+4
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-01-301-2/+8
* * 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/contrib/fileutils.h:Michael Vogt2012-01-161-1/+1
* 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-174-5/+65
* | 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
* | 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-133-0/+9
* | revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-1310-0/+47
* | Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-133-12/+309
* | - add a ReadLine methodDavid Kalnischkies2011-12-113-33/+93
* | * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-102-0/+15
* | enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-102-20/+123
* | split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies2011-11-292-53/+79
|/
* * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2011-10-301-3/+13
* merge with my debian-sid branchDavid Kalnischkies2011-10-302-25/+18
|\
| * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-212-25/+18
| * * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-141-4/+5
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-111-1/+5
* | merge with current debian apt/experimentalDavid Kalnischkies2011-10-051-4/+5
|\ \
| * \ * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-051-4/+5
| |\ \
| | * | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-131-4/+5
* | | | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-196-5/+10
* | | | do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-1915-161/+138
|/ / /
* | | merge with debian/experimentalDavid Kalnischkies2011-09-1312-37/+107
|\ \ \
| * \ \ merged from the debian-sid branchMichael Vogt2011-08-154-24/+25
| |\ \ \ | | |/ / | |/| / | | |/
| | * fix a few more cppcheck performance and scope warningsDavid Kalnischkies2011-08-111-3/+4
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-113-21/+21
| | * merged from debian-sidMichael Vogt2011-07-293-3/+16
| | |\
| * | | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with...Michael Vogt2011-07-291-9/+0
| * | | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt2011-07-291-1/+1
| * | | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-282-0/+12
| |\| |
| | * | * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-282-0/+12
| * | | * merged latest fixes from debian-sidMichael Vogt2011-07-286-6/+72
| |\ \ \ | | | |/ | | |/|
| | * | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-263-1/+68
| | |\|
| | | * fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2011-07-262-4/+4
| | | * add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-262-6/+5
| | | * apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt2011-07-261-1/+0
| | | * * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-263-6/+69
| | | * * apt-pkg/contrib/cdromutl.cc:Michael Vogt2011-07-251-1/+7
| | * | * apt-pkg/contrib/sha1.cc:David Miller2011-07-261-3/+2