summaryrefslogtreecommitdiff
path: root/src/feature/relay
AgeCommit message (Expand)Author
2020-04-29relay: Refactor choosing extend IPsteor
2020-04-29relay: Refactor circuit_open_connection_for_extend()teor
2020-04-29relay: Add IP version tests for circuit extendsteor
2020-04-29relay: Choose between IPv4 and IPv6 extends at randomteor
2020-04-29relay/circuitbuild: Refactor open connection for extendteor
2020-04-29relay/circuitbuild: Re-use IPv6 connections for circuitsteor
2020-04-29relay/circuitbuild: Report IPv6 addresses in a debug logteor
2020-04-29relay/circuitbuild: Consider IPv6-only extends validteor
2020-04-29relay: Log the address in circuit protocol warningsteor
2020-04-29relay: Refactor address checks into a functionteor
2020-04-29relay: Refactor address and port checksteor
2020-04-12Fix typo in router_build_fresh_unsigned_routerinfo() commentNeel Chauhan
2020-04-09Merge remote-tracking branch 'tor-github/pr/1801/head'Nick Mathewson
2020-04-09relay: Run "make autostyle"teor
2020-04-09relay/circuitbuild: Refactor circuit_extend()teor
2020-04-09relay: End circuitbuild logs with "."teor
2020-04-09relay: Check for NULL arguments in circuitbuildteor
2020-04-09relay: Make circuitbuild functions STATICteor
2020-04-09relay: Remove a redundant function return valueteor
2020-04-09relay: Split out opening a connection for an extendteor
2020-04-09relay: Refactor some long lines from circuit_extend()teor
2020-04-09relay: Split link specifier checks from circuit_extend()teor
2020-04-09relay: Split state checks out of circuit_extend()teor
2020-04-09relay: Improve the comments on onionskin_answer()teor
2020-04-09relay: Protocol warn when a client gets an extendteor
2020-04-07Merge branch 'pr1838_squashed'teor
2020-03-27spell consensus more right in commentsRoger Dingledine
2020-03-27fix typo in log messageRoger Dingledine
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-03-21Merge branch 'bug32588_043' into bug32588_masterteor
2020-03-21Merge branch 'bug32588_042' into bug32588_043teor
2020-03-21Merge branch 'bug32588_041' into bug32588_042teor
2020-03-21Merge branch 'bug32588_035' into bug32588_041teor
2020-03-21router: Refactor IPv6 ORPort function logicteor
2020-03-21router: Stop advertising incorrect auto IPv6 ORPortsteor
2020-03-21relay: Set some output arguments in stubsteor
2020-03-20Merge branch 'maint-0.4.3'Nick Mathewson
2020-03-20relay/dirauth: Set some output arguments in stubsteor
2020-03-20Set *have_low_ports_out from stub port_parse_ports_relay().Nick Mathewson
2020-03-20relay: Split out relay-only circuit buildingteor
2020-03-20relay: Move inform_testing_rechability() to relayteor
2020-03-20relay: Re-order selftest headerteor
2020-03-12Merge branch 'maint-0.4.3'Nick Mathewson
2020-03-12Merge branch 'ticket33361_035_01_squashed' into maint-0.4.3Nick Mathewson
2020-03-05Merge remote-tracking branch 'tor-github/pr/1772/head'Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-26Correct spacing in dns_launch_correctness_checks()Neel Chauhan
2020-02-20Merge branch 'extract_routerkeys_squashed'Nick Mathewson
2020-02-20Move relay_handshake.[ch] into src/feature/relay, and make it optionalNick Mathewson
2020-02-20Disable routerkeys.c with --disable-relay-mode.Nick Mathewson