Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-03 | Fix all warnings on win32 build | Nick Mathewson | |
svn:r2127 | |||
2004-07-20 | when 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-20 | Correct "advance-time" logic | Nick Mathewson | |
svn:r2069 | |||
2004-07-20 | Track bandwidth usage to estimate capacity | Nick Mathewson | |
svn:r2065 | |||
2004-07-16 | Resolve all DOCDOCs. | Nick Mathewson | |
svn:r2050 | |||
2004-07-13 | Finish 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-13 | only count bytes transmitted to/from non-local IPs | Roger Dingledine | |
svn:r2041 | |||
2004-07-13 | checkpoint: start working on bandwidth tracking and | Roger Dingledine | |
letting clients evaluate whether they're suitable servers svn:r2037 | |||
2004-06-25 | Remaining 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-18 | Resolve some XXXs | Nick Mathewson | |
svn:r1889 | |||
2004-05-10 | More doxygenation. | Nick Mathewson | |
svn:r1832 | |||
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson | |
svn:r1796 | |||
2004-04-25 | use tor_assert | Roger Dingledine | |
remove obsolete BUF_OK macro svn:r1697 | |||
2004-04-03 | tabs | Roger Dingledine | |
svn:r1456 | |||
2004-03-29 | Possible fix for c99 aliasing warnings | Nick Mathewson | |
svn:r1360 | |||
2004-03-20 | make OR not crash when non-OR connection dies | Roger Dingledine | |
svn:r1319 | |||
2004-03-20 | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick 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-20 | Add initial history-tracking backend code for reputation module. Not called ↵ | Nick Mathewson | |
or tested yet. svn:r1310 |