aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.h
Commit message (Expand)AuthorAge
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* 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 Dingledine2010-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 Hahn2010-08-17
* reinit per-conn token buckets on config or consensus changeRoger Dingledine2010-08-15
* Create connection_or.hSebastian Hahn2010-07-27