summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2012-10-17Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-06-04Merge origin/maint-0.2.2 for 6007_strictNick Mathewson
2012-06-04Kill non-open OR connections with any data on their inbufs.Nick Mathewson
2012-05-31Remove unexpected "unexpectedly".Linus Nordberg
2012-05-31Remove spurioius return in one out of four if-else clauses.Linus Nordberg
2012-05-24Change an assertion into a warning in connection_or_handle_event_cb()Nick Mathewson
2012-05-18Use a more helpful log message when we can't find a proxy.George Kadianakis
2012-03-29simplify furtherRoger Dingledine
2012-02-09Count IPv6 connections in bridge and entry stats.Karsten Loesing
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-11defensive programming to catch duplicate calls to connection_init_or_handshak...Nick Mathewson
2011-12-20Don't call tor_tls_set_logged_address till after checking conn->tls.George Kadianakis
2011-12-06Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson
2011-12-06Revert "Use callback-driven approach to block renegotiations."Nick Mathewson
2011-12-06Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson
2011-12-06Revert "Avoid a double-mark in connection_or_close_connection_cb"Nick Mathewson
2011-12-06Revert "Make pending libevent actions cancelable"Nick Mathewson
2011-12-06Revert "Set renegotiation callbacks immediately on tls inititation"Nick Mathewson
2011-12-02Don't just tell the controller "foo" on id mismatchNick Mathewson
2011-12-02Don't call tor_tls_set_logged_address till after checking conn->tlsNick Mathewson
2011-11-30Merge node_get_{prim,pref,pref_ipv6}_addr with their _orport counterparts.Linus Nordberg
2011-11-30Use correct address family where necessary for bridges on IPv6.Linus Nordberg
2011-11-30Use the preferred address and port when initiating a connection.Linus Nordberg
2011-11-30Clarify function documentation.Linus Nordberg
2011-11-29Merge branch 'bug4587_v2'Nick Mathewson
2011-11-29Set renegotiation callbacks immediately on tls inititationNick Mathewson
2011-11-29Make pending libevent actions cancelableNick Mathewson
2011-11-25Avoid a double-mark in connection_or_close_connection_cbNick Mathewson
2011-11-25Refactor tor_event_base_once to do what we actually wantNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug4312'Nick Mathewson
2011-11-21Merge branch 'bug4360'Nick Mathewson
2011-11-16Don't fail to send netinfo if real_addr is unsetSebastian Hahn
2011-11-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-14Use real_addr in send_netinfoNick Mathewson
2011-11-13Use callback-driven approach to block renegotiations.George Kadianakis
2011-10-31normalize the name of the CERTS cellRoger Dingledine
2011-10-29bridges send netinfo cells like clients on outgoing connsRoger Dingledine
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
2011-10-26Mark which OR connections are outgoingRobert Ransom
2011-10-26Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom
2011-10-26Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2011-10-26Maintain separate server and client identity keys when appropriate.Robert Ransom