index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
relay
/
selftest.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-02-23
Merge branch 'ticket40282_046_01_squashed'
Nick Mathewson
2021-02-22
Merge branch 'maint-0.4.5'
Alexander Færøy
2021-02-22
relay: Remove dirport reachability self test
David Goulet
2021-02-19
hs-v2: Removal of service and relay support
David Goulet
2021-02-17
relay: No longer test dirport reachability for authorities
Roger Dingledine
2021-01-10
fix typos and whitespace
Roger Dingledine
2020-12-08
relay: Avoid log reachability test for bandwidth test circuit
David Goulet
2020-11-12
Fix typos.
Samanta Navarro
2020-08-11
Only log port self-testing message when we are _starting_ to test.
Nick Mathewson
2020-07-24
relay: Publish IPv4 descriptor on guessed IPv6 reachability failure
David Goulet
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-07-02
Allow multiple addresses in extend_info_t.
Nick Mathewson
2020-07-02
Extract extend_info manipulation functions into a new file.
Nick Mathewson
2020-07-01
Add a comment explaining reachability vs bandwidth self-tests
Nick Mathewson
2020-06-30
Refactor reachability test logging: log exactly what we launch.
Nick Mathewson
2020-06-26
Merge branch 'assume_reachable_revamp'
Nick Mathewson
2020-06-24
Add an AssumeReachableIPv6 autobool option.
Nick Mathewson
2020-06-24
Rename router_should_skip_orport_reachability_check.
Nick Mathewson
2020-06-24
Add a control event for launching IPv6 ORPort checks.
Nick Mathewson
2020-06-24
Replace router_should_skip_*() identifiers.
Nick Mathewson
2020-06-23
Clarify logic in router_should_skip_orport_reachability_check_family()
Nick Mathewson
2020-06-18
Split "can reach ipv4 orport" from "can reach ipv6 orport".
Nick Mathewson
2020-06-17
selftest: turn can_reach_{dir,or}_port into bools
Nick Mathewson
2020-06-09
Merge remote-tracking branch 'tor-github/pr/1888/head'
Nick Mathewson
2020-05-21
Check for NULL from tor_dup_ip()
rl1987
2020-05-11
circuit: Add flags for IPv6 extends
teor
2020-05-07
relay: Improve docs on inform_testing_reachability()
teor
2020-05-07
relay: Rewrite inform_testing_reachability()
teor
2020-05-07
relay: Clarify a comment in selftest.c
teor
2020-05-07
routerinfo: Make router_get_orport() return an error status
teor
2020-05-07
Replace several C identifiers.
teor
2020-05-07
Wrap long lines
teor
2020-05-07
Replace several C identifiers.
teor
2020-04-30
relay: Update some self-test comments for IPv6
teor
2020-04-30
relay: Log IPv4 and IPv6 ORPorts when testing reachability
teor
2020-04-30
relay: Launch IPv4 and IPv6 ORPort self-test circuits
teor
2020-04-30
relay: Refactor dirport self-test circuit launch
teor
2020-04-30
relay: Refactor reachability circuit launches
teor
2020-04-30
relay: Remove unused DirPort self-test code
teor
2020-04-30
relay: Add an address family to self-test launches
teor
2020-04-30
relay: Minor selftest comment updates
teor
2020-04-30
relay: Clarify reachability status check functions
teor
2020-04-30
nodelist: Distinguish client and relay reachability
teor
2020-04-30
relay: Fix a comment typo in the selftest.c header
teor
2020-03-20
relay: Move inform_testing_rechability() to relay
teor
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-20
Code Style: Delete PRIVATE defines that are never used
teor
2019-05-06
Move "relay" and "router" periodic callbacks out of mainloop.c
Nick Mathewson
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson
[next]