aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/selftest.c
AgeCommit message (Expand)Author
2022-02-22Extend info argument updates for non-ntorv3 casesMike Perry
2022-02-22Use protover to signal support for ntor3 + congestion control.Nick Mathewson
2022-01-19relay: Fix memory leak on BUG() code pathDavid Goulet
2021-12-15Fix compiler warnings from ubuntu/jammyDavid Goulet
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-23Merge branch 'ticket40282_046_01_squashed'Nick Mathewson
2021-02-22Merge branch 'maint-0.4.5'Alexander Færøy
2021-02-22relay: Remove dirport reachability self testDavid Goulet
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-17relay: No longer test dirport reachability for authoritiesRoger Dingledine
2021-01-10fix typos and whitespaceRoger Dingledine
2020-12-08relay: Avoid log reachability test for bandwidth test circuitDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-08-11Only log port self-testing message when we are _starting_ to test.Nick Mathewson
2020-07-24relay: Publish IPv4 descriptor on guessed IPv6 reachability failureDavid Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-07-01Add a comment explaining reachability vs bandwidth self-testsNick Mathewson
2020-06-30Refactor reachability test logging: log exactly what we launch.Nick Mathewson
2020-06-26Merge branch 'assume_reachable_revamp'Nick Mathewson
2020-06-24Add an AssumeReachableIPv6 autobool option.Nick Mathewson
2020-06-24Rename router_should_skip_orport_reachability_check.Nick Mathewson
2020-06-24Add a control event for launching IPv6 ORPort checks.Nick Mathewson
2020-06-24Replace router_should_skip_*() identifiers.Nick Mathewson
2020-06-23Clarify logic in router_should_skip_orport_reachability_check_family()Nick Mathewson
2020-06-18Split "can reach ipv4 orport" from "can reach ipv6 orport".Nick Mathewson
2020-06-17selftest: turn can_reach_{dir,or}_port into boolsNick Mathewson
2020-06-09Merge remote-tracking branch 'tor-github/pr/1888/head'Nick Mathewson
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-11circuit: Add flags for IPv6 extendsteor
2020-05-07relay: Improve docs on inform_testing_reachability()teor
2020-05-07relay: Rewrite inform_testing_reachability()teor
2020-05-07relay: Clarify a comment in selftest.cteor
2020-05-07routerinfo: Make router_get_orport() return an error statusteor
2020-05-07Replace several C identifiers.teor
2020-05-07Wrap long linesteor
2020-05-07Replace several C identifiers.teor
2020-04-30relay: Update some self-test comments for IPv6teor
2020-04-30relay: Log IPv4 and IPv6 ORPorts when testing reachabilityteor
2020-04-30relay: Launch IPv4 and IPv6 ORPort self-test circuitsteor
2020-04-30relay: Refactor dirport self-test circuit launchteor
2020-04-30relay: Refactor reachability circuit launchesteor
2020-04-30relay: Remove unused DirPort self-test codeteor
2020-04-30relay: Add an address family to self-test launchesteor
2020-04-30relay: Minor selftest comment updatesteor
2020-04-30relay: Clarify reachability status check functionsteor
2020-04-30nodelist: Distinguish client and relay reachabilityteor
2020-04-30relay: Fix a comment typo in the selftest.c headerteor
2020-03-20relay: Move inform_testing_rechability() to relayteor