summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-06hs_dos.c: rewrite a comment not to say "fallthrough"Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'maint-0.3.5' into maint-0.4.1Nick 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 'bug34078_prelim_041' into maint-0.4.1Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into maint-0.3.5Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Remove an incorrect "Fall through" comment.Nick Mathewson
2020-05-06address.c: add a single (harmless) missing break;Nick Mathewson
2020-05-06include compat_compiler for ed25519_donnaNick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-05-06Replace a "fall through" comment that was outside a switch.Nick Mathewson
2020-05-06Add a fallthrough macro.Nick Mathewson
2020-05-05relay: Rename relay_resolve_addr.{c|h} fileDavid Goulet
2020-05-05core/or: Lift slow call out of loop, #33977Alex Xu (Hello71)
2020-05-05changes: File for #33789David 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-05-04Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-04Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-04Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-04Merge branch 'bug34077_043' into maint-0.4.3Nick Mathewson
2020-05-04Merge branch 'bug34077_041' into maint-0.4.1Nick Mathewson
2020-04-30Fix a GCC 10.0.1 compilation error.Nick Mathewson
2020-04-30Merge branch 'bug34077_042' into bug34077_043Nick Mathewson
2020-04-30Merge branch 'bug34077_041' into bug34077_042Nick Mathewson
2020-04-30Fix a GCC 10.0.1 compilation warning.Nick Mathewson
2020-04-30Merge branch 'pr1870_squashed'teor
2020-04-30Define and use TOR_ADDRPORT_BUF_LENNeel Chauhan
2020-04-30practracker: Accept the connection buf refactorteor
2020-04-30relay: Fix a comment typo in the selftest.c headerteor
2020-04-29Merge remote-tracking branch 'tor-github/pr/1864/head'Nick Mathewson
2020-04-30practracker: Allow an extra line in tor_addr_parse_mask_ports()teor
2020-04-30relay: Refactor can extend over IPv6 checksteor
2020-04-30channel: Refactor matches target address functionteor
2020-04-30relay: Refactor extend address validity functionteor
2020-04-30net: Make all address bytes functions take uint8_t *teor
2020-04-30Rename tor_addr_get_ipv6_bytes to tor_addr_copy_ipv6_bytesteor
2020-04-29changes: file for 33817teor
2020-04-29relay: Refactor choosing extend IPsteor
2020-04-29relay: Add tests for 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-29test/circuitbuild: Disable some tests when ALL_BUGS_ARE_FATALteor
2020-04-29log/util_bug: Make IF_BUG_ONCE() support ALL_BUGS_ARE_FATALteor
2020-04-29relay/circuitbuild: Re-use IPv6 connections for circuitsteor
2020-04-29relay/circuitbuild: Report IPv6 addresses in a debug logteor