Commits on Source
4560
955a050b
rust/protover: make test match test name
Feb 09, 2020
419ea2f8
rust/protover: remove redundant test
Feb 09, 2020
44facb83
rust/protover: parse empty string into empty *ProtoEntry
Feb 09, 2020
5d330997
dirparse: reject votes with malformed routerstatus entries
Feb 09, 2020
b3affc23
dirparse: reject routerstatus entries with malformed protover
Feb 09, 2020
ad1b378e
dirparse: curlybraceify if statements
Feb 09, 2020
8d89aa5e
dirparse: reject votes with invalid recommended/required protocols
Feb 09, 2020
c2b95da4
dirparse: add helper for recommended/required protocols
Feb 09, 2020
32b33c0d
protover: reject unexpected commas
Feb 09, 2020
c81cb588
Allow unlinkat() in the seccomp2 sandbox
Feb 26, 2020
fd3e0c15
core/mainloop: Limit growth of conn->inbuf
Mar 24, 2020
84fe1c89
core/mainloop: remove noisy logging
Mar 24, 2020
d3ded1cc
Merge branch 'maint-0.4.3'
Mar 24, 2020
f46b9320
buf: add BUF_MAX_LEN
Mar 24, 2020
bb3eda86
net, tls: use INT_MAX - 1 in checks for buf_t
Mar 24, 2020
9ce95138
buf: use INT_MAX - 1 in checks
Mar 24, 2020
9e988406
net, tls: use BUF_MAX_LEN
Mar 24, 2020
64a934ff
buf: use BUF_MAX_LEN
Mar 24, 2020
cc5319bf
Updated the TestingTorNetwork man page options
Apr 01, 2020
8e59b856
Return a descriptive error for 'GETINFO status/fresh-relay-descs'
Apr 12, 2020
4dd4dbf0
Merge remote-tracking branch 'onionk/inbufoverflow1-043' into ticket33131_044
Apr 24, 2020
cbe9e565
Merge remote-tracking branch 'tor-github/pr/1868/head'
Apr 29, 2020
6c458d2d
log/util_bug: Make IF_BUG_ONCE() support ALL_BUGS_ARE_FATAL
Apr 29, 2020
06350544
test/circuitbuild: Disable some tests when ALL_BUGS_ARE_FATAL
Apr 29, 2020
a0b12f3c
relay/circuitbuild: Refactor open connection for extend
Apr 29, 2020
c3e058df
relay: Choose between IPv4 and IPv6 extends at random
Apr 29, 2020
cab05a84
relay: Add IP version tests for circuit extends
Apr 29, 2020
9a6186c2
relay: Refactor circuit_open_connection_for_extend()
Apr 29, 2020
df5ea297
relay: Add tests for choosing extend IPs
Apr 29, 2020
bcec1ec0
relay: Refactor choosing extend IPs
Apr 29, 2020
528a1fe9
changes: file for 33817
Apr 29, 2020
f62b051e
Rename tor_addr_get_ipv6_bytes to tor_addr_copy_ipv6_bytes
Apr 30, 2020
cd7e2fc2
net: Make all address bytes functions take uint8_t *
Apr 30, 2020
496ddd28
relay: Refactor extend address validity function
Apr 30, 2020
066d2deb
channel: Refactor matches target address function
Apr 30, 2020
15a4180a
relay: Refactor can extend over IPv6 checks
Apr 30, 2020
ed4420b4
practracker: Allow an extra line in tor_addr_parse_mask_ports()
Apr 30, 2020
49800cf5
Merge remote-tracking branch 'tor-github/pr/1864/head'
Apr 29, 2020
3eca667a
relay: Fix a comment typo in the selftest.c header
Apr 30, 2020
efcae919
practracker: Accept the connection buf refactor
Apr 30, 2020
caab67d0
nodelist: Distinguish client and relay reachability
Apr 30, 2020
c32a8243
nodelist: Wrap long lines, and improve comments
Apr 30, 2020
a202f03c
practracker: Accept some wrapped long lines
Apr 30, 2020
c5ee3d7e
relay: Clarify reachability status check functions
Apr 30, 2020
d1c52e58
relay: Wrap long lines
Apr 30, 2020
42e765ef
relay: Minor selftest comment updates
Apr 30, 2020
7bf257b1
Define and use TOR_ADDRPORT_BUF_LEN
Apr 30, 2020
6dc9930d
Merge branch 'pr1870_squashed'
Apr 30, 2020
18174fb8
relay: Add an address family to self-test launches
Apr 30, 2020
900994e4
relay: Remove unused DirPort self-test code
Apr 30, 2020
a250dd60
relay: Refactor reachability circuit launches
Apr 30, 2020
01d940e7
relay: Refactor dirport self-test circuit launch
Apr 30, 2020
2a0e4838
relay: Launch IPv4 and IPv6 ORPort self-test circuits
Apr 30, 2020
aade9f31
relay: Log IPv4 and IPv6 ORPorts when testing reachability
Apr 30, 2020
4969dee1
relay: Update some self-test comments for IPv6
Apr 30, 2020
4a36dfeb
circuitbuild: Allow relays to send IPv6 extend cells
Apr 30, 2020
d7e166bd
Fix a GCC 10.0.1 compilation warning.
Apr 30, 2020
b4b1882d
Merge branch 'bug34077_041' into bug34077_042
Apr 30, 2020
6aaee613
Merge branch 'bug34077_042' into bug34077_043
Apr 30, 2020
b1c383e3
Fix a GCC 10.0.1 compilation error.
Apr 30, 2020
a02e8666
Merge branch 'bug34077_041' into maint-0.4.1
May 04, 2020
711385c4
Merge branch 'bug34077_043' into maint-0.4.3
May 04, 2020
e6186741
Merge branch 'maint-0.4.2' into maint-0.4.3
May 04, 2020
bbfc498e
Merge branch 'maint-0.4.1' into maint-0.4.2
May 04, 2020
f96b6cce
Merge branch 'maint-0.4.3'
May 04, 2020
445df9e7
relay: New file relay_resolve_addr.{c|h}
May 05, 2020
a25f1670
config: New file resolve_addr.{c|h}
May 05, 2020
2e519fbf
changes: File for
#33789
May 05, 2020
42dfcd0a
core/or: Lift slow call out of loop,
#33977
May 05, 2020
c81c5a26
relay: Rename relay_resolve_addr.{c|h} file
May 05, 2020
6c3c9435
Add a fallthrough macro.
May 06, 2020
75547c01
Replace a "fall through" comment that was outside a switch.
May 06, 2020
9fe23b86
Replace some "fall through" comments not at the end of a case.
May 06, 2020
37b8324e
include compat_compiler for ed25519_donna
May 06, 2020
8798c0a9
address.c: add a single (harmless) missing break;
May 06, 2020
3d364115
Remove an incorrect "Fall through" comment.
May 06, 2020
3e42464f
Merge branch 'bug34078_prelim_035' into bug34078_prelim_041
May 06, 2020
78a72f81
Merge branch 'bug34078_prelim_035' into maint-0.3.5
May 06, 2020
10413060
Merge branch 'bug34078_prelim_041' into maint-0.4.1
May 06, 2020
fecc5fd3
Merge branch 'maint-0.4.2' into maint-0.4.3
May 06, 2020
82effefb
Merge branch 'maint-0.4.3'
May 06, 2020
28f453c4
Merge branch 'maint-0.3.5' into maint-0.4.1
May 06, 2020
d04b708b
Merge branch 'maint-0.4.1' into maint-0.4.2
May 06, 2020
2cd1c076
hs_dos.c: rewrite a comment not to say "fallthrough"
May 06, 2020
42246f8c
Merge branch 'maint-0.4.3'
May 06, 2020
cc397449
Use __attribute__((fallthrough)) rather than magic GCC comments.
May 06, 2020
dd0ee016
Merge branch 'maint-0.3.5' into maint-0.4.1
May 06, 2020
79ff2b6a
Use __attribute__((fallthrough)) rather than magic GCC comments.
May 06, 2020
f954514b
Merge branch 'maint-0.4.1' into maint-0.4.2
May 06, 2020
28ac17f4
Use __attribute__((fallthrough)) rather than magic GCC comments.
May 06, 2020
a1365b91
Merge branch 'maint-0.4.2' into maint-0.4.3
May 06, 2020
c1167282
Use __attribute__((fallthrough)) rather than magic GCC comments.
May 06, 2020
4a2347d2
Merge branch 'maint-0.4.3'
May 06, 2020
dd795fbe
changes file for bug 34078.
May 06, 2020
633366ef
Merge branch 'maint-0.3.5' into maint-0.4.1
May 06, 2020
d46f67ef
Merge branch 'maint-0.4.1' into maint-0.4.2
May 06, 2020
ae1ebb5f
Merge branch 'maint-0.4.2' into maint-0.4.3
May 06, 2020
e39b35f1
Merge branch 'maint-0.4.3'
May 06, 2020
d41f1cd3
btrack_orconn_cevent.c: Add a missing "break;"
May 06, 2020
b16c1e4c
Merge branch 'maint-0.4.1' into maint-0.4.2
May 06, 2020
4,460 additional commits have been omitted to prevent performance issues.
Loading
Loading