diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-02 23:36:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-02 23:36:58 +0000 |
commit | bd6b3072f902d11f969914c997533c7584f263d5 (patch) | |
tree | 9ad59d500fbcaf50711cca75e37ee62fe1914dbd /ChangeLog | |
parent | 6221bdd294c58399e12d13983cca0f0285033092 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |