diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-02 23:49:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-02 23:49:40 +0000 |
commit | 37bd9181f07b198ce43489adb5fdb457eef8cfff (patch) | |
tree | 93e97d2faa88fec8a9b5f3c5a53da898d1c0d4df /ChangeLog | |
parent | b2321cfd2f89899e77f7df96197ce7016a037b13 (diff) | |
download | tor-37bd9181f07b198ce43489adb5fdb457eef8cfff.tar.gz tor-37bd9181f07b198ce43489adb5fdb457eef8cfff.zip |
Do not use O_APPEND on fd-based operations that do not really want it; have them just lseek instead.
svn:r17460
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-?? - Do not use C's stdio library for writing to log files. This will improve logging performance by a minute amount, and will stop leaking fds when our disk is full. Fixes bug 861. + - Stop erroneous use of O_APPEND in cases where we did not in fact + want to re-seek to the end of a file before every last write(). o Minor features: - Report the case where all signatures in a detached set are rejected |