Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Two more indention level fixes
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
Added closing comments for all #ifdef statements.
There's no point in keeping statistics for the client.
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.
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.
Misc Install script fixes for 2.9beta37a.
Fixed wording.
Remove extra newline and write Mixmaster with a capital M
Fix #586431: remailer-conf a bit broken; flag needed to be reset
Include destination allow in remailer-conf reply. Thanks Katherine
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.
If pgp is not supported, do not enable repgp (do not set the repgp flag in the conf string.)
Patches to support the Encrypt-To directive (by Disastry).
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |