diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-27 04:41:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-27 04:41:29 +0000 |
commit | bc4b7c7d7c41c15872ff2b0b8c07b9f1e838ffa6 (patch) | |
tree | 183daea32e944e00bb68716fa2ef68e0d6b67d15 | |
parent | d671092935554bd28df68e28933eceec03f374bd (diff) | |
download | tor-bc4b7c7d7c41c15872ff2b0b8c07b9f1e838ffa6.tar.gz tor-bc4b7c7d7c41c15872ff2b0b8c07b9f1e838ffa6.zip |
a bigger changelog
svn:r4135
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Changes in version 0.1.0.5-rc - 2005-04-27 to hopefully improve performance for fast servers a lot. - Add HttpsProxyAuthenticator support (based auth only), based on patch from Adam Langley. + - Bump the default BandwidthRate from 1 MB to 2 MB, to accommodate + the fast servers that have been joining lately. + - Given hidden service accesses extra time on the first attempt, + since 60 seconds is often only barely enough. This might improve + robustness more. + - Improve performance for dirservers: stop re-parsing the whole + directory every time you regenerate it. - Add more debugging info to help us find the weird dns freebsd pthreads bug. - Cleaner debug messages to help us track down future issues. |