aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* r11552@catbus: nickm | 2007-01-27 03:55:02 -0500Nick Mathewson2007-01-27
* r11277@catbus: nickm | 2007-01-23 14:08:08 -0500Nick Mathewson2007-01-23
* Flush local controller connection buffers periodically as we'reRoger Dingledine2007-01-22
* svn:r9357Nick Mathewson2007-01-15
* r11966@Kushana: nickm | 2007-01-15 16:12:17 -0500Nick Mathewson2007-01-15
* r11957@Kushana: nickm | 2007-01-15 15:25:57 -0500Nick Mathewson2007-01-15
* r11743@Kushana: nickm | 2006-12-28 23:13:21 -0500Nick Mathewson2006-12-29
* r11736@Kushana: nickm | 2006-12-28 17:46:23 -0500Nick Mathewson2006-12-29
* write-limiting fix: avoid a rare bug where we don't rememberRoger Dingledine2006-12-16
* remove some dead comments, and resolve some XXXsRoger Dingledine2006-12-16
* reenable write limiting. nick finally convinced me this wasRoger Dingledine2006-12-13
* r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson2006-10-31
* r8967@totoro: nickm | 2006-10-08 23:38:50 -0400Nick Mathewson2006-10-09
* r8933@totoro: nickm | 2006-10-07 20:33:16 -0400Nick Mathewson2006-10-08
* bugfix and cleanups re: entry guards.Roger Dingledine2006-10-06
* r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400Nick Mathewson2006-09-28
* r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson2006-07-26
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* minor fixesRoger Dingledine2006-07-04
* harmless typoRoger Dingledine2006-06-13
* Fix the bug that was causing servers to not find themselvesRoger Dingledine2006-06-13
* take out the reachability bandaid in 0.1.2.x as well.Roger Dingledine2006-06-10
* re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine2006-06-07
* put a bandaid in place so servers will have an easier timeRoger Dingledine2006-06-07
* make connection_or_nonopen_was_started_here() based on something lessRoger Dingledine2006-06-07
* and now the exciting part: there is now no such thing as doingRoger Dingledine2006-06-07
* remove some unused code (i think)Roger Dingledine2006-06-05
* connection_t kept the identity_pkey but all it did was store it andRoger Dingledine2006-05-30
* if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine2006-05-26
* auth dir servers were only modifying a server's is_running fieldRoger Dingledine2006-03-18
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Just because both are obsolete does not mean we prefer the newerPeter Palfrader2006-02-14
* Our connection_or_get_by_identity_digest() was slightly wrong. If bestPeter Palfrader2006-02-14
* more log conversions.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* when we connect to a helper node for the first time, closeRoger Dingledine2005-12-28
* clean up some commentsRoger Dingledine2005-12-24
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* orconn_identity_map was another static variable that startedRoger Dingledine2005-12-14
* don't mark the helper node as down when we fail to connect toRoger Dingledine2005-12-11
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson2005-12-05
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05