/[pkg-mixmaster]/trunk/Mix/Src/stats.c
ViewVC logotype

Log of /trunk/Mix/Src/stats.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

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 500 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 3 05:31:07 2003 UTC (10 years ago) by weaselp
File length: 11767 byte(s)
Diff to previous 477 , to selected 262
Mixmaster now uses broken-chain info from stats. I hope this doesn't break any
Nym functionality.

Revision 477 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 00:29:36 2003 UTC (10 years, 3 months ago) by weaselp
File length: 11761 byte(s)
Diff to previous 392 , to selected 262
Add max capability to Type I

Revision 392 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 8 00:56:23 2002 UTC (10 years, 5 months ago) by weaselp
File length: 11757 byte(s)
Diff to previous 332 , to selected 262
Have stats on intermediate vs. final hop count (closes: #649900).

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 315 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 19:09:12 2002 UTC (10 years, 7 months ago) by ulfm
File length: 11215 byte(s)
Diff to previous 262
There's no point in keeping statistics for the client.

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 171 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 08:13:36 2002 UTC (10 years, 9 months ago) by weaselp
File length: 10780 byte(s)
Diff to previous 169 , to selected 262
Also list cypherpunk remailers in remailer-conf reply. Thanks to Ulf and
Disastry for their help.

Revision 169 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 05:25:22 2002 UTC (10 years, 9 months ago) by weaselp
File length: 10394 byte(s)
Diff to previous 168 , to selected 262
Only list supported if we support that type

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 149 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 20 20:07:33 2002 UTC (10 years, 9 months ago) by weaselp
File length: 9713 byte(s)
Diff to previous 143 , to selected 262
Fix typo

Revision 143 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 20 18:46:33 2002 UTC (10 years, 9 months ago) by rabbi
File length: 9712 byte(s)
Diff to previous 136 , to selected 262
Fixed wording.

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 18 06:08:27 2002 UTC (10 years, 9 months ago) by weaselp
File length: 9647 byte(s)
Diff to previous 107 , to selected 262
Remove extra newline and write Mixmaster with a capital M

Revision 107 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 25 11:52:26 2002 UTC (10 years, 9 months ago) by weaselp
File length: 9666 byte(s)
Diff to previous 90 , to selected 262
Fix #586431: remailer-conf a bit broken; flag needed to be reset

Revision 90 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 01:55:16 2002 UTC (10 years, 10 months ago) by weaselp
File length: 9654 byte(s)
Diff to previous 82 , to selected 262
Include destination allow in remailer-conf reply. Thanks Katherine

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.

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 , to selected 262
If pgp is not supported, do not enable repgp (do not set the repgp flag in
the conf string.)

Revision 62 - (view) (download) (annotate) - [select for diffs]
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 , to selected 262
Patches to support the Encrypt-To directive (by Disastry).

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 6 months ago) by rabbi
File length: 8902 byte(s)
Diff to selected 262
Initial revision

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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5