Log of /trunk/Mix/Src/stats.c
Parent Directory
|
Revision Log
Revision
178 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 25 07:52:28 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 11036 byte(s)
Diff to
previous 171
,
to
selected 62
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 62
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 62
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.
Revision
64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 18 09:57:05 2002 UTC
(11 years, 4 months ago)
by
rabbi
File length: 9026 byte(s)
Diff to
previous 62
If pgp is not supported, do not enable repgp (do not set the repgp flag in
the conf string.)
Revision
62 -
(
view)
(
download)
(
annotate)
-
[selected]
Modified
Thu Jan 10 23:59:16 2002 UTC
(11 years, 4 months ago)
by
rabbi
File length: 9019 byte(s)
Diff to
previous 1
Patches to support the Encrypt-To directive (by Disastry).
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.