tor/changes
Karsten Loesing a6a127c833 Replace files in stats/ rather than appending to them.
Right now, we append statistics to files in the stats/ directory for
half of the statistics, whereas we overwrite these files for the other
half. In particular, we append buffer, dirreq, and entry stats and
overwrite exit, connection, and bridge stats.

Appending to files was useful when we didn't include stats in extra-info
descriptors, because otherwise we'd have to copy them away to prevent
Tor from overwriting them.

But now that we include statistics in extra-info descriptors, it makes
no sense to keep the old statistics forever. We should change the
behavior to overwriting instead of appending for all statistics.

Implements #2930.
2011-08-04 20:57:29 +02:00
..
bug2930 Replace files in stats/ rather than appending to them. 2011-08-04 20:57:29 +02:00
bug3607 Untangle first sentence of changes/bug3607 2011-07-19 11:14:01 -04:00
bug3615 Fix spurious warning in bufferevent socks parsing 2011-07-19 20:40:15 -04:00
fmt_addr Check return value in fmt_addr 2011-07-20 13:17:48 -04:00
microdescs_on Turn on microdescriptors for clients 2011-07-11 16:54:43 -04:00
nmake Initial patch to build Tor with msvc and nmake 2011-08-01 12:36:59 -04:00
optimistic-client Add an OptimisticData option to control client-side optimistic data 2011-07-20 14:14:21 -04:00
prop171 Implement stream isolation 2011-07-19 01:58:45 -04:00