| Commit message (Expand) | Author | Age |
* | even better, only print extend attempts if there are any.•••svn:r2285
| Roger Dingledine | 2004-08-18 |
* | stop taking strlen of an uninitialized buffer•••we were (are?) printing garbage in the rephist stats
svn:r2284
| Roger Dingledine | 2004-08-18 |
* | make last patch compile•••svn:r2255
| Nick Mathewson | 2004-08-17 |
* | Stop logging events that happen to uninitialized digests•••svn:r2254
| Nick Mathewson | 2004-08-17 |
* | Fix comment•••svn:r2207
| Nick Mathewson | 2004-08-09 |
* | Fix a fencepost error in the last bandwidth reporting fix•••svn:r2202
| Nick Mathewson | 2004-08-08 |
* | touch-ups•••svn:r2192
| Roger Dingledine | 2004-08-07 |
* | Handle loop initialization for bandwidth tracking properly•••svn:r2190
| Nick Mathewson | 2004-08-07 |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...•••svn:r2182
| Nick Mathewson | 2004-08-07 |
* | Keep track of a whole day of bandwidth, not just 12 hrs•••svn:r2168
| Nick Mathewson | 2004-08-06 |
* | Fix all warnings on win32 build•••svn:r2127
| Nick Mathewson | 2004-08-03 |
* | when we get a sigint, don't accept new connections/circuits,•••but delay 30 seconds until exiting.
if we get a second sigint, exit immediately.
svn:r2070
| Roger Dingledine | 2004-07-20 |
* | Correct "advance-time" logic•••svn:r2069
| Nick Mathewson | 2004-07-20 |
* | Track bandwidth usage to estimate capacity•••svn:r2065
| Nick Mathewson | 2004-07-20 |
* | Resolve all DOCDOCs.•••svn:r2050
| Nick Mathewson | 2004-07-16 |
* | Finish most pre2 items: make running-routers list work right; rename secret k...•••svn:r2043
| Nick Mathewson | 2004-07-13 |
* | only count bytes transmitted to/from non-local IPs•••svn:r2041
| Roger Dingledine | 2004-07-13 |
* | checkpoint: start working on bandwidth tracking and•••letting clients evaluate whether they're suitable servers
svn:r2037
| Roger Dingledine | 2004-07-13 |
* | Remaining 008pre1 items done; deferred where more design is needed.•••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
| Nick Mathewson | 2004-06-25 |
* | Resolve some XXXs•••svn:r1889
| Nick Mathewson | 2004-05-18 |
* | More doxygenation.•••svn:r1832
| Nick Mathewson | 2004-05-10 |
* | Comments for nearly all non-tricky files•••svn:r1796
| Nick Mathewson | 2004-05-05 |
* | use tor_assert•••remove obsolete BUF_OK macro
svn:r1697
| Roger Dingledine | 2004-04-25 |
* | tabs•••svn:r1456
| Roger Dingledine | 2004-04-03 |
* | Possible fix for c99 aliasing warnings•••svn:r1360
| Nick Mathewson | 2004-03-29 |
* | make OR not crash when non-OR connection dies•••svn:r1319
| Roger Dingledine | 2004-03-20 |
* | 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
| Nick Mathewson | 2004-03-20 |
* | Add initial history-tracking backend code for reputation module. Not called o...•••svn:r1310
| Nick Mathewson | 2004-03-20 |