Age | Commit message (Expand) | Author |
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies |
2011-12-13 | allow Open() and OpenDescriptor() to be called with a Compressor | David Kalnischkies |
2011-12-13 | note to myself: In case you rename something, make sure that you have | David Kalnischkies |
2011-12-13 | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies |
2011-12-11 | - add a ReadLine method | David Kalnischkies |
2011-12-10 | * apt-pkg/contrib/fileutl.{h,cc}: | David Kalnischkies |
2011-12-10 | enable FileFd to guess the compressor based on the filename if requested or | David Kalnischkies |
2011-11-29 | split up the OpenMode into OpenMode and CompressionMode and | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-07-28 | * apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt |
2011-03-10 | merged the lp:~mvo/apt/mvo branch | Michael Vogt |
2011-03-03 | * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2011-02-14 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2011-02-14 | use inttypes to avoid suprises with different type sizes | David Kalnischkies |
2011-02-13 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2011-01-13 | ignore non-regular files in GetListOfFilesInDir (Closes: #594694) | David Kalnischkies |
2011-01-12 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-10-21 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-10-13 | apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or fo... | Michael Vogt |
2010-10-13 | * apt-pkg/contrib/fileutl.cc: | Martin Pitt |
2010-09-06 | rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded | David Kalnischkies |
2010-09-02 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies |
2010-08-28 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-08-10 | apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211) | Julian Andres Klode |
2010-08-10 | apt-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-07-09 | check the state of the FileFd before renaming as otherwise the rename | David Kalnischkies |
2010-07-06 | FileFd(): Drop file name extension check in ReadOnlyGzip mode | martin@piware.de |
2010-07-05 | merge with debian-experimental-ma | David Kalnischkies |
2010-06-29 | Fix the atomic replace. | Julian Andres Klode |
2010-06-29 | * apt-pkg/contrib/fileutl.cc: | Julian Andres Klode |
2010-06-26 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-06-24 | Switch 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-04 | remove the ABI compatible stub for GetListOfFilesInDir | David Kalnischkies |
2010-01-23 | * apt-pkg/contrib/fileutl.cc: | Michael Vogt |
2010-01-08 | * French manpage translation update | Michael Vogt |
2009-08-03 | [apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning: | David Kalnischkies |
2009-07-02 | * apt-pkg/acquire-worker.cc: | Michael Vogt |
2008-05-23 | Apply patch to avoid truncating of arbitrary files. Thanks to Bryan | Otavio Salvador |
2008-01-04 | * merged the apt--DoListUpdate branch, this provides a common interface | Michael Vogt |
2007-09-10 | * make apt build with g++ 4.3 | Michael Vogt |
2007-06-08 | * Removed the more leftover #pragma interface/implementation | Michael Vogt |
2007-06-08 | * remove all the remaining #pragma implementation | Michael Vogt |
2007-06-08 | * fix FTBFS with gcc 4.3, closes: #417090 | Michael Vogt |
2006-06-07 | * apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt |