summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
Commit message (Expand)AuthorAgeFilesLines
* fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt2013-11-281-8/+18
* small documentation updatesMichael Vogt2013-11-011-1/+2
* add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-311-14/+19
* fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-071-8/+8
* fix typo (mkostemp->mkstemp)Michael Vogt2013-08-311-1/+1
* use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies2013-08-271-8/+4
* replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso2013-08-271-5/+19
* apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso2013-08-221-1/+2
* * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-151-0/+31
* 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
|\