summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2019-01-03Detect openssl bug 7712 and work around it.Nick Mathewson
2018-07-30Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-25Improve connection auth loggingteor
2018-07-25Merge branch 'bug26924_029' into bug26924_032teor
2018-07-25Stop logging link auth warnings on Single Onion Services and Tor2webteor
2018-03-27test: Add unittest for the OR connection failure cacheGeorge Kadianakis
2018-03-27relay: Avoid connecting to down relaysDavid Goulet
2018-02-16backport to make channel_is_client() accurateRoger Dingledine
2018-02-06rephist: Stop tracking relay connection statusDavid Goulet
2018-02-06Merge remote-tracking branch 'arma/bug22212'Nick Mathewson
2018-01-31count flushing as channel activityRoger Dingledine
2018-01-17Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-17Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-01-15Remove false positives from channel_is_client()Roger Dingledine
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-12-08Merge branch 'dgoulet_ticket23709_033_01_squashed'Nick Mathewson
2017-11-24Add fast paths to channel_rsa_id_group_set_badness, #24119Alex Xu (Hello71)
2017-11-22channel: Remove everything related to queue sizeDavid Goulet
2017-11-09Merge branch 'ticket20895'Nick Mathewson
2017-09-19Improve comments around connection_or_client_used()teor
2017-09-14Refactor control_event_bootstrap_problemTaylor Yu
2017-09-11Split the behavior of node_supports_ed25519_link_authentication().Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson
2017-08-28Fix unlikely memory leak introduced in 418f3d6298beb27e050Nick Mathewson
2017-08-25Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-25Merge branch 'bug19418_029' into maint-0.3.1Nick Mathewson
2017-08-09Make sure we always wind up checking i2d_*'s output.Nick Mathewson
2017-08-03Switch to offsetof()Neel Chauhan
2017-07-13rephist: Remove unused crypto_pk statistics.Isis Lovecruft
2017-06-27Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-06-27Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-27Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-27Merge branch 'maint-0.2.7-redux' into maint-0.2.8Nick Mathewson
2017-06-27Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-27Merge branch 'maint-0.2.6' into maint-0.2.7-reduxNick Mathewson
2017-06-27Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-06-27Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-06-27Fix an errant memset() into the middle of a struct in cell_pack().Nick Mathewson
2017-06-05Merge branch 'maint-0.3.0'Nick Mathewson
2017-06-05Fix unit tests to work after own_link_cert assertionNick Mathewson
2017-06-05Merge branch 'bug22460_030_01' into maint-0.3.0Nick Mathewson
2017-06-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-05On v3 link handshake, send the correct link certificateNick Mathewson
2017-06-05Make code more clear about own_link_cert safetyNick Mathewson
2017-06-01Fix ed25519 link certificate race on tls context rotationNick Mathewson
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Fix issues from dgoulet's code review.Mike Perry