diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-01 18:09:27 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-01 18:09:27 +0000 |
commit | 5cb99857bc0633757f60c4b964359c5a03121b28 (patch) | |
tree | 707a2ad60ab69f54eb9e4716d0fa9df50c77686f /ChangeLog | |
parent | 8a9a55251ffe14389a96e99bdcc7af59b0f1c8ba (diff) | |
download | tor-5cb99857bc0633757f60c4b964359c5a03121b28.tar.gz tor-5cb99857bc0633757f60c4b964359c5a03121b28.zip |
r11620@catbus: nickm | 2007-02-01 13:06:27 -0500
Call stat() slightly less often; use fstat() when possible.
svn:r9472
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? unstable ones. - Handle TTL values correctly on reverse DNS lookups. - Stop using the reserved ac_cv namespace in our configure script. + - Call stat() slightly less often; use fstat() when possible. o Major features: - Weight directory requests by advertised bandwidth. Now we can |