aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitbuild.c
AgeCommit message (Expand)Author
2021-07-12Service intro circuits are now 4-hop to avoid linkability by introGeorge Kadianakis
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-09-18Add flag for whether an OR conn "counts" for bootstrap trackingNick Mathewson
2020-07-16Collapse channel_get_*_remote_addr() into a single function.Nick Mathewson
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-02Refactor channel_connect_for_circuit() to take an extend_info_t.Nick Mathewson
2020-06-22Add circuit_extend_add_ipv(4/6)_helper() testNeel Chauhan
2020-05-18nodelist: Replace int with boolteor
2020-05-15test/circuitbuild: Tests for node selection flagsteor
2020-05-14circuitbuild: test relays sending IPv6 extend cellsteor
2020-05-13test/circuitbuild: Add a test for origin_circuit_init()teor
2020-04-30relay: Refactor can extend over IPv6 checksteor
2020-04-29relay: Add tests for choosing extend IPsteor
2020-04-29relay: Add IP version tests for circuit extendsteor
2020-04-29relay: Choose between IPv4 and IPv6 extends at randomteor
2020-04-29test/circuitbuild: Disable some tests when ALL_BUGS_ARE_FATALteor
2020-04-29relay/circuitbuild: Re-use IPv6 connections for circuitsteor
2020-04-29relay/circuitbuild: Consider IPv6-only extends validteor
2020-04-29test/circuitbuild: Show bad addresses in some logsteor
2020-04-29relay: Log the address in circuit protocol warningsteor
2020-04-29Run "make autostyle"teor
2020-04-09test/circuitbuild: Add a test for onionskin_answer()teor
2020-04-09test/circuitbuild: Add tests for circuit_extend()teor
2020-04-09test/circuitbuild: Add tests for open_connection_for_extendteor
2020-04-09test/circuitbuild: Add tests for extend_lspec_validteor
2020-04-09test/circuitbuild: Make some tests forkteor
2020-04-09test/circuitbuild: Tests for adding ed25519 keysteor
2020-04-09test/circuitbuild: Add a test for extend_state_validteor
2020-04-09test/circuitbuid: Fix new_route_len_unhandled_exitteor
2020-04-09test/circuitbuild: Refactor test case arrayteor
2020-03-19coverity: Silence spurious unreachable warningteor
2020-03-06Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATALrl1987
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-08-19Fix a memory-leak warning in test_circuitbuid.cNick Mathewson
2019-06-19guard: Ignore marked for close circuit when changing state to openDavid Goulet
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-05In count_acceptable_nodes(), count direct and indirect nodes with node_has_pr...Neel Chauhan
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move extend_info_t into its own header.Nick Mathewson
2017-04-03Capture expected log in test_circuitbuild.cTaylor Yu
2017-04-03Test unhandled purpose in route_len_for_purpose()Taylor Yu
2017-04-03Add tests for new_route_len()Taylor Yu