summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-22factor GetTempDir outMichael Vogt1-0/+2
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt1-0/+1
2013-10-31add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt1-0/+2
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt1-0/+3
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies1-0/+4
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies1-0/+1
2012-02-11* apt-pkg/cachefile.cc:David Kalnischkies1-0/+1
2012-02-03rework previous patch to avoid changing the inline codeMichael Vogt1-4/+1
2012-02-03* apt-pkg/contrib/fileutl.h:Michael Vogt1-1/+4
2012-01-16* apt-pkg/contrib/fileutils.h:Michael Vogt1-1/+1
2011-12-15refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies1-8/+0
2011-12-14use FileFd instead of forking the compression childs by handDavid Kalnischkies1-10/+10
2011-12-13allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies1-1/+3
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies1-0/+4
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies1-0/+10
2011-12-11 - add a ReadLine methodDavid Kalnischkies1-11/+19
2011-12-10* apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies1-0/+1
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies1-3/+11
2011-11-29split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies1-4/+26
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-22/+20
2011-09-13merge with debian/experimentalDavid Kalnischkies1-0/+1
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-10/+25
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt1-0/+1
2011-01-15* methods/rred.cc:David Kalnischkies1-0/+1
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-0/+1
2010-10-21* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-0/+1
2010-09-06rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeededDavid Kalnischkies1-1/+1
2010-09-02* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-0/+9
2010-08-10apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode1-1/+2
2010-07-23* apt-pkg/contrib/fileutl.cc:Julian Andres Klode1-0/+4
2010-07-11[ Martin Pitt ]David Kalnischkies1-5/+8
2010-06-29* apt-pkg/contrib/fileutl.cc:Julian Andres Klode1-1/+2
2010-06-24Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de1-1/+1
2010-06-09* apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de1-3/+6
2010-04-07* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-0/+3
2010-04-04remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies1-4/+1
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt1-0/+5
2010-01-08* French manpage translation updateMichael Vogt1-0/+3
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt1-0/+1
2006-10-02* removed the remaining #ifdef __GNUG__ that are no longer requiredMichael Vogt1-2/+0
2006-10-02* removed the pragma messMichael Vogt1-1/+0
2006-06-07* apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt1-0/+1
2005-08-09* merged from mainMichael Vogt1-1/+1
2005-01-19Merge michael.vogt@canonical.com--2004/apt--status-fd--0Matt Zimmerman1-1/+1
2004-12-13Merge misc-abi-changesMatt Zimmerman1-2/+2
2004-09-20G++3 fixes from RandolphArch Librarian1-1/+3
2004-09-20Tag file can read from unseekable objectsArch Librarian1-2/+9
2004-09-20new tempfile writing mode (WriteTemp) for FileFd classArch Librarian1-2/+2
2004-09-20Join with aliencodeArch Librarian1-2/+5
2004-09-20Bug fixesArch Librarian1-1/+2