summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
AgeCommit message (Expand)Author
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2013-12-22factor GetTempDir outMichael Vogt
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt
2013-10-31add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt
2013-08-15Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies
2012-10-17* lp:~mvo/apt/add-glob-function:Michael Vogt
2012-09-04add "Glob()" to fileutlMichael Vogt
2012-07-10 cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt
2012-07-10merged the relevant bits from lp:~mvo/apt/lp346386Michael Vogt
2012-06-21update comments and add one FIXME for the next ABI breakMichael Vogt
2012-06-21check when finished downloading the InRelease file if it has the expected gpg...Michael Vogt
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies
2012-02-11* apt-pkg/cachefile.cc:David Kalnischkies
2012-02-03rework previous patch to avoid changing the inline codeMichael Vogt
2012-02-03* apt-pkg/contrib/fileutl.h:Michael Vogt
2012-01-16* apt-pkg/contrib/fileutils.h:Michael Vogt
2011-12-15refactor compressor calling so that we don't (need to) export ExecCompressorDavid Kalnischkies
2011-12-14use FileFd instead of forking the compression childs by handDavid Kalnischkies
2011-12-13allow Open() and OpenDescriptor() to be called with a CompressorDavid Kalnischkies
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies
2011-12-11 - add a ReadLine methodDavid Kalnischkies
2011-12-10* apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies
2011-11-29split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt
2011-01-15* methods/rred.cc:David Kalnischkies
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-10-21* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-09-06rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeededDavid Kalnischkies
2010-09-02* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-08-10apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode
2010-07-23* apt-pkg/contrib/fileutl.cc:Julian Andres Klode
2010-07-11[ Martin Pitt ]David Kalnischkies
2010-06-29* apt-pkg/contrib/fileutl.cc:Julian Andres Klode
2010-06-24Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de
2010-06-09* apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de
2010-04-07* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-04-04remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt
2010-01-08* French manpage translation updateMichael Vogt
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt
2006-10-02* removed the remaining #ifdef __GNUG__ that are no longer requiredMichael Vogt
2006-10-02* removed the pragma messMichael Vogt