Commits on Source
3501
afb6ff17
Validate ed25519 keys and canonicity from circuit_n_conn_done()
Aug 06, 2020
248cbc2d
statistics: Properly count all rendezvous cells (avoid undercounting).
Sep 07, 2020
16412c69
build: updated configure.ac to allow mingw builds with static openssl and libevent
Sep 14, 2020
e9dbb5e3
Build one big .a library full of Tor's implementation.
Sep 18, 2020
4ae88192
Add TOR_TRACE_LIBS to fuzzing_include_am.py
Sep 18, 2020
6bf964a3
Renerate src/test/fuzz/include.am
Sep 18, 2020
05242f55
Pass the SOCKS request address in relay begin cells
Oct 12, 2020
dd63b972
Implement proposal 318: Limit protovers to 0..63
Oct 14, 2020
4a80dde4
Merge branch 'prop318_limit_protover_035' into prop318_limit_protover_045
Oct 14, 2020
33fb51a1
Protover: simplify implementation structure to use 64-bit property
Oct 14, 2020
93e7661f
Add a function to get an ed25519 ID from a routerinfo.
Oct 15, 2020
5718f38c
Add ed25519 identities to relay descriptions.
Oct 15, 2020
47d6eef1
Also, include ed25519 identities in connection_describe().
Oct 15, 2020
e934d713
Mark as required fields from prop315.
Oct 15, 2020
6d419a3d
test_dir_common: make sure we include pr lines. Fixes 7 tests.
Oct 16, 2020
bb275e37
Fix router/dump_router_to_string_no_bridge_distribution_method
Oct 16, 2020
36ea25c2
Fix the tests in test_microdesc.c
Oct 16, 2020
acf42254
Fix up vote tests in test_dir_handle_get.
Oct 16, 2020
769882ea
test_dir_handle_get: add ntor-onion-key to microdescriptor example
Oct 16, 2020
61a5a303
Replace the contents of test_descriptors.inc with a new set.
Oct 16, 2020
bae5ba80
Fix a couple of routerstatus-based tests.
Oct 16, 2020
84c13a35
Add pr= lines to test_dir_clip_unmeasured*.
Oct 16, 2020
5e2294c6
Fix formats_rsa_ed25519 tests.
Oct 16, 2020
98c4e218
Update slow_ed25519.py to work with python 3.
Oct 16, 2020
0031d2b0
Update makedesc.py script so that it works with python3.
Oct 16, 2020
5032b8f1
Regenerate complete failing_routerdescs.inc and adjust tests accordingly.
Oct 16, 2020
62667b49
Regenerate extample_extrainfo.inc and adjust tests.
Oct 16, 2020
4298d877
Split required/recommended protocol lists into multiple lines
Oct 18, 2020
d872c692
Update required/recommended protocol versions.
Oct 18, 2020
5248d08e
Consider 301 as an error like 404
Oct 20, 2020
579f200e
Merge branch 'mr_175_squashed'
Oct 20, 2020
66cd12e0
reindent changes/ticket40053
Oct 20, 2020
0668437b
Set is_padding_timer_scheduled to 0
Oct 20, 2020
bb970742
Allow mutiple lines on configuration for ROUTERSET entries.
#28361
Oct 21, 2020
c9ddf191
Make "check-changes" work on bug32671.
Oct 21, 2020
0d420918
main: Off by one when dumping subsystem list
Oct 21, 2020
00118355
Turn ConsensusParams into a Linelist
Oct 22, 2020
e834702f
Changes file for ticket 40127
Oct 23, 2020
29080866
Merge branch 'combined_libs'
Oct 23, 2020
fd58e74d
Update required/recommended protocol lists more systematically
Oct 23, 2020
f43fe890
Merge remote-tracking branch 'tor-gitlab/mr/127'
Oct 23, 2020
07f2a06c
Merge remote-tracking branch 'tor-gitlab/mr/169' into master
Oct 26, 2020
c1bcc1da
Make ticket40164 compliant with style
Oct 26, 2020
c90535c5
Merge branch 'maint-0.4.4'
Oct 26, 2020
683c7942
Merge branch 'tor-gitlab/mr/176'
Oct 27, 2020
6338fc2a
Merge branch 'tor-gitlab/mr/173'
Oct 27, 2020
26cfac18
Merge branch 'tor-gitlab/mr/176' into maint-0.4.4
Oct 27, 2020
bd582583
Merge branch 'maint-0.4.4'
Oct 27, 2020
ec731290
lib: New metrics library
Oct 27, 2020
a882d1bf
metrics: New feature module to track tor metrics
Oct 27, 2020
4f5cea1f
conn: New Metrics listener port
Oct 27, 2020
50f44afe
hs: New metrics module
Oct 27, 2020
69595751
hs: Always note the virtual port in the ident
Oct 27, 2020
2fe0322f
hs: Collect service traffic metrics
Oct 27, 2020
c081bee3
hs: Collect rendezvous circuit metrics
Oct 27, 2020
97731196
hs: Collect introduction circuit metrics
Oct 27, 2020
04ff22dc
man: Add the MetricsPort manpage entry
Oct 27, 2020
1c06c9f1
doc: Initial documentation of the lib/metrics
Oct 27, 2020
f2e42045
changes: File for ticket 40063, the MetricsPort
Oct 27, 2020
4c19eed3
tests: Fix unit tests after adding new HS metrics module
Oct 27, 2020
f65c0820
test: Metrics tests for lib/ and feature/
Oct 27, 2020
238340ce
test: Add test for onion service metrics module
Oct 27, 2020
5de66739
metrics: Add tor_ namespace to all metrics
Oct 27, 2020
362229f1
lib/metrics: Fix wrong macro expansion
Oct 27, 2020
0c79cddc
Avoid asserts with flag
Oct 27, 2020
09b3af57
Stop forcing IPv4 and IPv6 traffic on non-SOCKSPorts
Oct 27, 2020
2edda444
test: Missing tor_free() in metrics unit tests
Oct 28, 2020
ec7a6757
Removes trailing spaces in control event log
Oct 28, 2020
4520fbc0
adds change file
Oct 28, 2020
51182252
Revise fix for bug 32178 (spaces at end of log msg).
Oct 28, 2020
d9221968
Include a more modest openssl header in crypto_openssl_mgt.h
Oct 28, 2020
e399d32c
configure: disable OpenSSL deprecation warnings with OpenSSL >= 3
Oct 28, 2020
2b4a3d07
Do not define OPENSSL_VERSION in compat_openssl.h
Oct 28, 2020
59f76a8a
Changes file for #40165 (openssl deprecation warnings)
Oct 28, 2020
c48d25ac
Fix a previously overstrict log message check.
Oct 28, 2020
c37d05d0
Merge remote-tracking branch 'tor-gitlab/mr/171'
Oct 28, 2020
3f442987
Log a warning if Tor was built with any "risky" compile-time options
Oct 28, 2020
03be7de1
Merge branch 'maint-0.4.4'
Oct 28, 2020
4876409c
Merge branch 'maint-0.3.5' into maint-0.4.3
Oct 28, 2020
b0e6ec62
Merge branch 'maint-0.4.3' into maint-0.4.4
Oct 28, 2020
f7d0bde4
Remove "GETINFO network-status".
Oct 28, 2020
df163760
Fix duplicate typedef in metrics_store_entry.h
Oct 28, 2020
54e61094
Merge remote-tracking branch 'tor-gitlab/mr/174' into master
Oct 30, 2020
148b5b03
Merge branch 'bug40080_035'
Oct 30, 2020
7e56f803
Start a changelog for 0.4.5.1-alpha.
Oct 30, 2020
e6d3836d
Minor edits to changelog headers
Oct 30, 2020
4c165aca
Run format_changelog
Oct 30, 2020
013550d6
Sorting and editing on the changelog.
Oct 30, 2020
e01f586e
Bump version to 0.4.5.1-alpha
Oct 30, 2020
6e25c49f
Full round of edits on ChangeLog
Oct 30, 2020
f3b9be44
Implement WIN32 tor_cond_wait using condition variables #30187
Nov 01, 2020
1fd05805
Edits on ChangeLog from seborn.
Nov 01, 2020
26679713
rewrap changelog
Nov 01, 2020
aa852840
Update to 0.4.5.1-alpha-dev
Nov 01, 2020
7a75a106
Fix another duplicate typedef.
Nov 02, 2020
dc6438b5
or: Missing .inc file in include.am
Nov 02, 2020
8b240fbe
Merge branch 'tor-gitlab/mr/188'
Nov 02, 2020
474369e3
Merge branch 'tor-gitlab/mr/186'
Nov 02, 2020
62d682e6
Make room for v3: Rename rephist objects to signify they are v2-only.
Nov 02, 2020
1de78436
Make room for v3: s/hs_stats/hs_v2_stats/
Nov 02, 2020
3,401 additional commits have been omitted to prevent performance issues.
Loading
Loading