Commits on Source
4165
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
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
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
05c56ae4
Replace several C identifiers.
May 07, 2020
74902c8a
Wrap long lines
May 07, 2020
e1eecac8
Replace several C identifiers.
May 07, 2020
24099680
Appease practracker: wrapping costs lines
May 07, 2020
c76f310f
routerinfo: Make router_get_orport() return an error status
May 07, 2020
0daa1da3
Define and use TOR_ADDRPORT_BUF_LEN
May 07, 2020
e887887c
relay: Clarify a comment in selftest.c
May 07, 2020
504b16fb
relay: Rewrite inform_testing_reachability()
May 07, 2020
492c512a
relay: Improve docs on inform_testing_reachability()
May 07, 2020
e787e521
protover: Declare support for Relay=3
May 11, 2020
51f32140
protover: Sort version flags by their underlying protocols
May 11, 2020
c7f085d9
protover: Add node functions for IPv6 extend support
May 11, 2020
b64972ed
practracker: Accept extra or.h lines
May 11, 2020
9e7f51e4
circuit: Add flags for IPv6 extends
May 11, 2020
1c1faf58
routerlist: Choose nodes that can initiate IPv6 extends
May 11, 2020
8829d2d6
nodelist: Fix a comment and a log message
May 11, 2020
e2bd15b6
doc: Some tor features may not work with MiddleNodes
May 11, 2020
4d2822ee
changes: file for 33222 and 33226
May 13, 2020
115a453f
test/circuitbuild: Add a test for origin_circuit_init()
May 13, 2020
de979dd7
practracker: Allow a few extra lines in circuituse
May 13, 2020
e9c9e171
test/circuitstats: Fix a bunch of coding style issues
May 14, 2020
9949b545
test/circuitstats: Refactor common code
May 14, 2020
d41d13ea
test: Move the origin circuit function to test helpers
May 14, 2020
6a0fdf38
circuitbuild: test relays sending IPv6 extend cells
May 14, 2020
2e41d82c
circuitbuild: Refactor build state node selection flags
May 14, 2020
5f577b0f
circuitbuild: Refactor IPv6 extend node selection
May 14, 2020
c39394af
test/circuitbuild: Tests for node selection flags
May 15, 2020
a702e92c
protover: Add defines for recent protocol versions
May 15, 2020
277baf67
versions: Improve the protover summary comments
May 15, 2020
c6bcc92c
test/protover: Add tests for summarize flags
May 17, 2020
f05c144d
rust: declare HSIntro=5
May 18, 2020
3efe5356
rust/protover: Fix protocol version support error handling
May 18, 2020
4bcec38f
test/protover: Add debug logs to some tests
May 18, 2020
ce11e3bf
nodelist: Move the single-hop exit check
May 18, 2020
280195f4
nodelist: Move the v3 onion service rendezvous check
May 18, 2020
1ec604f0
nodelist: Move node flag checks
May 18, 2020
48413dc6
nodelist: Remove the unused CRN_WEIGHT_FOR_EXIT flag
May 18, 2020
2ea1692c
nodelist: Rewrite router_crn_flags_t
May 18, 2020
3f7f976d
nodelist: Stop recursing in router_choose_random_node()
May 18, 2020
a3244c03
nodelist: Replace int with bool
May 18, 2020
38c72400
routerlist: Split the node checks into their own function
May 18, 2020
766fc86d
circuitbuild: Do node checks when choosing exits
May 18, 2020
e46c3d95
circuitbuild: Do node checks when counting nodes
May 18, 2020
73ace125
routerlist: Choose bridges for direct bridge connections
May 18, 2020
8fbcc055
node: Clean up some outdated comments
May 18, 2020
8ec4d9cc
practracker: Accept extra file lines, enforce a smaller function
May 18, 2020
1df451ab
changes: file for 34200
May 18, 2020
82d8304e
Merge branch 'ticket34220_035' into ticket34220_041
Jun 03, 2020
c3f589c4
Merge branch 'ticket34220_041' into ticket34220_042
Jun 03, 2020
811853c6
Remove 0.4.1 from list of tor branches used by git scripts.
Jun 03, 2020
27315de5
Make curve25519_public_to_base64 output padding optional
#7869
Jun 06, 2020
6ec01c5f
Provide a DROPTIMEOUTS command to drop CBT times
Jun 07, 2020
9eb0eeb6
Update Trunnel for new machine_ctr field.
Jun 08, 2020
d2f136aa
Bump version to 0.4.5.0-alpha-dev
Jun 09, 2020
ca8b04f1
Merge branch 'ticket34375'
Jun 09, 2020
eaae5625
Add 0.4.4 to list of tor branches used by git scripts.
Jun 09, 2020
354f085e
Merge remote-tracking branch 'tor-github/pr/1888/head'
Jun 09, 2020
1e230bd4
Merge branch 'maint-0.4.4'
Jun 09, 2020
0a4bc8fe
Bug 30992: Track a padding machine ctr to reduce race issues.
Jun 10, 2020
1300e6a5
Bug 30992: Update tests
Jun 10, 2020
963c3591
Bug 30992: Changes file
Jun 10, 2020
1797d051
Merge branch 'tor-github/pr/1925'
Jun 10, 2020
f3c82c86
Improve our clang-format.sh script
Jun 11, 2020
3cb77a9c
Merge branch 'maint-0.4.4'
Jun 11, 2020
53faca10
Merge branch 'tor-github/pr/1913'
Jun 12, 2020
ffc24056
Merge branch 'maint-0.4.4'
Jun 12, 2020
8361e3c4
core: Remove unused files
Jun 12, 2020
9fdaede3
Remove AssumeReachable from TestingTorNetwork.
Jun 15, 2020
7e600a74
Merge branch 'maint-0.4.4'
Jun 15, 2020
285dbeef
Merge branch 'maint-0.4.4'
Jun 15, 2020
f697ac58
Bug 32040: Add a keep_*_mask to keep circpad machines
Jun 16, 2020
ce9a4e5b
Bug 32040: Tests
Jun 16, 2020
a4a0cb8d
Bug 32040: Machine updates.
Jun 16, 2020
954421ab
Bug 32040: Changes files
Jun 16, 2020
c047c6d5
practracker FTL!
Jun 16, 2020
0b889e70
forward-port the changelog for 0.4.4.1-alpha
Jun 16, 2020
48ff6a41
Merge branch 'maint-0.4.4'
Jun 16, 2020
4,065 additional commits have been omitted to prevent performance issues.
Loading
Loading