summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Collapse)Author
2004-08-03Fix all warnings on win32 buildNick Mathewson
svn:r2127
2004-07-20when we get a sigint, don't accept new connections/circuits,Roger Dingledine
but delay 30 seconds until exiting. if we get a second sigint, exit immediately. svn:r2070
2004-07-20Correct "advance-time" logicNick Mathewson
svn:r2069
2004-07-20Track bandwidth usage to estimate capacityNick Mathewson
svn:r2065
2004-07-16Resolve all DOCDOCs.Nick Mathewson
svn:r2050
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret ↵Nick Mathewson
key files; make even more lookup-by-nickname use lookup-by-id; default nicknames to hostname. svn:r2043
2004-07-13only count bytes transmitted to/from non-local IPsRoger Dingledine
svn:r2041
2004-07-13checkpoint: start working on bandwidth tracking andRoger Dingledine
letting clients evaluate whether they're suitable servers svn:r2037
2004-06-25Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson
More docs and (way more!) testing needed. Done: - Authdirservers down directories from others. - Generate and use running-routers lists - Cache directories; store across reboots. - Refactor directory parsing a bit; note potential trouble spots. svn:r1985
2004-05-18Resolve some XXXsNick Mathewson
svn:r1889
2004-05-10More doxygenation.Nick Mathewson
svn:r1832
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
svn:r1796
2004-04-25use tor_assertRoger Dingledine
remove obsolete BUF_OK macro svn:r1697
2004-04-03tabsRoger Dingledine
svn:r1456
2004-03-29Possible fix for c99 aliasing warningsNick Mathewson
svn:r1360
2004-03-20make OR not crash when non-OR connection diesRoger Dingledine
svn:r1319
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
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-20Add initial history-tracking backend code for reputation module. Not called ↵Nick Mathewson
or tested yet. svn:r1310