Commits on Source
13678
23147dd1
Adds files included by torrc and defaults to sandbox filter
#22605
Aug 30, 2017
362bc880
Add a function to check for support for "protocol X or later"
Sep 11, 2017
3124c921
Split the behavior of node_supports_ed25519_link_authentication().
Sep 11, 2017
ade9baaf
Fix memory leak when options_init_from_string returns error
#22605
Sep 12, 2017
a3f5a246
hs: Pad RENDEZVOUS1 v3 cell to match length of v2
Sep 19, 2017
f9155ff4
Unit test to make sure that our platform string is parseable
Sep 20, 2017
564ff506
When detecting OpenSSL, look for 1.0.1, and in homebrew location
Sep 20, 2017
c20d4db7
sched: Hard exit if we can't select a scheduler
Sep 21, 2017
33d44dc4
Capture "Result does not fit in tor_timegm()" warnings in util tests
Sep 21, 2017
bb9b8e65
Merge remote-tracking branch 'pastly/bug23581_032_03'
Sep 21, 2017
6203047e
check-changes fix
Sep 21, 2017
00d7b605
Merge branch 'bug21800'
Sep 21, 2017
512c57cf
test_util: capture the log in the correct place.
Sep 22, 2017
22699e3f
sched: only log when scheduler type changes
Sep 22, 2017
88b317ef
sched: move code to respect comments
Sep 22, 2017
66aff2d8
Remove or_circuit_t.is_first_hop; use channel_is_client() instead
Sep 22, 2017
d1e0e486
Stop clearing the is_client flag on channel directly
Sep 22, 2017
ceb49c1c
Use channel_is_client() accessor in channelpadding.c.
Sep 22, 2017
6a75a6fd
changes file for bug22805
Sep 22, 2017
95a7e7e9
Stop using CREATE_FAST as a signifier of clienthood.
Sep 22, 2017
91467e04
Merge branch 'bug22805_v2_squashed'
Sep 22, 2017
dc5c9af6
hs: Avoid possible double circuit close on error
Sep 22, 2017
cce936ae
Merge branch 'maint-0.3.1'
Sep 22, 2017
9b026418
Merge branch 'maint-0.3.0' into maint-0.3.1
Sep 22, 2017
122eab78
Merge remote-tracking branch 'pastly/bug23552_032_03'
Sep 22, 2017
ac3fdb74
Remove unused chosen_scheduler_type variable.
Sep 22, 2017
230a3367
Use setup_full_capture_of_logs for 21800
Sep 22, 2017
22e2c3bf
Fix check-spaces and a weird copyright.
Sep 22, 2017
cbea334d
Mention even more about changes files in doc/HACKING
Sep 22, 2017
01e98487
Remove an erroneous 0.5 in compute_weighted_bandwidths()
Sep 22, 2017
a1f31c06
fix typo
Sep 22, 2017
8dff23eb
Assign Exit flag only for ports 80 and 443
Sep 24, 2017
03b3f548
prop224: Add test for parsing RENDEZVOUS1 cell.
Sep 25, 2017
777e828e
Merge remote-tracking branch 'asn/ticket23420_032_01'
Sep 25, 2017
f82f1f4b
fix changes file
Sep 25, 2017
ef2a449c
sched: Make KISTSchedRunInterval non negative
Sep 25, 2017
7bbc29b0
sched: make interval a plain int; initialize with macro
Sep 25, 2017
581e2c8b
Whitespace fix.
Sep 25, 2017
90e8d1f5
Merge branch 'bug23539_032_01_squashed'
Sep 25, 2017
81c47932
Make testing rend1_payload variables static
Sep 25, 2017
45530ed7
Merge branch 'bug22109'
Sep 25, 2017
de54e143
circuit: Closing reason are signed values
Sep 25, 2017
fb4a82c4
circuit: Keep a copy of n_circ_id for logging
Sep 25, 2017
767b1815
circuit: Log circuit identifiers when cannibalizing
Sep 25, 2017
4190f602
circuit: Log n_circ_id and global identifier of HS circuits
Sep 25, 2017
648d5ea6
hs: Improve logging
Sep 26, 2017
1f3db051
Merge remote-tracking branch 'asn/ticket23645_032_01'
Sep 26, 2017
ce4ac7aa
add changes file for 23645
Sep 26, 2017
eb54a856
Add test to make sure all confparse variables are well-typed
Sep 26, 2017
4d11a468
Correct two state-file variable types.
Sep 26, 2017
a5b18dfb
Make the TransProxyType field non-const
Sep 26, 2017
49d2346b
Type bug in shared_random_state -- make sure Version is int.
Sep 26, 2017
8f0dffe3
changes file for my confparse typechecking fun
Sep 26, 2017
6beeb100
Merge branch 'typecheck4'
Sep 26, 2017
2de588ff
Merge branch 'ticket23602_029'
Sep 26, 2017
40ab25db
hs-v3: Don't non fatal assert if we can't get the intro extend info
Sep 26, 2017
b8b41435
fix the changes file
Sep 26, 2017
8f8a4c0c
Eat redundant semicolons
Sep 26, 2017
b8b01694
Add unit tests for var_cell and control0 proto functions.
Sep 27, 2017
a57f495c
Move ext_or_command tests to test_proto_misc.c
Sep 27, 2017
6051375c
prop224: Update some function docs with the right retval.
Sep 27, 2017
178a2bbc
prop224: Fix one last instance of get_time_period_num() with now.
Sep 27, 2017
cf75c1af
hs-v3: Don't fetch descriptor if we have a pending request
Sep 27, 2017
54273659
testing: test many possible truncated SOCKS commands
Sep 27, 2017
14124f82
Mark some tests in parse_socks.c as unreachable (BUG, LCOV)
Sep 27, 2017
04f7873b
Socks tests for bad socks5 username/passwd auth.
Sep 27, 2017
5418aa84
socks5 unit tests: add check for ipv6 address type.
Sep 27, 2017
6882e711
Add unit tests for SOCKS functions that parse server responses
Sep 27, 2017
57f04a48
Test more error cases of our socks code.
Sep 27, 2017
f21102c0
Let's get 100% coverage for proto_http while we're at it.
Sep 27, 2017
01d67a90
Note an unreachable (?) section in buffers.c
Sep 28, 2017
99e52711
Add unit test for buf_get_line().
Sep 28, 2017
9727a924
Improve cov-diff script to account for new files.
Sep 28, 2017
a64d79ca
Move around some LCOV_EXCLs in src/common
Sep 28, 2017
55873107
Correct docs for config_lines_dup_and_filter
Sep 28, 2017
5b6f2713
unit test for config_lines_dup_and_filter
Sep 28, 2017
f71ff0ca
Unit test for case where %included dir exists but is unreadable
Sep 28, 2017
14614a59
Fix spelling: compressing, not compresing
Sep 28, 2017
3a073c46
Improve unit test coverage for compression code.
Sep 28, 2017
a196fdb6
Fix typo in buffers.c.
Sep 28, 2017
c3b7f9d7
Fix whitespace issue in compress.c
Sep 28, 2017
44dc4b73
Better error handling when trying to compress/decompress into empty buffer.
Sep 28, 2017
c2fac2c6
Enable disabled test that was disabled due to bug
#23551
Sep 28, 2017
8d694081
Better error handling when trying to compress/decompress into empty buffer.
Sep 28, 2017
82f109c2
Merge remote-tracking branch 'ahf-gitlab/bugs/23551-maint-0.3.1' into maint-0.3.1
Sep 28, 2017
2ae1b7e2
Fix leak in test_util.c
Sep 28, 2017
41107450
Merge branch 'maint-0.3.1'
Sep 28, 2017
fba30b8b
Merge remote-tracking branch 'ahf-gitlab/bugs/23551'
Sep 28, 2017
4e6374c2
Merge remote-tracking branch 'catalyst-oniongit/bug23691'
Sep 28, 2017
40f12879
doc: Add a good resource for learning to write Rust FFI.
Sep 29, 2017
1b6ccb52
Log more information when bug8185 is about to trigger.
Sep 29, 2017
d256d4c0
Don't package cells onto marked circuits.
Sep 29, 2017
1a5746f8
Merge branch 'bug8185_025' into bug8185_031
Sep 29, 2017
f7222e6d
Clear outbuf_flushlen when we clear a connection's outbuf
Sep 29, 2017
8ccefa7b
Merge branch 'bug23690_028'
Sep 29, 2017
b0ddaac0
Make some assertions nonfatal to help prevent bug23690 recurrence.
Sep 29, 2017
fc6c0b46
Merge branch 'bug23690_additional_032'
Sep 29, 2017
3ef7e6f1
sched: Don't get KIST stuck in an infinite loop
Sep 29, 2017
070064de
sched: Always initialize scheduler_last_run to now
Sep 29, 2017
ca2e7eab
Merge branches 'bug8185_031' and 'bug8185_diagnostic_032'
Sep 29, 2017
13,578 additional commits have been omitted to prevent performance issues.
Loading
Loading