tor/src/or
Nick Mathewson 2ba2f02181 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
2004-03-20 04:59:29 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c start tracking the 'broken pipe' error 2004-03-11 20:15:53 +00:00
circuit.c Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
command.c Split out mark_for_close with circuits. Seems to work for me. 2004-03-02 17:48:17 +00:00
config.c make it warn about internal IPs not only if we had to guess, 2004-03-15 04:57:24 +00:00
connection_edge.c Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
connection_or.c Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
connection.c Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
cpuworker.c don't close all the fd's when you spawn a thread, only when you fork 2004-03-12 21:52:15 +00:00
directory.c isspace and friends take an int. solaris cares. 2004-03-19 20:50:12 +00:00
dirserv.c bugfix: address that strcat vulnerability in circuit.c 2004-03-14 22:47:11 +00:00
dns.c don't close all the fd's when you spawn a thread, only when you fork 2004-03-12 21:52:15 +00:00
main.c Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
Makefile.am Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
onion.c isspace and friends take an int. solaris cares. 2004-03-19 20:50:12 +00:00
or.h Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
rephist.c Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
router.c inform unapproved servers when we reject their descriptors 2004-03-12 12:43:13 +00:00
routerlist.c bugfix: address that strcat vulnerability in circuit.c 2004-03-14 22:47:11 +00:00
test.c Use strmap code for client DNS. 2004-03-20 01:21:19 +00:00
tor_main.c remove trailing whitespace 2003-12-17 21:09:31 +00:00
tree.h splay and rbtree implementations, by niels provos 2002-12-31 15:05:07 +00:00