Log of /trunk/Mix/Src/stats.c
Parent Directory
|
Revision Log
Revision
517 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 19 23:49:16 2003 UTC
(10 years ago)
by
weaselp
File length: 12050 byte(s)
Diff to
previous 500
,
to
selected 262
I think this is more correct now.
It moves all the days one back in time and shows yesterday's stats
with yesterday's date (before they weren't visible at all).
Somehow yesterdays stats seem to go from 1am to 1am, rather than 12am to 12am.
Maybe I'm wrong tho
Revision
332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 9 20:53:32 2002 UTC
(10 years, 7 months ago)
by
weaselp
File length: 11153 byte(s)
Diff to
previous 315
,
to
selected 262
Whitespace cleanup:
for i in *.c; do cp -a $i $i.orig; sed -e 's/^ /<TAB>/' $i.orig > $i; rm $i.orig; done
for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done
Revision
262 -
(
view)
(
download)
(
annotate)
-
[selected]
Modified
Wed Sep 18 23:26:17 2002 UTC
(10 years, 8 months ago)
by
rabbi
File length: 11137 byte(s)
Diff to
previous 178
Added closing comments for all #ifdef statements. All #endif's, as well as
nested braces, should be commented to reference their start.
We need to provide comments before every function as well.
Revision
178 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 25 07:52:28 2002 UTC
(10 years, 8 months ago)
by
weaselp
File length: 11036 byte(s)
Diff to
previous 171
,
to
selected 262
Fixed problem with stats. Numbers at 00:00 GMT were wrong.
The problem was in expiring hourly stats to daily stats: Once a dataset
is older than 24 hours it gets moved to the daily bucket. Unfortunatly
daily buckets are aligned at 00:00GMT each day. So next time stats.log
is read that 00:00GMT sample is within our 24hrs again.
The fix is to mark daily sets as such and to never import them to hourly
statistics.
Revision
168 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 22 05:18:26 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 10341 byte(s)
Diff to
previous 149
,
to
selected 262
List known mixmasters in remailer-conf replies. How do I get a list of
the pgp keyring so I can also list type I remailers? Do we need to list
type I remailers?
Revision
82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 9 08:02:02 2002 UTC
(10 years, 10 months ago)
by
rabbi
File length: 9090 byte(s)
Diff to
previous 64
,
to
selected 262
The format of id.log is now binary. Mixmaster still performs a linear
search on it for duplicate checking, but this should improve performance
on slower systems over having the entries stored in a text file.
We had considered using a hash table, but id.log entries only matter up to
7 days anyway, so there isn't too much more to be gained. Perhaps if we
had Mixmaster on cell phones... ;)
Thanks to Disastry for this patch.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.