summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* improve error reporting in case of errors in combination with zlibDavid Kalnischkies2012-01-181-5/+15
* usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies2011-12-181-8/+26
* keep track of where we are in a filedescriptor so we can use it as Tell()David Kalnischkies2011-12-171-9/+30
* try seeking on fds opened with OpenDescriptor before giving upDavid Kalnischkies2011-12-161-1/+8
* refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies2011-12-151-256/+120
* use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-141-20/+70
* allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies2011-12-131-92/+95
* note to myself: In case you rename something, make sure that you haveDavid Kalnischkies2011-12-131-5/+5
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-11/+291
* - add a ReadLine methodDavid Kalnischkies2011-12-111-21/+62
* * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-101-0/+14
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-101-17/+112
* split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies2011-11-291-49/+53
* merge with debian/experimentalDavid Kalnischkies2011-09-131-0/+11
|\
| * * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-281-0/+11
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-16/+17
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-3/+4
|/
* merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-101-0/+9
|\
| * * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-03-031-0/+9
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-141-1/+2
* | use inttypes to avoid suprises with different type sizesDavid Kalnischkies2011-02-141-2/+8
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-131-1/+6
|/
* ignore non-regular files in GetListOfFilesInDir (Closes: #594694)David Kalnischkies2011-01-131-12/+16
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-01-121-1/+19
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-10-211-6/+12
* apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or fo...Michael Vogt2010-10-131-5/+10
* * apt-pkg/contrib/fileutl.cc:Martin Pitt2010-10-131-1/+20
* rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeededDavid Kalnischkies2010-09-061-2/+2
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-09-021-0/+21
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-08-281-1/+2
* apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)Julian Andres Klode2010-08-101-1/+8
* apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode2010-08-101-0/+2
* * apt-pkg/contrib/fileutl.cc:Julian Andres Klode2010-07-231-0/+18
* [ Martin Pitt ]David Kalnischkies2010-07-111-7/+54
|\
| * FileFd(): Drop file name extension check in ReadOnlyGzip modemartin@piware.de2010-07-061-3/+11
| * Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de2010-06-241-5/+9
| * * apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de2010-06-091-6/+41
* | check the state of the FileFd before renaming as otherwise the renameDavid Kalnischkies2010-07-091-6/+8
* | merge with debian-experimental-maDavid Kalnischkies2010-07-051-5/+15
|\ \
| * | Fix the atomic replace.Julian Andres Klode2010-06-291-1/+1
| * | * apt-pkg/contrib/fileutl.cc:Julian Andres Klode2010-06-291-5/+15