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

Log of /branches/mixmaster_2_9_STABLE/Mix/Src/stats.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 335 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 21:09:12 2002 UTC (10 years, 7 months ago) by weaselp
File length: 11169 byte(s)
Diff to previous 331
Two more indention level fixes

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:51:09 2002 UTC (10 years, 7 months ago) by weaselp
File length: 11173 byte(s)
Diff to previous 327
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 327 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:29:44 2002 UTC (10 years, 7 months ago) by weaselp
File length: 11259 byte(s)
Diff to previous 316
Added closing comments for all #ifdef statements.

Revision 316 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 23:54:06 2002 UTC (10 years, 7 months ago) by rabbi
File length: 11154 byte(s)
Diff to previous 306
There's no point in keeping statistics for the client.

Revision 306 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 4 23:49:17 2002 UTC (10 years, 7 months ago) by rabbi
File length: 11075 byte(s)
Diff to previous 244
I've back-ported most of the important changes since 2.9b38 to the -STABLE branch.
I've only applied the changes I think are unlikely to break anything. This needs to be tested (and the diff'd reviewed) before we proceed.

If anyone feels I've left out anything that should really be in 2.9, please speak up.

Revision 244 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 21:03:05 2002 UTC (10 years, 8 months ago) by rabbi
File length: 9972 byte(s)
Diff to previous 242
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 242 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 20:44:49 2002 UTC (10 years, 8 months ago) by rabbi
File length: 9712 byte(s)
Diff to previous 143
Misc Install script fixes for 2.9beta37a.

Revision 143 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 20 18:46:33 2002 UTC (10 years, 9 months ago) by rabbi
Original Path: trunk/Mix/Src/stats.c
File length: 9712 byte(s)
Diff to previous 136
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
Original Path: trunk/Mix/Src/stats.c
File length: 9647 byte(s)
Diff to previous 107
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, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/stats.c
File length: 9666 byte(s)
Diff to previous 90
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
Original Path: trunk/Mix/Src/stats.c
File length: 9654 byte(s)
Diff to previous 82
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
Original Path: trunk/Mix/Src/stats.c
File length: 9090 byte(s)
Diff to previous 64
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
Original Path: trunk/Mix/Src/stats.c
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) - [select for diffs]
Modified Thu Jan 10 23:59:16 2002 UTC (11 years, 4 months ago) by rabbi
Original Path: trunk/Mix/Src/stats.c
File length: 9019 byte(s)
Diff to previous 1
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
Original Path: trunk/Mix/Src/stats.c
File length: 8902 byte(s)
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