aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay
AgeCommit message (Expand)Author
2020-08-03Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.4.4George Kadianakis
2020-07-22Treat all extorport connections with un-set addresses as remoteNick Mathewson
2020-06-05Fix some checks of tor_inet_ntoa() return valuerl1987
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-21Check output value of tor_inet_ntop/tor_inet_ntoa in dns.crl1987
2020-05-07Merge remote-tracking branch 'tor-github/pr/1880/head'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-05-05relay: Rename relay_resolve_addr.{c|h} fileDavid Goulet
2020-05-05config: New file resolve_addr.{c|h}David Goulet
2020-05-05relay: New file relay_resolve_addr.{c|h}David Goulet
2020-04-30relay: Fix a comment typo in the selftest.c headerteor
2020-04-30relay: Refactor can extend over IPv6 checksteor
2020-04-30relay: Refactor extend address validity functionteor
2020-04-29relay: Refactor choosing extend IPsteor
2020-04-29relay: Refactor circuit_open_connection_for_extend()teor
2020-04-29relay: Add IP version tests for circuit extendsteor
2020-04-29relay: Choose between IPv4 and IPv6 extends at randomteor
2020-04-29relay/circuitbuild: Refactor open connection for extendteor
2020-04-29relay/circuitbuild: Re-use IPv6 connections for circuitsteor
2020-04-29relay/circuitbuild: Report IPv6 addresses in a debug logteor
2020-04-29relay/circuitbuild: Consider IPv6-only extends validteor
2020-04-29relay: Log the address in circuit protocol warningsteor
2020-04-29relay: Refactor address checks into a functionteor
2020-04-29relay: Refactor address and port checksteor
2020-04-12Fix typo in router_build_fresh_unsigned_routerinfo() commentNeel Chauhan
2020-04-09Merge remote-tracking branch 'tor-github/pr/1801/head'Nick Mathewson
2020-04-09relay: Run "make autostyle"teor
2020-04-09relay/circuitbuild: Refactor circuit_extend()teor
2020-04-09relay: End circuitbuild logs with "."teor
2020-04-09relay: Check for NULL arguments in circuitbuildteor
2020-04-09relay: Make circuitbuild functions STATICteor
2020-04-09relay: Remove a redundant function return valueteor
2020-04-09relay: Split out opening a connection for an extendteor
2020-04-09relay: Refactor some long lines from circuit_extend()teor
2020-04-09relay: Split link specifier checks from circuit_extend()teor
2020-04-09relay: Split state checks out of circuit_extend()teor
2020-04-09relay: Improve the comments on onionskin_answer()teor
2020-04-09relay: Protocol warn when a client gets an extendteor
2020-04-07Merge branch 'pr1838_squashed'teor
2020-03-27spell consensus more right in commentsRoger Dingledine
2020-03-27fix typo in log messageRoger Dingledine
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-03-21Merge branch 'bug32588_043' into bug32588_masterteor