summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
Commit message (Expand)AuthorAgeFilesLines
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-2/+2
* review of new/changed translatable program stringsJustin B Rye2015-11-211-1/+1
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-0/+1
* ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies2015-08-311-0/+1
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-2/+3
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-19/+8
* ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-191-1/+12
* Rename DropPrivs() to DropPrivileges()Michael Vogt2014-10-071-1/+1
* DropPrivs: Document what it doesJulian Andres Klode2014-09-241-1/+11
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-0/+2
|\
| * SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-161-0/+2
* | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2014-06-181-0/+4
|\ \
| * | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-111-0/+3
| |/
* | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-071-0/+18
|\ \
| * \ Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-0/+4
| |\ \
| | * | add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-281-0/+4
| | |/
| * | Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt2014-04-281-0/+12
| |\ \
| | * | Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-281-0/+12
| | |/
| * / WIP local deb installMichael Vogt2014-04-281-0/+2
| |/
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-14/+16
|\|
| * Rename FileFd::Open() Perms to AccessModeMichael Vogt2014-04-101-8/+8
| * mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-3/+3
| * fix test/integration/test-apt-helperMichael Vogt2014-03-141-5/+6
| |\
| | * follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
| | * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-5/+6
| * | add hashsum support in apt-file download and add more testsMichael Vogt2014-03-121-0/+1
| |/
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-271-0/+5
|\|
| * factor GetTempDir outMichael Vogt2013-12-221-0/+2
| * fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt2013-11-281-0/+1
| * add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-311-0/+2
| * * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-151-0/+3
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2013-08-151-0/+4
|\|
| * set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2013-06-091-0/+4
* | * lp:~mvo/apt/add-glob-function:Michael Vogt2012-10-171-1/+2
|\ \
| * | add "Glob()" to fileutlMichael Vogt2012-09-041-0/+3
* | | cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt2012-07-101-1/+1
* | | merged the relevant bits from lp:~mvo/apt/lp346386Michael Vogt2012-07-101-0/+5
|\ \ \ | |_|/ |/| |
| * | update comments and add one FIXME for the next ABI breakMichael Vogt2012-06-211-0/+1
| * | check when finished downloading the InRelease file if it has the expected gpg...Michael Vogt2012-06-211-0/+4
| |/
* / use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-111-0/+1
|/
* * apt-pkg/cachefile.cc:David Kalnischkies2012-02-111-0/+1
* rework previous patch to avoid changing the inline codeMichael Vogt2012-02-031-4/+1
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-031-1/+4
* * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-161-1/+1
* refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies2011-12-151-8/+0
* use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-141-10/+10
* allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies2011-12-131-1/+3
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+4
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-0/+10
* - add a ReadLine methodDavid Kalnischkies2011-12-111-11/+19