diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-09-24 21:58:56 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-09-24 21:58:56 +0200 |
commit | 457bebe01a0cffc7b2603e87611f0e5820f1cca4 (patch) | |
tree | 28bf44a9765c75686120c774a4531b0bcdf6fe6f /ChangeLog | |
parent | 52fa4f6428388be34f78951ed0a140b01a44a86c (diff) | |
download | tor-457bebe01a0cffc7b2603e87611f0e5820f1cca4.tar.gz tor-457bebe01a0cffc7b2603e87611f0e5820f1cca4.zip |
Fix a couple of smaller issues with gathering statistics.
- Avoid memmoving 0 bytes which might lead to compiler warnings.
- Don't require relays to be entry node AND bridge at the same to time to
record clients.
- Fix a memory leak when writing dirreq-stats.
- Don't say in the stats files that measurement intervals are twice as long
as they really are.
- Reduce minimum observation time for requests to 12 hours, or we might
never record usage.
- Clear exit stats correctly after writing them, or we accumulate old stats
over time.
- Reset interval start for buffer stats, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Changes in version 0.2.2.4-alpha - 2009-??-?? code, and so on. The unit test code has moved to its own subdirectory, and has been split into multiple modules. + o Minor bugfixes: + - Fix a couple of smaller issues with gathering statistics. Bugfixes + on 0.2.2.1-alpha. Changes in version 0.2.2.3-alpha - 2009-09-23 o Major bugfixes: |