summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
Commit message (Expand)AuthorAgeFilesLines
* without a filename we can't stat pipesDavid Kalnischkies2014-05-301-1/+2
* use free() instead of delete() when realloc is usedMichael Vogt2014-05-271-1/+2
* fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
* clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-161-1/+6
* deal with umask only if we really need to for mkstempDavid Kalnischkies2014-04-111-9/+9
* don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies2014-04-111-1/+0
* improve umask/fchmod code readabilityMichael Vogt2014-04-101-5/+8
* Rename FileFd::Open() Perms to AccessModeMichael Vogt2014-04-101-6/+6
* Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-101-2/+6
* Add new Debug::RunScripts optionMichael Vogt2014-04-011-1/+5
* continue reading in xz even if it outputs nothingDavid Kalnischkies2014-03-211-0/+13
* Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode2014-03-151-1/+1
* fix test/integration/test-apt-helperMichael Vogt2014-03-141-149/+326
|\
| * refactor FileFd to hide some #ifdefsDavid Kalnischkies2014-03-131-168/+131
| * use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-35/+245
| * refactor setup of file opening via zlib/bz2 libDavid Kalnischkies2014-03-131-37/+36
| * move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies2014-03-131-21/+20
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+9
| * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-2/+2
| * warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-131-2/+2
* | add hashsum support in apt-file download and add more testsMichael Vogt2014-03-121-0/+11
|/
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* simplify code some more to make reddit happyDavid Kalnischkies2014-02-141-38/+29
* simplify code to make compilers happyDavid Kalnischkies2014-02-101-3/+9
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-261-1/+1
|\
| * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-1/+1
* | Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...Michael Vogt2014-01-051-1/+1
|\ \ | |/ |/|
| * allow ':' in GetListOfFilesInDirDavid Kalnischkies2013-12-131-1/+1
* | add basic tests for GetTempDir()Michael Vogt2013-12-231-1/+1
* | factor GetTempDir outMichael Vogt2013-12-221-0/+17
|/
* truncating /dev/null to zero is always successfulDavid Kalnischkies2013-11-301-0/+3
* 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