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