summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-18node: Clean up some outdated commentsteor
2020-05-18routerlist: Choose bridges for direct bridge connectionsteor
2020-05-18circuitbuild: Do node checks when counting nodesteor
2020-05-18circuitbuild: Do node checks when choosing exitsteor
2020-05-18routerlist: Split the node checks into their own functionteor
2020-05-18nodelist: Replace int with boolteor
2020-05-18nodelist: Stop recursing in router_choose_random_node()teor
2020-05-18nodelist: Rewrite router_crn_flags_tteor
2020-05-18nodelist: Remove the unused CRN_WEIGHT_FOR_EXIT flagteor
2020-05-18nodelist: Move node flag checksteor
2020-05-18nodelist: Move the v3 onion service rendezvous checkteor
2020-05-18nodelist: Move the single-hop exit checkteor
2020-05-18test/protover: Add debug logs to some teststeor
2020-05-18rust/protover: Fix protocol version support error handlingteor
2020-05-18rust: declare HSIntro=5teor
2020-05-17test/protover: Add tests for summarize flagsteor
2020-05-15versions: Improve the protover summary commentsteor
2020-05-15protover: Add defines for recent protocol versionsteor
2020-05-15test/circuitbuild: Tests for node selection flagsteor
2020-05-14circuitbuild: Refactor IPv6 extend node selectionteor
2020-05-14circuitbuild: Refactor build state node selection flagsteor
2020-05-14circuitbuild: test relays sending IPv6 extend cellsteor
2020-05-14test: Move the origin circuit function to test helpersteor
2020-05-14test/circuitstats: Refactor common codeteor
2020-05-14test/circuitstats: Fix a bunch of coding style issuesteor
2020-05-13test/circuitbuild: Add a test for origin_circuit_init()teor
2020-05-11nodelist: Fix a comment and a log messageteor
2020-05-11routerlist: Choose nodes that can initiate IPv6 extendsteor
2020-05-11circuit: Add flags for IPv6 extendsteor
2020-05-11protover: Add node functions for IPv6 extend supportteor
2020-05-11protover: Sort version flags by their underlying protocolsteor
2020-05-11protover: Declare support for Relay=3teor
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-07Define and use TOR_ADDRPORT_BUF_LENNeel Chauhan
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-30circuitbuild: Allow relays to send IPv6 extend cellsteor
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: Wrap long linesteor