summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-281-8/+9
|\
| * add missing "free(buffer) for allocated bufferMichael Vogt2013-07-251-1/+0
| * fix resource leak (thanks coverity)Michael Vogt2013-07-251-4/+8
| * always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt2013-07-251-4/+2
* | ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies2013-07-261-5/+18
|/
* fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2013-06-091-1/+2
* OpenDescriptor should autoclose fd always on errorDavid Kalnischkies2013-06-091-4/+19
* set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2013-06-091-96/+71
* fix double free (closes: #711045)Michael Vogt2013-06-061-2/+5
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-5/+5
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-08-041-2/+0
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-221-4/+15
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-161-24/+41
* ensure that d is set before accessing itDavid Kalnischkies2012-05-101-41/+50
* ensure that in error conditions the Fail flag is setDavid Kalnischkies2012-05-101-3/+46
* collect zombie (de)compressor processes on reopenDavid Kalnischkies2012-05-101-1/+14
* ensure that we do init d only once and especially not with its ownDavid Kalnischkies2012-05-091-5/+6
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-091-3/+7
* * 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-111-0/+22
* - 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/contrib/fileutl.cc:David Kalnischkies2012-03-061-0/+7
* * apt-pkg/cachefile.cc:David Kalnischkies2012-02-111-0/+74
* rework previous patch to avoid changing the inline codeMichael Vogt2012-02-031-0/+5
* * apt-pkg/contrib/fileutl.h:David Kalnischkies2012-01-181-1/+3
* improve error reporting in case of errors in combination with zlibDavid Kalnischkies2012-01-181-5/+15
* usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies2011-12-181-8/+26
* 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-151-256/+120
* use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-141-20/+70
* allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies2011-12-131-92/+95
* note to myself: In case you rename something, make sure that you haveDavid Kalnischkies2011-12-131-5/+5
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-11/+291
* - add a ReadLine methodDavid Kalnischkies2011-12-111-21/+62
* * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-101-0/+14
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-101-17/+112
* split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies2011-11-291-49/+53
* merge with debian/experimentalDavid Kalnischkies2011-09-131-0/+11
|\
| * * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-281-0/+11
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-16/+17
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-3/+4
|/
* merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-101-0/+9
|\
| * * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-03-031-0/+9
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-141-1/+2
* | use inttypes to avoid suprises with different type sizesDavid Kalnischkies2011-02-141-2/+8
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-131-1/+6
|/
* ignore non-regular files in GetListOfFilesInDir (Closes: #594694)David Kalnischkies2011-01-131-12/+16