aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay
AgeCommit message (Expand)Author
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-02-12Merge branch 'maint-0.3.5' into maint-0.4.1teor
2020-02-12Lowercase the BridgeDistribution value from torrc in descriptors.Alexander Færøy
2019-10-22Merge remote-tracking branch 'tor-github/pr/1341' into maint-0.4.1Nick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1346' into maint-0.4.1Nick Mathewson
2019-09-26lock: Avoid some undefined behaviour when freeing mutexes.teor
2019-09-18Merge branch 'bug30916_035' into bug30916_041Nick Mathewson
2019-09-18Avoid a crash if our "current" and "old" ntor onion keys are equalNick Mathewson
2019-09-18Extract expressions in construct_ntor_key_map()Nick Mathewson
2019-08-12Merge remote-tracking branch 'tor-github/pr/1034' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/937' into maint-0.3.5teor
2019-06-24stats: Always publish pluggable transports in extra info documentsteor
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-23Merge branch 'tor-github/pr/1034'David Goulet
2019-05-17OOM-purge the DNS cache one part at a timeNick Mathewson
2019-05-15Merge branch 'tor-github/pr/1002'George Kadianakis
2019-05-06Move "relay" and "router" periodic callbacks out of mainloop.cNick Mathewson
2019-05-06Create a relay subsystem and move the shutdown functions thereNick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Use safe_mem_is_zero in a few more places.Nick Mathewson
2019-04-30Merge branch 'tor-github/pr/937'George Kadianakis
2019-04-19Merge branch 'maint-0.3.4' into maint-0.3.5teor
2019-04-18Merge branch 'tor-github/pr/938'George Kadianakis
2019-04-11Add an assertion to num_ntors_per_tap().Nick Mathewson
2019-04-05crypto_format: Remove the return value from ed25519_signature_to_base64()teor
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-03-26Merge branch 'tor-github/pr/842'George Kadianakis
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-02-26Merge branch 'tor-github/pr/638' into maint-0.4.0David Goulet
2019-02-19router: Add some missing #endif commentsteor
2019-02-19routerkeys: Log failures at info-level in make_tap_onion_key_crosscert()teor
2019-02-19test_dir: Test rsa + ed25519 extrainfo creation and parsingteor
2019-02-19test_dir: Unit tests for RSA-only router and extrainfo descriptor creationteor
2019-02-19router: Document the additional config and state used to dump descriptorsteor
2019-02-19router: Move extrainfo signing into its own functionteor
2019-02-19router: eliminate router_update_info_send_unencrypted()teor
2019-02-19router: eliminate tiny router_build_fresh_descriptor() static functionsteor
2019-02-19router: check for NULL in router_build_fresh_descriptor() static functionsteor
2019-02-19router: refactor router_build_fresh_descriptor() static function interfacesteor
2019-02-19router: split router_build_fresh_descriptor() into static functionsteor
2019-02-19stats: Stop reporting statistics when ExtraInfoStatistics is 0teor
2019-02-19Merge branch 'bug29017-033' into bug29017-master-mergeteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-20Add ORCONN event pubsub systemTaylor Yu
2018-12-17Check hostname before using it in send_resolved_hostname_cell()Nick Mathewson
2018-12-05Merge remote-tracking branch 'public/prop298'Nick Mathewson