Commits on Source
5476
1b07a2d7
doc: Add TCPProxy option
Oct 17, 2019
5a6a6ed3
config: Add TCPProxy option for haproxy protocol
Oct 17, 2019
9dd04396
test: Add TCPProxy option for haproxy protocol
Oct 17, 2019
101bdeb0
doc: TCPProxy is not supported in TOR_PT_PROXY
Oct 17, 2019
52e59640
circuit: Refactor connection_proxy_connect
Oct 17, 2019
21da2d76
gitlab-ci: purge old job for mirroring, its unused and obsolete
Oct 29, 2019
4e4c4e72
Handle binary IPv6 addresses and bracketed strings in RESOLVE_PTR.
Nov 11, 2019
b7c74741
Test case for SOCKS5 RESOLVE_PTR with binary IPv6 address.
Nov 11, 2019
4ae77e15
Test case for SOCKS5 RESOLVE_PTR with IPv6 address in brackets.
Nov 11, 2019
1b619a62
Use CHECK_PRINTF() for printf-like functions in util_bug.h
Dec 16, 2019
df5c81fe
Merge branch 'bug32765_041' into bug32771_042
Dec 16, 2019
b4977d1a
Fix formatting in tor_assertf() message in struct_check_magic().
Dec 16, 2019
b7dbb4a5
Add NSF support acknowledgment to circpad dev doc.
Dec 17, 2019
ea91edff
Dirauth options: move versioning options to dirauth module
Dec 19, 2019
7d5e360c
Move BW-guarantee options in to dirauth module.
Dec 19, 2019
bc0f1076
Move get_foo_options() test helpers into a new test module.
Dec 19, 2019
eedab30a
Move AuthDirHasIPv6Connectivity into dirauth module.
Dec 19, 2019
9386b0b2
Move AuthDirListBadExits to dirauth module.
Dec 19, 2019
99874ecc
Move AuthDirPinKeys to dirauth module.
Dec 19, 2019
f4f70e1f
Move AuthDirSharedRandomness to dirauth module.
Dec 19, 2019
b1d029b9
Move AuthDirTestEd25519LinkKeys to the dirauth module.
Dec 19, 2019
77dea66e
Move MinUptimeHidServDirectoryV2 to dirauth module.
Dec 19, 2019
0c7fd831
Move ConsensusParams to dirauth module.
Dec 19, 2019
be9bc598
Move MinMeasuredBWsForAuthToIgnoreAdvertised to dirauth module.
Dec 19, 2019
cde5abfd
Move TestingDirAuthTimeToLearnReachability into dirauth module.
Dec 19, 2019
37395034
Move TestingMin{Exit,Fast}FlagThreshold to dirauth module.
Dec 19, 2019
87f7c2d0
Correct the type for config_decl_ROUTERSET
Dec 19, 2019
3210598c
Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth module
Dec 19, 2019
3663df69
changes file for ticket 32806
Dec 19, 2019
42e31b5c
Mark TestingEstimatedDescriptorPropagationTime as obsolete.
Dec 19, 2019
1bdbb4e9
Change conf_examples test for ConsensusParams option.
Dec 19, 2019
a96317a7
Android: skip tests that check UNIX user account setup
Dec 20, 2019
5c6fc525
test_util: remove UTIL_LEGACY_NO_WIN.
Dec 20, 2019
01c6fde3
Fix spacing in tor_inet_aton() function header
Dec 20, 2019
b062e0f0
Fix spacing in tor_sscanf() call in tor_inet_aton()
Dec 20, 2019
52bbc7fb
Add changes file
Dec 30, 2019
b9d81282
Fix sandbox crash during reload of logging configuration
Jan 05, 2020
16e94dc7
Merge branch 'maint-0.4.1' into maint-0.4.2
Jan 06, 2020
f5461a4b
update changes file to pass "make check-changes"
Jan 06, 2020
2d8d6d1e
Merge branch 'maint-0.4.1' into maint-0.4.2
Jan 06, 2020
13216f84
Merge branch 'maint-0.4.2'
Jan 06, 2020
54eec534
Initialize publish/subscribe code when running as an NT service.
Jan 06, 2020
dca26294
Use tor_api.h entry points in ntmain.c.
Jan 06, 2020
5c240db0
Restore feature where nt-services detect non-"run_tor" modes.
Jan 06, 2020
b6f09967
Make ntmain.h functions stubs when NT_SERVICE not enabled.
Jan 06, 2020
4f6901d7
When initializing pthreads, always set the main thread.
Jan 06, 2020
6da989cf
Merge remote-tracking branch 'tor-github/pr/1612' into maint-0.4.2
Jan 06, 2020
48f73417
Merge branch 'maint-0.4.2'
Jan 06, 2020
1f498220
Merge remote-tracking branch 'tor-github/pr/1620'
Jan 06, 2020
e08d0769
Add documentation about building a TAGS file.
Jan 06, 2020
9276c07a
Merge remote-tracking branch 'tor-github/pr/1615'
Jan 06, 2020
119004e8
circuit: Implement haproxy
Jan 06, 2020
41b9dca0
test: Implement haproxy
Jan 06, 2020
de58a49a
test: HAPRoxy protocol
Jan 06, 2020
4264717c
test: HTTP CONNECT protocol
Jan 06, 2020
14d781ff
circuit: Add change file
Jan 06, 2020
1b63eea6
Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_merged
Jan 06, 2020
ee015d36
Space the a-d unsigned ints in tor_inet_aton()
Jan 06, 2020
d62dbb67
string: Add extra UTF-8 test cases
Jan 07, 2020
f2aeaaf7
Add new state to connection_proxy_state_to_string()
Jan 07, 2020
c48068ec
test_helpers: add a missing free for CID 1457527.
Jan 07, 2020
17a1ae02
Merge remote-tracking branch 'tor-github/pr/1640'
Jan 07, 2020
0e3fd4df
string: Check UTF-8 string pointer and length
Jan 07, 2020
1fd27155
changes: file for 32845
Jan 07, 2020
e231cd5b
Merge branch 'ticket32845_squashed'
Jan 07, 2020
81fd8aad
speaking of utf-8, remove strange char from comment
Jan 07, 2020
a58cffe1
router: Improve port search function comments
Jan 08, 2020
2d27a3ec
Run "make autostyle"; add an endif comment
Jan 08, 2020
4f028122
It's 2020. Update the copyright dates with "make update-copyright"
Jan 08, 2020
a48cb9fa
core/include.am: spelling fix
Jan 08, 2020
792e5b24
Replace DISABLE/ENABLE_GCC_WARNING with something that will confuse clang-format less
Jan 09, 2020
3ce2304c
Use new ENABLE/DISABLE_GCC_WARNING
Jan 09, 2020
73b83b8f
Remove extra ; from tt_assert() macro definition.
Jan 09, 2020
7b0d8834
Use raw_assert in ht.h
Jan 09, 2020
b1dceeca
Include sys/types.h in fdio.h, for "off_t".
Jan 09, 2020
8bb686d8
Include x509.h in tortls_internal.h.
Jan 09, 2020
d7b8377c
or_options_st.h: Add an include and a struct declaration.
Jan 09, 2020
6a6486a7
hs_circuit: use struct declaration.
Jan 09, 2020
c4ac5adc
siphash.h: include stdint.
Jan 09, 2020
8b7eeea3
connection.h: new includes and struct declarations
Jan 09, 2020
8d4b4aa9
control_hs.h: use a couple of struct delcarations
Jan 09, 2020
25354171
lib/conf: include torint.h in files that use it.
Jan 09, 2020
dd5dda78
timers.h: add declaration for timeval.
Jan 09, 2020
774d1092
process.h: add a struct declaration for buf_t.
Jan 09, 2020
887bf05c
routerparse.h: include parsecommon.h when exposing token table.
Jan 09, 2020
06d977b5
hs_circuitmap.h: use a struct declaration
Jan 09, 2020
afa36682
consdiffmgr.h: use struct declarations for several types
Jan 09, 2020
2f7a2c42
Include ht.h in all headers that use HT_ENTRY()
Jan 09, 2020
09f03e6e
Turn authdir_mode_v3() into a non-inline function
Jan 09, 2020
ca9d605f
conscache.h: declare config_line_t structure.
Jan 09, 2020
3ad518cd
process.h: include stdbool.h
Jan 09, 2020
8b2041c3
changes file for 32764.
Jan 09, 2020
e4581011
Merge branch 'pre_formatter_cleanups_squashed'
Jan 09, 2020
1ffba2f1
Always define NS_MODULE and NS_SUBMODULE when NS is used.
Jan 09, 2020
e2fcfc6e
Put all NS_DECL invocations on single lines.
Jan 09, 2020
c9855f23
Replace various NS_MODULE/SUBMODULE vals with shorter names.
Jan 09, 2020
23c77f79
Remove all usage of the NS*() macros in test*.c
Jan 09, 2020
42c6fc85
Remove NS*() macros from test.h.
Jan 09, 2020
e28e41dd
Fix wide lines from NS() removal fallout.
Jan 09, 2020
079912de
Changes file for ticket 32887 (NS*() removal)
Jan 09, 2020
5,376 additional commits have been omitted to prevent performance issues.
Loading
Loading