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
/
test
/
test_circuitbuild.c
Age
Commit message (
Expand
)
Author
2021-07-12
Service intro circuits are now 4-hop to avoid linkability by intro
George Kadianakis
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-07-16
Collapse channel_get_*_remote_addr() into a single function.
Nick Mathewson
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
Refactor channel_connect_for_circuit() to take an extend_info_t.
Nick Mathewson
2020-06-22
Add circuit_extend_add_ipv(4/6)_helper() test
Neel Chauhan
2020-05-18
nodelist: Replace int with bool
teor
2020-05-15
test/circuitbuild: Tests for node selection flags
teor
2020-05-14
circuitbuild: test relays sending IPv6 extend cells
teor
2020-05-13
test/circuitbuild: Add a test for origin_circuit_init()
teor
2020-04-30
relay: Refactor can extend over IPv6 checks
teor
2020-04-29
relay: Add tests for choosing extend IPs
teor
2020-04-29
relay: Add IP version tests for circuit extends
teor
2020-04-29
relay: Choose between IPv4 and IPv6 extends at random
teor
2020-04-29
test/circuitbuild: Disable some tests when ALL_BUGS_ARE_FATAL
teor
2020-04-29
relay/circuitbuild: Re-use IPv6 connections for circuits
teor
2020-04-29
relay/circuitbuild: Consider IPv6-only extends valid
teor
2020-04-29
test/circuitbuild: Show bad addresses in some logs
teor
2020-04-29
relay: Log the address in circuit protocol warnings
teor
2020-04-29
Run "make autostyle"
teor
2020-04-09
test/circuitbuild: Add a test for onionskin_answer()
teor
2020-04-09
test/circuitbuild: Add tests for circuit_extend()
teor
2020-04-09
test/circuitbuild: Add tests for open_connection_for_extend
teor
2020-04-09
test/circuitbuild: Add tests for extend_lspec_valid
teor
2020-04-09
test/circuitbuild: Make some tests fork
teor
2020-04-09
test/circuitbuild: Tests for adding ed25519 keys
teor
2020-04-09
test/circuitbuild: Add a test for extend_state_valid
teor
2020-04-09
test/circuitbuid: Fix new_route_len_unhandled_exit
teor
2020-04-09
test/circuitbuild: Refactor test case array
teor
2020-03-19
coverity: Silence spurious unreachable warning
teor
2020-03-06
Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL
rl1987
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-08-19
Fix a memory-leak warning in test_circuitbuid.c
Nick Mathewson
2019-06-19
guard: Ignore marked for close circuit when changing state to open
David Goulet
2019-04-26
Make nodelist_get_list() return a const pointer.
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-11-05
In count_acceptable_nodes(), count direct and indirect nodes with node_has_pr...
Neel Chauhan
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-01
Extract more constants from or.h
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Move extend_info_t into its own header.
Nick Mathewson
2017-04-03
Capture expected log in test_circuitbuild.c
Taylor Yu
2017-04-03
Test unhandled purpose in route_len_for_purpose()
Taylor Yu
2017-04-03
Add tests for new_route_len()
Taylor Yu