Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | handle ugly edge case in retrying entrynodes | Roger Dingledine | 2010-09-28 |
| | | | | | | | | Specifically, a circ attempt that we'd launched while the network was down could timeout after we've marked our entrynodes up, marking them back down again. The fix is to annotate as bad the OR conns that were around before we did the retry, so if a circuit that's attached to them times out we don't do anything about it. | ||
* | Remove unused function declarations | Sebastian Hahn | 2010-08-17 |
| | | | | | | Also remove some #if 0'd code from the unit tests for buffers. The code was killed in e6794e58081af773073c266e23fe3ab2ebecdb7e (5 years ago), and is now broken anyways. | ||
* | reinit per-conn token buckets on config or consensus change | Roger Dingledine | 2010-08-15 |
| | |||
* | Create connection_or.h | Sebastian Hahn | 2010-07-27 |