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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
relay
/
circuitbuild_relay.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-09-18
Add flag for whether an OR conn "counts" for bootstrap tracking
Nick Mathewson
2020-08-25
Validate address more carefully when checking self-reachability
Nick Mathewson
2020-07-16
Collapse channel_get_*_remote_addr() into a single function.
Nick Mathewson
2020-07-02
Refactor channel_connect_for_circuit() to take an extend_info_t.
Nick Mathewson
2020-07-02
Extract extend_info manipulation functions into a new file.
Nick Mathewson
2020-06-24
Merge branch 'tor-github/pr/1942'
David Goulet
2020-06-22
Fill in missing IPv6 addresses in extend cells
Neel Chauhan
2020-06-18
Split "can reach ipv4 orport" from "can reach ipv6 orport".
Nick Mathewson
2020-04-30
relay: Refactor can extend over IPv6 checks
teor
2020-04-30
relay: Refactor extend address validity function
teor
2020-04-29
relay: Refactor choosing extend IPs
teor
2020-04-29
relay: Refactor circuit_open_connection_for_extend()
teor
2020-04-29
relay: Choose between IPv4 and IPv6 extends at random
teor
2020-04-29
relay/circuitbuild: Refactor open connection for extend
teor
2020-04-29
relay/circuitbuild: Re-use IPv6 connections for circuits
teor
2020-04-29
relay/circuitbuild: Report IPv6 addresses in a debug log
teor
2020-04-29
relay/circuitbuild: Consider IPv6-only extends valid
teor
2020-04-29
relay: Log the address in circuit protocol warnings
teor
2020-04-29
relay: Refactor address checks into a function
teor
2020-04-29
relay: Refactor address and port checks
teor
2020-04-09
relay/circuitbuild: Refactor circuit_extend()
teor
2020-04-09
relay: End circuitbuild logs with "."
teor
2020-04-09
relay: Check for NULL arguments in circuitbuild
teor
2020-04-09
relay: Make circuitbuild functions STATIC
teor
2020-04-09
relay: Remove a redundant function return value
teor
2020-04-09
relay: Split out opening a connection for an extend
teor
2020-04-09
relay: Refactor some long lines from circuit_extend()
teor
2020-04-09
relay: Split link specifier checks from circuit_extend()
teor
2020-04-09
relay: Split state checks out of circuit_extend()
teor
2020-04-09
relay: Improve the comments on onionskin_answer()
teor
2020-04-09
relay: Protocol warn when a client gets an extend
teor
2020-03-20
relay: Split out relay-only circuit building
teor