aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
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
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-14orconn_identity_map was another static variable that startedRoger Dingledine
2005-12-11don't mark the helper node as down when we fail to connect toRoger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-05Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17more log unclutteringRoger Dingledine
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-06without braces, what will hold up the code?Roger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine
2005-08-24Dirservers now do their own external reachability testing of eachRoger Dingledine
2005-08-23Our logic to decide if the OR we connected to was the right guyRoger Dingledine
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-19be consistent about printing out key digest $'s when we're getting aRoger Dingledine
2005-07-17downgrade a warning that could plausibly happen sometimes now that weRoger Dingledine
2005-06-21Appease the hungry god of GCC: it wants functions to be static or prototyped!Nick Mathewson