diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-29 19:02:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-29 19:02:43 +0000 |
commit | f189ecbf202b8cb96ff3ecea775c259083a3b8e3 (patch) | |
tree | 5ef5ad3894ab9d5eabc685c38dab5e075427073e /ChangeLog | |
parent | 8408122222bda77347e46dedafc12abcd2b45e1e (diff) | |
download | tor-f189ecbf202b8cb96ff3ecea775c259083a3b8e3.tar.gz tor-f189ecbf202b8cb96ff3ecea775c259083a3b8e3.zip |
r14832@catbus: nickm | 2007-08-29 15:00:27 -0400
Use (and debug) new file-writing functions in order to simplify code that formerly built big strings in RAM.
svn:r11301
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? router, do not try to include the nickname if it is absent. Fixes bug 467. + o Code simplifications and refactoring: + - Revamp file-writing logic so we don't need to have the entire contents + of a file in memory at once before we write to disk. Tor, meet stdio. + + Changes in version 0.2.0.6-alpha - 2007-08-26 o New directory authorities: - Set up Tonga as the default bridge directory authority. |