summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-04-222-8/+66
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2012-04-211-20/+37
* * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2012-04-201-2/+6
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-04-191-0/+6
* use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-112-0/+23
* - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-051-9/+98
* if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies2012-04-051-1/+0
* detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies2012-04-051-19/+13
* * apt-pkg/acquire-worker.cc:David Kalnischkies2012-03-201-2/+1
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-03-061-0/+7
* as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies2012-03-051-3/+3
* * apt-pkg/cachefile.cc:David Kalnischkies2012-02-112-0/+75
* 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
| | |\