Commit message (Expand) | Author | Age | |
---|---|---|---|
* | handle ugly edge case in retrying entrynodes•••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. | Roger Dingledine | 2010-09-28 |
* | Remove unused function declarations•••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. | Sebastian Hahn | 2010-08-17 |
* | reinit per-conn token buckets on config or consensus change | Roger Dingledine | 2010-08-15 |
* | Create connection_or.h | Sebastian Hahn | 2010-07-27 |