summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 branch 'debian/sid' into debian/experimentalMichael Vogt2013-08-151-106/+114
|\|
| * 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
* | merged debian-sid branch and resolved conflictsMichael Vogt2013-04-231-5/+5
|\|
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-5/+5
* | * lp:~mvo/apt/add-glob-function:Michael Vogt2012-10-171-0/+31
|\ \
| * | add "Glob()" to fileutlMichael Vogt2012-09-041-0/+31
* | | merged from debian-sidMichael Vogt2012-10-171-2/+0
|\ \ \ | | |/ | |/|
| * | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-08-041-2/+0
* | | cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt2012-07-101-2/+2
* | | cherry pick -r1846 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/+20
|\ \ \ | |/ / |/| |
| * | check when finished downloading the InRelease file if it has the expected gpg...Michael Vogt2012-06-211-0/+20
| |/
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-221-4/+15
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-161-24/+41
* | ensure that d is set before accessing itDavid Kalnischkies2012-05-101-41/+50
* | ensure that in error conditions the Fail flag is setDavid Kalnischkies2012-05-101-3/+46
* | collect zombie (de)compressor processes on reopenDavid Kalnischkies2012-05-101-1/+14
* | ensure that we do init d only once and especially not with its ownDavid Kalnischkies2012-05-091-5/+6
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-091-3/+7
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-04-191-0/+6
* | use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-111-0/+22
* | - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-051-9/+98
* | if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies2012-04-051-1/+0
* | detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies2012-04-051-19/+13
|/
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-03-061-0/+7
* * apt-pkg/cachefile.cc:David Kalnischkies2012-02-111-0/+74
* rework previous patch to avoid changing the inline codeMichael Vogt2012-02-031-0/+5
* * apt-pkg/contrib/fileutl.h:David Kalnischkies2012-01-181-1/+3