From 457bebe01a0cffc7b2603e87611f0e5820f1cca4 Mon Sep 17 00:00:00 2001 From: Karsten Loesing Date: Thu, 24 Sep 2009 21:58:56 +0200 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f36d6773..cc729c365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: -- cgit v1.2.3