Commits on Source
4723
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
455ea05b
Rename EndOfLifeTor to ReleaseSeriesLifecycle; expand it.
Feb 14, 2020
c81cb588
Allow unlinkat() in the seccomp2 sandbox
Feb 26, 2020
07280c56
relay: Re-order selftest header
Mar 20, 2020
fdba6ff0
relay: Move inform_testing_rechability() to relay
Mar 20, 2020
81687f5b
relay: Split out relay-only circuit building
Mar 20, 2020
b1a571f0
Edits requested by teor
Mar 23, 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
53d74c09
Add a "location" field for subsystems to declare which file they are in.
Mar 26, 2020
3f6e37b1
Add a SUBSYS_DECLARE_LOCATION() to every subsystem.
Mar 26, 2020
8f499434
Implement a function to list the subsystems to stdout.
Mar 26, 2020
ac72ecd5
Add --dbg-dump-subsystem-list command to list the subsystems.
Mar 26, 2020
c323cc09
Document the --dbg- prefix in tor.1
Mar 26, 2020
a40d539f
Extend includes.py to compare topology with subsystem init order.
Mar 26, 2020
978b7ef4
Teach --check-subsystem-order to take input from stdin
Mar 26, 2020
f863954f
Move LOG_PROTOCOL_WARN to app/config.h
Apr 01, 2020
cc5319bf
Updated the TestingTorNetwork man page options
Apr 01, 2020
a762234b
scripts: Ignore editor temporary files
Apr 03, 2020
f43a841d
Change starting file descriptor for tests.
Apr 03, 2020
0efcdb89
Merge remote-tracking branch 'tor-github/pr/1739'
Apr 03, 2020
0f10ddaa
Re-apply: doc: Replace "underline" with "## Section name".
Apr 03, 2020
6db2e59f
doc: Minor restructure for Release Lifecycle
Apr 03, 2020
c0fe88b2
doc: Also stop running practracker in hooks
Apr 03, 2020
b1e1c6b5
changes: file for ticket 33782
Apr 04, 2020
a84fd949
Merge branch 'maint-0.4.3'
Apr 04, 2020
1e759743
core/or: Fix a comment typo in onion.h
Apr 04, 2020
61307722
doc: Fix a typo in the man page
Apr 05, 2020
5c35bb38
Merge branch 'maint-0.4.3'
Apr 05, 2020
80a306c6
doc: Fix another man page typo
Apr 05, 2020
7adf72f1
Merge branch 'maint-0.4.3'
Apr 05, 2020
6df16022
channel: Remove a newline at the start of the file
Apr 06, 2020
00ce25a7
channel: Fix a comment typo
Apr 06, 2020
9b434b79
Add a test script to check subsystem order as part of make check.
Apr 07, 2020
f9c57313
add changes file for 31634
Apr 07, 2020
5f49695f
Make check_subsystem_order work in out-of-tree builds.
Apr 07, 2020
d3db84c1
Make check_subsystem_order work in distcheck builds.
Apr 07, 2020
ea9ff589
Try rewriting normalize_srcdir to normalize harder.
Apr 07, 2020
065ccda4
Merge branch 'pr1838_squashed'
Apr 07, 2020
6fbf624b
hs-v3: Fix typo in log info when PublishHidServDescriptors is set to 0
Apr 07, 2020
cbd3f888
Added tests for tor_addr_is_null/valid()
Apr 07, 2020
1720a219
address: Simplify tor_addr_is_valid()
Apr 07, 2020
fdd63525
hs-v3: Report introduction failure SOCKS ExtendedErrors
Apr 08, 2020
cf39276f
hs-v3: Report rendezvous circuit failure SOCKS ExtendedErrors
Apr 08, 2020
6ab11bbf
hs-v3: Report SOCKS ExtendedErrors when all intro timed out
Apr 08, 2020
0b0b8a5b
Merge branch 'tor-github/pr/1855'
Apr 08, 2020
34faee06
Correct 'was not internal' to 'was internal' in test_external_ip()
Apr 08, 2020
c1bf819a
Merge branch 'maint-0.4.3'
Apr 08, 2020
dd258051
man: Update tor.1 ExtendedErrors section with latest
Apr 08, 2020
9b72a561
test: Unit test for missing ExtendedErrors
Apr 08, 2020
92ae8cea
changes: Add changes file for
#32542
Apr 08, 2020
7a82c972
Merge branch 'tor-github/pr/1857'
Apr 08, 2020
9bd73da7
fix typos from
#32542
Apr 08, 2020
c9b674d5
relay: Protocol warn when a client gets an extend
Apr 09, 2020
beee9ca6
relay: Improve the comments on onionskin_answer()
Apr 09, 2020
2563d74a
relay: Split state checks out of circuit_extend()
Apr 09, 2020
5cb2bbea
relay: Split link specifier checks from circuit_extend()
Apr 09, 2020
2640030b
relay: Refactor some long lines from circuit_extend()
Apr 09, 2020
ca9565b9
relay: Split out opening a connection for an extend
Apr 09, 2020
44f634d0
relay: Remove a redundant function return value
Apr 09, 2020
b10b2875
relay: Make circuitbuild functions STATIC
Apr 09, 2020
4f9f56be
relay: Check for NULL arguments in circuitbuild
Apr 09, 2020
ec632b01
relay: End circuitbuild logs with "."
Apr 09, 2020
3334f635
test/circuitbuild: Refactor test case array
Apr 09, 2020
72610785
test/circuitbuid: Fix new_route_len_unhandled_exit
Apr 09, 2020
eb11c9d0
test/circuitbuild: Add a test for extend_state_valid
Apr 09, 2020
f8fef609
nodelist: Make some functions mockable
Apr 09, 2020
cbfb8265
test/circuitbuild: Tests for adding ed25519 keys
Apr 09, 2020
327688b9
test/circuitbuild: Make some tests fork
Apr 09, 2020
46980d76
test/circuitbuild: Add tests for extend_lspec_valid
Apr 09, 2020
42fdbbb5
circuitbuild: Make some functions mockable
Apr 09, 2020
7bc34133
test/circuitbuild: Add tests for open_connection_for_extend
Apr 09, 2020
8f3cbe75
channel: Rewrite the channel_get_for_extend() comments
Apr 09, 2020
2b66429f
core/or: Make some functions mockable
Apr 09, 2020
6d75f324
test/circuitbuild: Add tests for circuit_extend()
Apr 09, 2020
d79e5d52
relay/circuitbuild: Refactor circuit_extend()
Apr 09, 2020
aa560a5a
changes: file for 33633
Apr 09, 2020
00a45a90
test/circuitbuild: Add a test for onionskin_answer()
Apr 09, 2020
cb262930
relay: Run "make autostyle"
Apr 09, 2020
75aba30a
relay: Run practracker --regen
Apr 09, 2020
d380acae
Merge remote-tracking branch 'tor-github/pr/1784' into maint-0.3.5
Apr 09, 2020
987f2fa5
Merge branch 'maint-0.3.5' into maint-0.4.1
Apr 09, 2020
2d7e08d5
Merge branch 'maint-0.4.1' into maint-0.4.2
Apr 09, 2020
2d6f00e4
Merge branch 'maint-0.4.2' into maint-0.4.3
Apr 09, 2020
59819b29
Merge branch 'maint-0.4.3'
Apr 09, 2020
cd2121a1
client: Revert setting PreferIPv6 on by default
Apr 09, 2020
4,623 additional commits have been omitted to prevent performance issues.
Loading
Loading