aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-02 23:36:58 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-02 23:36:58 +0000
commitbd6b3072f902d11f969914c997533c7584f263d5 (patch)
tree9ad59d500fbcaf50711cca75e37ee62fe1914dbd /ChangeLog
parent6221bdd294c58399e12d13983cca0f0285033092 (diff)
downloadtor-bd6b3072f902d11f969914c997533c7584f263d5.tar.gz
tor-bd6b3072f902d11f969914c997533c7584f263d5.zip
Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless.
svn:r17456
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e7e76168..78ea93bdac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
- Build correctly on platforms without socklen_t.
- Avoid potential crash on internal error during signature collection.
Fixes bug 864. Patch from rovv.
+ - 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.
o Minor features:
- Report the case where all signatures in a detached set are rejected