aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
Commit message (Collapse)AuthorAge
* Possible fix for c99 aliasing warningsNick Mathewson2004-03-29
| | | | svn:r1360
* make OR not crash when non-OR connection diesRoger Dingledine2004-03-20
| | | | svn:r1319
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
| | | | | | | | | | | | | | 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
* Add initial history-tracking backend code for reputation module. Not called ↵Nick Mathewson2004-03-20
or tested yet. svn:r1310