summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
AgeCommit message (Expand)Author
2013-11-01small documentation updates0.9.13_exp1Michael Vogt
2013-10-31add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt
2013-08-31fix typo (mkostemp->mkstemp)Michael Vogt
2013-08-27use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies
2013-08-27replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso
2013-08-22apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt
2013-07-25fix resource leak (thanks coverity)Michael Vogt
2013-07-25always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies
2013-06-06fix double free (closes: #711045)Michael Vogt
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2012-08-04* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-05-22* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-05-16* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-05-10ensure that d is set before accessing itDavid Kalnischkies
2012-05-10ensure that in error conditions the Fail flag is setDavid Kalnischkies
2012-05-10collect zombie (de)compressor processes on reopenDavid Kalnischkies
2012-05-09ensure that we do init d only once and especially not with its ownDavid Kalnischkies
2012-05-09* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-04-19* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies
2012-04-05 - add libbz2-dev as new build-dependencyDavid Kalnischkies
2012-04-05if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies
2012-04-05detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies
2012-03-06* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-02-11* apt-pkg/cachefile.cc:David Kalnischkies
2012-02-03rework previous patch to avoid changing the inline codeMichael Vogt
2012-01-18* apt-pkg/contrib/fileutl.h:David Kalnischkies
2012-01-18improve error reporting in case of errors in combination with zlibDavid Kalnischkies
2011-12-18usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies
2011-12-17keep track of where we are in a filedescriptor so we can use it as Tell()David Kalnischkies
2011-12-16try seeking on fds opened with OpenDescriptor before giving upDavid Kalnischkies
2011-12-15refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies
2011-12-14use FileFd instead of forking the compression childs by handDavid Kalnischkies
2011-12-13allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies
2011-12-13note to myself: In case you rename something, make sure that you haveDavid Kalnischkies
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies
2011-12-11 - add a ReadLine methodDavid Kalnischkies
2011-12-10* apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies
2011-11-29split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies