summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2007-03-03 r12053@catbus: nickm | 2007-03-03 16:45:38 -0500Nick Mathewson
2007-02-24bugfix on r9568: we were throwing around an uninitializedRoger Dingledine
2007-02-24cosmetic, comment, and todo fixesRoger Dingledine
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2007-02-12 r11773@catbus: nickm | 2007-02-12 15:18:48 -0500Nick Mathewson
2007-02-08 r11702@catbus: nickm | 2007-02-08 02:10:19 -0500Nick Mathewson
2007-02-06cleanups based on looking through svn commitsRoger Dingledine
2007-02-05 r11637@catbus: nickm | 2007-02-05 12:41:51 -0500Nick Mathewson
2007-02-02 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson
2007-01-27 r11552@catbus: nickm | 2007-01-27 03:55:02 -0500Nick Mathewson
2007-01-23 r11277@catbus: nickm | 2007-01-23 14:08:08 -0500Nick Mathewson
2007-01-22Flush local controller connection buffers periodically as we'reRoger Dingledine
2007-01-15svn:r9357Nick Mathewson
2007-01-15 r11966@Kushana: nickm | 2007-01-15 16:12:17 -0500Nick Mathewson
2007-01-15 r11957@Kushana: nickm | 2007-01-15 15:25:57 -0500Nick Mathewson
2006-12-29 r11743@Kushana: nickm | 2006-12-28 23:13:21 -0500Nick Mathewson
2006-12-29 r11736@Kushana: nickm | 2006-12-28 17:46:23 -0500Nick Mathewson
2006-12-16write-limiting fix: avoid a rare bug where we don't rememberRoger Dingledine
2006-12-16remove some dead comments, and resolve some XXXsRoger Dingledine
2006-12-13reenable write limiting. nick finally convinced me this wasRoger Dingledine
2006-10-31 r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson
2006-10-09 r8967@totoro: nickm | 2006-10-08 23:38:50 -0400Nick Mathewson
2006-10-08 r8933@totoro: nickm | 2006-10-07 20:33:16 -0400Nick Mathewson
2006-10-06bugfix and cleanups re: entry guards.Roger Dingledine
2006-09-28 r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400Nick Mathewson
2006-07-26 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-04minor fixesRoger Dingledine
2006-06-13harmless typoRoger Dingledine
2006-06-13Fix the bug that was causing servers to not find themselvesRoger Dingledine
2006-06-10take out the reachability bandaid in 0.1.2.x as well.Roger Dingledine
2006-06-07re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine
2006-06-07put a bandaid in place so servers will have an easier timeRoger Dingledine
2006-06-07make connection_or_nonopen_was_started_here() based on something lessRoger Dingledine
2006-06-07and now the exciting part: there is now no such thing as doingRoger Dingledine
2006-06-05remove some unused code (i think)Roger Dingledine
2006-05-30connection_t kept the identity_pkey but all it did was store it andRoger Dingledine
2006-05-26if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine
2006-03-18auth dir servers were only modifying a server's is_running fieldRoger Dingledine
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-14Just because both are obsolete does not mean we prefer the newerPeter Palfrader
2006-02-14Our connection_or_get_by_identity_digest() was slightly wrong. If bestPeter Palfrader
2006-02-13more log conversions.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-28when we connect to a helper node for the first time, closeRoger Dingledine
2005-12-24clean up some commentsRoger Dingledine