Commits on Source
6820
c2521873
fix for circpad_add_matching_machines to be able to negotiate one machine per...
Jul 08, 2019
0d4a689d
Prevent UB on signed overflow.
Jul 19, 2019
97d73db7
Changes file for bug 31001
Jul 19, 2019
065f25c2
Bug 30649: Check that machine is absent before warn
Jul 23, 2019
ec38b662
Bug 30649: Changes file.
Jul 23, 2019
86f29844
Make some warns into protocol warns
Jul 23, 2019
a3089662
More LOG_PROTOCOL_WARN.
Jul 23, 2019
5aa526c2
circpad: some more logging changes.
Jul 23, 2019
414e9002
trunnel: Remove typo in cell extention field name
Aug 26, 2019
e4856d1b
trunnel: Add prop305 ESTABLISH_INTRO DoS cell extension
Aug 26, 2019
5419fd5d
hs-v3: Implement torrc DoS defenses options
Aug 26, 2019
6c791729
hs-v3: Add protover HSIntro=5
Aug 26, 2019
7faf1049
hs-v3: Rename INTRO2 consensus param getters
Aug 26, 2019
d692c5fd
hs-v3: Encode DoS ESTABLISH_INTRO cell extension
Aug 26, 2019
724d9eb8
hs-v3: Parse ESTABLISH_INTRO cell extension
Aug 26, 2019
aee66c80
hs-v3: Don't apply DoS defenses if circuit has not been flagged
Aug 26, 2019
dde07376
test: Build DoS cell extension
Aug 26, 2019
4c71accc
test: Handling of ESTABLISH_INTRO DoS extension
Aug 26, 2019
1c554334
test: Adapt HS DoS test to use latest parameter
Aug 26, 2019
e5cf1423
man: Entry for the HS intro DoS defenses
Aug 26, 2019
f95b5d07
hs-v3: Add changes file for prop305 implementation
Aug 26, 2019
82639a8c
hs-v3: Move to hs_dos.c INTRO2 defenses initialization
Aug 26, 2019
184c76e3
hs-v3: Cleanup usage of consensus param in hs_dos.c
Aug 26, 2019
94a22217
hs-v3: Privatize access to HS DoS consensus param
Aug 26, 2019
a98f5099
hs-v3: Missing intro circuit INTRO2 DoS enabled flag
Aug 26, 2019
292e9b0c
hs-v3: Log info INTRO2 DoS defenses service values
Aug 26, 2019
1c4607b1
hs-v3: Clarify comment in hs_dos.c
Aug 26, 2019
461d2312
hs-v3: Refactor DoS cell extension parameters validation
Aug 26, 2019
cbe5f957
test: Unit tests HS DoS torrc options
Aug 26, 2019
c7105188
Add integration tests for new practracker features
Aug 26, 2019
4256ee0d
Stub out some more functions in dirvote/*.h, fix compilation.
Aug 29, 2019
fb0e8966
Stub more functions in dirvote headers to fix more of 31552.
Aug 29, 2019
e2a7d08a
backtrace: Always set a backtrace Tor version
Aug 30, 2019
743bc002
backtrace: Log the Tor backtrace version whenever we log a backtrace
Aug 30, 2019
65a1d864
torerr: Log the Tor backtrace version when a raw assertion fails
Aug 30, 2019
c5559182
torerr: Try harder to flush raw assert messages before process termination
Aug 30, 2019
52342327
madvise: tolerate EINVAL and ENOSYS
Sep 02, 2019
651bbe8a
Practracker: only consider files under "src/"
Sep 02, 2019
3a296457
practracker: Fix indentation in util.py
Sep 02, 2019
03040903
practracker: handle empty files.
Sep 02, 2019
f311d067
backtrace: Check the return values of snprintf() and strncpy()
Sep 04, 2019
a836dd25
Merge branch 'maint-0.3.5' into bug31571_035
Sep 04, 2019
0cee6f49
Merge branch 'bug31571_035' into bug31571_040
Sep 04, 2019
abe1f4f2
Merge branch 'bug31571_040' into bug31571_041
Sep 04, 2019
193c74fa
Merge branch 'bug31571_041' into bug31571_master
Sep 04, 2019
539158f2
config: use ptrdiff_t for all field-offset members.
Sep 04, 2019
870874fe
config: Make CLEAR with a nonempty value into a nonfatal assertion.
Sep 04, 2019
03ce67d3
config: explain CONFIG_TYPE_EXTENDED
Sep 04, 2019
dc199f40
smartlist_pqueue: use ptrdiff_t instead of int for offsets.
Sep 04, 2019
b39ee429
compat_compiler: fix documentation for STRUCT_VAR_P
Sep 04, 2019
ec724fe8
rendclient: use ptrdiff, not off_t, for offset of DH field.
Sep 04, 2019
3aba13f7
buffers: use ptrdiff_t to indicate offsets.
Sep 04, 2019
106b75aa
changes file for 31532
Sep 04, 2019
577ea20b
Document configuration and abbreviation types.
Sep 04, 2019
aeda598f
config_assign: Document CAL_* options.
Sep 04, 2019
39dd2e2a
Document validate_fn_t as it stands.
Sep 04, 2019
39316da9
Document return value of config_mgr_add_format().
Sep 04, 2019
3db56aee
Document warn_deprecated_option().
Sep 04, 2019
b3c28677
Document fields of struct_magic_decl_t.
Sep 04, 2019
161c392a
typedvar: remove now-unused functions taking config_type_t.
Sep 04, 2019
88839ab2
Remove _ex suffix from typed_var_*_ex() functions.
Sep 04, 2019
763fd0ad
Fix bugfix version in Bug 30649: Changes file.
Sep 05, 2019
1203e137
Merge commit '
763fd0ad
' into maint-0.4.0
Sep 05, 2019
61082c05
Fix bugfix version in Bug 30649: Changes file.
Sep 05, 2019
73890a86
Merge branch 'bug30649_040' into bug30649_maint_041
Sep 05, 2019
87aaa9a2
Fix #30649 changelog entry.
Sep 05, 2019
c1d61141
Add
#30649
to ReleaseNotes.
Sep 05, 2019
c08d3e46
Merge commit '
73890a86
' into maint-0.4.1
Sep 05, 2019
9dd908e7
Merge branch 'maint-0.4.0' into maint-0.4.1
Sep 05, 2019
2ff6ebc6
Merge branch 'maint-0.4.1'
Sep 05, 2019
04618371
Merge remote-tracking branch 'tor-github/pr/1271' into maint-0.3.5
Sep 05, 2019
896a1ac5
Merge branch 'maint-0.3.5' into maint-0.4.0
Sep 05, 2019
4596ead2
Merge branch 'maint-0.4.0' into maint-0.4.1
Sep 05, 2019
9a402a65
Merge branch 'maint-0.4.1'
Sep 05, 2019
2591440f
Merge remote-tracking branch 'tor-github/pr/1278'
Sep 05, 2019
eb909c4e
config: note that some arguments are required.
Sep 05, 2019
be4a6094
Check IPv6 exit policies on microdescriptors in node_exit_policy_rejects_all()
Sep 05, 2019
0127888b
Add tests for IPv6 exit policies on microdescriptors
Sep 05, 2019
cdd7e889
Merge branch 'tor-github/pr/1261'
Sep 05, 2019
c29f05b1
Merge branch 'tor-github/pr/1292'
Sep 05, 2019
c750ec20
Merge branch 'tor-github/pr/1291'
Sep 05, 2019
fb56b4c2
Merge branch 'tor-github/pr/1293'
Sep 05, 2019
ddd01541
Merge branch 'tor-github/pr/1294'
Sep 05, 2019
545c21e2
Merge branch 'tor-github/pr/1295'
Sep 05, 2019
22e7d337
config: replace config_var_is_cumulative with is_replaced_on_set()
Sep 05, 2019
16cf9424
config: Invert sense of _is_invisible, and rename to is_listable()
Sep 05, 2019
a727d4a3
Remove unused struct_var_* functions.
Sep 05, 2019
318de94e
Fix a bug in practracker's handling of .may_include in headers
Sep 05, 2019
bc4ddbf4
New practracker exceptions for dependency violations in headers
Sep 05, 2019
884ae485
Add new practracker test files to Makefile.am
Sep 05, 2019
380d178e
changes file for ticket31477
Sep 05, 2019
670d4026
entrynodes: Make routine descriptor expiry notice logs less alarming
Sep 06, 2019
612b0a41
subsys: Make the subsystem init order match the module dependencies
Sep 06, 2019
d02ced4c
torerr: Close sigsafe fds on shutdown
Sep 09, 2019
a22fbab9
log: Don't close file log fds that are being used by the err module
Sep 09, 2019
1609916c
log: Close log and err file descriptors before aborting
Sep 09, 2019
ebce7059
changes: file for 31594
Sep 09, 2019
1e7c7870
Merge branch 'tor-github/pr/1287'
Sep 09, 2019
f16fc262
Merge branch 'tor-github/pr/1298'
Sep 09, 2019
a8a1ea4e
practracker: Make you happy funny script
Sep 09, 2019
6,720 additional commits have been omitted to prevent performance issues.
Loading
Loading