aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* 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
| | * | Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2011-10-26
| | * | Maintain separate server and client identity keys when appropriate.Robert Ransom2011-10-26
* | | | Fix a bunch of whitespace errorsNick Mathewson2011-10-11
| |_|/ |/| |
* | | Quiet two notices, and spelling mistake cleanupSebastian Hahn2011-10-10
* | | Fix a few 64bit compiler warningsSebastian Hahn2011-10-10
* | | Add more log statements for protocol/internal failuresNick Mathewson2011-10-10
* | | Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson2011-10-10
* | | Make sure we stop putting cells into our hash at the right time.Nick Mathewson2011-10-10
* | | Bugfixes for authenticate handling and generationNick Mathewson2011-10-10
* | | more verbose log for recording an odd cellNick Mathewson2011-10-10
* | | Actually accept cells in SERVER_RENEGOTIATINGNick Mathewson2011-10-10
* | | Allow "finished flushing" during v3 handshakeNick Mathewson2011-10-10
* | | Hook up all of the prop176 code; allow v3 negotiations to actually workNick Mathewson2011-10-10
* | | New functions to record digests of cells during v3 handshakeNick Mathewson2011-10-10
* | | Implement cert/auth cell readingNick Mathewson2011-10-10
* | | Basic function to write authenticate cellsNick Mathewson2011-10-10
* | | Functions to send cert and auth_challenge cells.Nick Mathewson2011-10-10
* | | Cell types and states for new OR handshakeNick Mathewson2011-10-10