summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
AgeCommit message (Expand)AuthorFilesLines
2014-03-21continue reading in xz even if it outputs nothingDavid Kalnischkies1-0/+13
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode1-1/+1
2014-03-14fix test/integration/test-apt-helperMichael Vogt1-149/+326
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies1-168/+131
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies1-35/+245
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies1-37/+36
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies1-21/+20
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-3/+9
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-2/+2
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies1-2/+2
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt1-0/+11
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-3/+3
2014-02-14simplify code some more to make reddit happyDavid Kalnischkies1-38/+29
2014-02-10simplify code to make compilers happyDavid Kalnischkies1-3/+9
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-1/+1
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-1/+1
2014-01-05Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...Michael Vogt1-1/+1
2013-12-23add basic tests for GetTempDir()Michael Vogt1-1/+1
2013-12-22factor GetTempDir outMichael Vogt1-0/+17
2013-12-13allow ':' in GetListOfFilesInDirDavid Kalnischkies1-1/+1
2013-11-30truncating /dev/null to zero is always successfulDavid Kalnischkies1-0/+3
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt1-8/+18
2013-11-01small documentation updates0.9.13_exp1Michael Vogt1-1/+2
2013-10-31add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt1-14/+19
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt1-8/+8
2013-08-31fix typo (mkostemp->mkstemp)Michael Vogt1-1/+1
2013-08-27use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies1-8/+4
2013-08-27replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso1-5/+19
2013-08-22apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso1-1/+2
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt1-0/+31
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt1-8/+9
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies1-5/+18
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt1-1/+0
2013-07-25fix resource leak (thanks coverity)Michael Vogt1-4/+8
2013-07-25always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt1-4/+2
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies1-1/+2
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies1-4/+19
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies1-96/+71
2013-06-06fix double free (closes: #711045)Michael Vogt1-2/+5
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-5/+5
2012-08-04* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-2/+0
2012-05-22* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-4/+15
2012-05-16* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-24/+41
2012-05-10ensure that d is set before accessing itDavid Kalnischkies1-41/+50
2012-05-10ensure that in error conditions the Fail flag is setDavid Kalnischkies1-3/+46
2012-05-10collect zombie (de)compressor processes on reopenDavid Kalnischkies1-1/+14
2012-05-09ensure that we do init d only once and especially not with its ownDavid Kalnischkies1-5/+6
2012-05-09* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-3/+7
2012-04-19* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-0/+6
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies1-0/+22