summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
AgeCommit message (Expand)Author
2014-05-30without a filename we can't stat pipesDavid Kalnischkies
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt
2014-04-26fix FileFd::Size bitswap on big-endian architecturesAdam Conrad
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies
2014-04-10improve umask/fchmod code readabilityMichael Vogt
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt
2014-04-01Add new Debug::RunScripts optionMichael Vogt
2014-03-21continue reading in xz even if it outputs nothingDavid Kalnischkies
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode
2014-03-14fix test/integration/test-apt-helperMichael Vogt
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-14simplify code some more to make reddit happyDavid Kalnischkies
2014-02-10simplify code to make compilers happyDavid Kalnischkies
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2014-01-05Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...Michael Vogt
2013-12-23add basic tests for GetTempDir()Michael Vogt
2013-12-22factor GetTempDir outMichael Vogt
2013-12-13allow ':' in GetListOfFilesInDirDavid Kalnischkies
2013-11-30truncating /dev/null to zero is always successfulDavid Kalnischkies
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt
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