index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
fileutl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-04-19
1
-0
/
+6
*
use a static FileFd::Write overload to reduce duplication of write()-retry code
David Kalnischkies
2012-04-11
1
-0
/
+22
*
- add libbz2-dev as new build-dependency
David Kalnischkies
2012-04-05
1
-9
/
+98
*
if we have zlib builtin insert add a dummy gzip compressor for FileFD
David Kalnischkies
2012-04-05
1
-1
/
+0
*
detect zlib correctly. We still don't allow to build without it to remain
David Kalnischkies
2012-04-05
1
-19
/
+13
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-03-06
1
-0
/
+7
*
* apt-pkg/cachefile.cc:
David Kalnischkies
2012-02-11
1
-0
/
+74
*
rework previous patch to avoid changing the inline code
Michael Vogt
2012-02-03
1
-0
/
+5
*
* apt-pkg/contrib/fileutl.h:
David Kalnischkies
2012-01-18
1
-1
/
+3
*
improve error reporting in case of errors in combination with zlib
David Kalnischkies
2012-01-18
1
-5
/
+15
*
usage of Skipping in pipes can't work, so we ignore-read instead
David Kalnischkies
2011-12-18
1
-8
/
+26
*
keep track of where we are in a filedescriptor so we can use it as Tell()
David Kalnischkies
2011-12-17
1
-9
/
+30
*
try seeking on fds opened with OpenDescriptor before giving up
David Kalnischkies
2011-12-16
1
-1
/
+8
*
refactor compressor calling so that we don't (need to) export ExecCompressor
David Kalnischkies
2011-12-15
1
-256
/
+120
*
use FileFd instead of forking the compression childs by hand
David Kalnischkies
2011-12-14
1
-20
/
+70
*
allow Open() and OpenDescriptor() to be called with a Compressor
David Kalnischkies
2011-12-13
1
-92
/
+95
*
note to myself: In case you rename something, make sure that you have
David Kalnischkies
2011-12-13
1
-5
/
+5
*
Allow the FileFd to use an external Compressor to uncompress a given file
David Kalnischkies
2011-12-13
1
-11
/
+291
*
- add a ReadLine method
David Kalnischkies
2011-12-11
1
-21
/
+62
*
* apt-pkg/contrib/fileutl.{h,cc}:
David Kalnischkies
2011-12-10
1
-0
/
+14
*
enable FileFd to guess the compressor based on the filename if requested or
David Kalnischkies
2011-12-10
1
-17
/
+112
*
split up the OpenMode into OpenMode and CompressionMode and
David Kalnischkies
2011-11-29
1
-49
/
+53
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-0
/
+11
|
\
|
*
* apt-pkg/contrib/fileutl.{cc,h}:
Michael Vogt
2011-07-28
1
-0
/
+11
*
|
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-16
/
+17
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-3
/
+4
|
/
*
merged the lp:~mvo/apt/mvo branch
Michael Vogt
2011-03-10
1
-0
/
+9
|
\
|
*
* apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
Michael Vogt
2011-03-03
1
-0
/
+9
*
|
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2011-02-14
1
-1
/
+2
*
|
use inttypes to avoid suprises with different type sizes
David Kalnischkies
2011-02-14
1
-2
/
+8
*
|
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2011-02-13
1
-1
/
+6
|
/
*
ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
David Kalnischkies
2011-01-13
1
-12
/
+16
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2011-01-12
1
-1
/
+19
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2010-10-21
1
-6
/
+12
*
apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or fo...
Michael Vogt
2010-10-13
1
-5
/
+10
*
* apt-pkg/contrib/fileutl.cc:
Martin Pitt
2010-10-13
1
-1
/
+20
*
rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded
David Kalnischkies
2010-09-06
1
-2
/
+2
*
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-09-02
1
-0
/
+21
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2010-08-28
1
-1
/
+2
*
apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)
Julian Andres Klode
2010-08-10
1
-1
/
+8
*
apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.
Julian Andres Klode
2010-08-10
1
-0
/
+2
*
* apt-pkg/contrib/fileutl.cc:
Julian Andres Klode
2010-07-23
1
-0
/
+18
*
[ Martin Pitt ]
David Kalnischkies
2010-07-11
1
-7
/
+54
|
\
|
*
FileFd(): Drop file name extension check in ReadOnlyGzip mode
martin@piware.de
2010-07-06
1
-3
/
+11
|
*
Switch FileFd to not transparently gunzip, since that breaks code which expec...
martin@piware.de
2010-06-24
1
-5
/
+9
|
*
* apt-pkg/contrib/fileutl.{h,cc}:
martin@piware.de
2010-06-09
1
-6
/
+41
*
|
check the state of the FileFd before renaming as otherwise the rename
David Kalnischkies
2010-07-09
1
-6
/
+8
*
|
merge with debian-experimental-ma
David Kalnischkies
2010-07-05
1
-5
/
+15
|
\
\
|
*
|
Fix the atomic replace.
Julian Andres Klode
2010-06-29
1
-1
/
+1
|
*
|
* apt-pkg/contrib/fileutl.cc:
Julian Andres Klode
2010-06-29
1
-5
/
+15
[next]