/[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 1012 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 11 19:47:17 2009 UTC (3 years, 5 months ago) by zax-guest
File length: 11857 byte(s)
Diff to previous 934 , to selected 149
Add hsub capability.  One less IDEA dependency!

Revision 934 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 24 13:40:39 2006 UTC (6 years, 10 months ago) by rabbi
File length: 11828 byte(s)
Diff to previous 710 , to selected 149
Updated copyright dates.

Revision 710 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 21 00:47:21 2004 UTC (9 years, 3 months ago) by rabbi
File length: 11828 byte(s)
Diff to previous 647 , to selected 149
Updated copyright dates, doc issues, misc fixes.

Revision 647 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 25 23:34:13 2003 UTC (9 years, 6 months ago) by weasel
File length: 11807 byte(s)
Diff to previous 579 , to selected 149
Set keyword expansion for Id on all files that already have $Id$ tags.

Revision 579 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 20 20:33:00 2003 UTC (9 years, 9 months ago) by weaselp
File length: 11856 byte(s)
Diff to previous 547 , to selected 149
Add a few #ifdef USE_PGP where they belong.  -- Hauke

Revision 547 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 11:28:05 2003 UTC (9 years, 10 months ago) by weaselp
File length: 11820 byte(s)
Diff to previous 540 , to selected 149
Config option EXTFLAGS allows appending additional flags to the capabilities
string.  (Hauke Lampe)

Revision 540 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 29 22:35:01 2003 UTC (9 years, 10 months ago) by weaselp
File length: 11762 byte(s)
Diff to previous 535 , to selected 149
Fix stats a bit.

Revision 535 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 27 10:52:11 2003 UTC (9 years, 10 months ago) by weaselp
File length: 11765 byte(s)
Diff to previous 518 , to selected 149
Hopefully fix a bug with pool stats.

Revision 518 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 19 23:57:59 2003 UTC (10 years ago) by weaselp
File length: 11767 byte(s)
Diff to previous 517 , to selected 149
That patch was probably wrong. The original behaviour is fishy tho.  Need to look at it when I'm awake

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 149
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 149
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 149
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 149
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 149
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 , to selected 149
There's no point in keeping statistics for the client.

Revision 262 - (view) (download) (annotate) - [select for diffs]
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 , to selected 149
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 149
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, 8 months ago) by weaselp
File length: 10780 byte(s)
Diff to previous 169 , to selected 149
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, 8 months ago) by weaselp
File length: 10394 byte(s)
Diff to previous 168 , to selected 149
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, 8 months ago) by weaselp
File length: 10341 byte(s)
Diff to previous 149
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) - [selected]
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
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 149
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 149
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 149
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 149
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 149
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 149
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 149
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 149
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