diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-19 21:30:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-19 21:30:24 +0000 |
commit | d964beac16d00252242609d9e5fb5459b4d76983 (patch) | |
tree | 696cdc9d517027229f4e7b076a5ff44e351a25b1 /ChangeLog | |
parent | 33c754315b7f5090628c74213bc412edce270582 (diff) | |
download | tor-d964beac16d00252242609d9e5fb5459b4d76983.tar.gz tor-d964beac16d00252242609d9e5fb5459b4d76983.zip |
If we only ever used Tor for hidden service lookups or posts, we
would stop building circuits and start refusing connections after
24 hours, since we false believed that Tor was dormant. Reported
by nwf; bugfix on 0.1.2.x.
svn:r13583
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,6 +8,10 @@ Changes in version 0.2.0.20-?? - 2008-02-?? - Resolved problems with (re-)fetching hidden service descriptors. Patch from Karsten Loesing; fixes problems with 0.2.0.18-alpha and 0.2.0.19-alpha. + - If we only ever used Tor for hidden service lookups or posts, we + would stop building circuits and start refusing connections after + 24 hours, since we false believed that Tor was dormant. Reported + by nwf; bugfix on 0.1.2.x. o Minor features (performance): - Tune parameters for cell pool allocation to minimize amount of @@ -32,7 +36,7 @@ Changes in version 0.2.0.20-?? - 2008-02-?? network; it was producing too many wrong guesses. - We were leaking a file descriptor if Tor started with a zero-length cached-descriptors file. Patch by freddy77; bugfix on 0.1.2. - - Have the new hidden service code respect the SafeLogging setting. + - Make the new hidden service code respect the SafeLogging setting. Bugfix on 0.2.0.x. Patch from Karsten. o Code simplifications and refactoring: |