summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-02 23:49:40 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-02 23:49:40 +0000
commit37bd9181f07b198ce43489adb5fdb457eef8cfff (patch)
tree93e97d2faa88fec8a9b5f3c5a53da898d1c0d4df /ChangeLog
parentb2321cfd2f89899e77f7df96197ce7016a037b13 (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78ea93bdac..0cc791cea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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