Log of /trunk/Mix/Src/nym.c
Parent Directory
|
Revision Log
Revision
510 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 5 11:03:41 2003 UTC
(10 years, 1 month ago)
by
weaselp
File length: 15570 byte(s)
Diff to
previous 500
,
to
selected 332
Respect DISTANCE setting also when selecting the final hop. This is
important in cases where the user chooses a chain like '*,*,valiant,*'.
Previously it was possible that valiant was taken as a last hop resulting
in a chain like '....,valiant,valiant'.
Revision
500 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat May 3 05:31:07 2003 UTC
(10 years, 1 month ago)
by
weaselp
File length: 15563 byte(s)
Diff to
previous 332
Mixmaster now uses broken-chain info from stats. I hope this doesn't break any
Nym functionality.
Revision
332 -
(
view)
(
download)
(
annotate)
-
[selected]
Modified
Wed Oct 9 20:53:32 2002 UTC
(10 years, 8 months ago)
by
weaselp
File length: 15504 byte(s)
Diff to
previous 285
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
262 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 18 23:26:17 2002 UTC
(10 years, 9 months ago)
by
rabbi
File length: 15485 byte(s)
Diff to
previous 182
,
to
selected 332
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.
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.