]> git.ipfire.org Git - thirdparty/tor.git/commit
Integrate the new "rephist" [rep(utation) hist(ory)] module to trace
authorNick Mathewson <nickm@torproject.org>
Sat, 20 Mar 2004 04:59:29 +0000 (04:59 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 20 Mar 2004 04:59:29 +0000 (04:59 +0000)
commit2ba2f0218130731e46fed9cc565d0b802d4f4a31
tree4f338697777b4fec4472150c2fbe34a0766c4d4a
parent50354cbae73cfa50315eff581010fa27fa6451fd
Integrate the new "rephist" [rep(utation) hist(ory)] module to trace
successful/failed connections, successful/failed extends, and
connection uptimes.

It's still not done: more tests are needed, and not everything calls
connection/circuit_mark_for_close properly.  This skews the results.

Also, there needs to be a 'testing' mode for non-OP ORs, where they
periodically build circuits just to test whether extends work.

svn:r1313
src/or/Makefile.am
src/or/circuit.c
src/or/connection.c
src/or/connection_edge.c
src/or/connection_or.c
src/or/main.c
src/or/or.h
src/or/rephist.c