Commits on Source
8432
fecd583c
rust: abort on panic in all profiles
Aug 18, 2018
a517daa5
base32_decode(): Return number of bytes written on success.
Dec 20, 2018
22c5ad68
Add base32 to the round-trip fuzzer
Dec 20, 2018
85c598cb
stats: Make PaddingStatistics depend on ExtraInfoStatistics
Jan 08, 2019
c3931714
Use openssl's version of sha3 when available.
Jan 17, 2019
9b0dd1ae
Add a function to compute an XOF in one shot.
Jan 17, 2019
b770adbd
Use crypto_xof() in hs_ntor.c.
Jan 17, 2019
d3b12248
Add a changes file for 28837 (OpenSSL sha3)
Jan 17, 2019
f632335f
Fix users of base32_decode to check for expected length in return.
Jan 17, 2019
cdda3dc4
hs: Move get_lspecs_from_node to nodelist.c
Jan 30, 2019
6170d3fc
hs: Onion services put IPv6 addresses in service descriptors
Jan 31, 2019
10455aef
Fix shellcheck warnings in test_rust.sh
Feb 01, 2019
7341d9ac
Fix all instances of SC2166 in test-network.sh
Feb 02, 2019
f888b3e2
Update test-network.sh to bash script to use array
Feb 02, 2019
d7e50866
Fix one last SC2086
Feb 02, 2019
583e2061
Add changes file
Feb 02, 2019
daff9e1b
Fix shellcheck warning in fuzz_static_testcases.sh
Feb 06, 2019
4f906186
Use env to find bash
Feb 13, 2019
ad48aab0
Let's not double-quote EXTRA_CARGO_OPTIONS after all
Feb 13, 2019
f07c6ae5
Add histogram fields in header file that allow specifying edges.
Feb 15, 2019
98af25e0
Remove start_usec/range_usec and make equivalent fields for distributions.
Feb 15, 2019
80abe417
Update all the histogram functions to use the new design.
Feb 15, 2019
3093d8af
Fix tests to use the new design.
Feb 15, 2019
361738c9
Merge branch 'bug29017-033' into bug29017-master-merge
Feb 19, 2019
a798bd40
stats: Stop reporting statistics when ExtraInfoStatistics is 0
Feb 19, 2019
6c5a506c
router: split router_build_fresh_descriptor() into static functions
Feb 19, 2019
f19b64dc
router: refactor router_build_fresh_descriptor() static function interfaces
Feb 19, 2019
a65c1019
router: check for NULL in router_build_fresh_descriptor() static functions
Feb 19, 2019
af0a43be
router: eliminate tiny router_build_fresh_descriptor() static functions
Feb 19, 2019
9cab9886
router: eliminate router_update_info_send_unencrypted()
Feb 19, 2019
a1f85586
router: Move extrainfo signing into its own function
Feb 19, 2019
a9f852a0
router: Document the additional config and state used to dump descriptors
Feb 19, 2019
7c9450fb
test_router: Add comment to explain mocking
Feb 19, 2019
53b49d1a
test_dir: Unit tests for RSA-only router and extrainfo descriptor creation
Feb 19, 2019
7a2c8dad
test_dir: Split test_dir_formats into separate rsa and rsa_ed25519 tests
Feb 19, 2019
8e5df400
test_dir: Test rsa + ed25519 extrainfo creation and parsing
Feb 19, 2019
38fc52a5
test_dir: Refactor common code out of the dir_format unit tests
Feb 19, 2019
39ab6c9f
test_dir: Test descriptor variants
Feb 19, 2019
0c0f2158
routerkeys: Log failures at info-level in make_tap_onion_key_crosscert()
Feb 19, 2019
51f59f21
router: Add some missing #endif comments
Feb 19, 2019
6c652eae
fixup! test_dir: Refactor common code out of the dir_format unit tests
Feb 20, 2019
97b9dfe3
Add a convenience macro to get a fast one-in-n calculation
Feb 20, 2019
b3416476
Remove all uses of weak_rng.
Feb 20, 2019
b3b737b8
Update pre-commit.git-hook for ticket 29553
Feb 21, 2019
c346eff2
Walk back from requiring bash
Feb 21, 2019
df8ad647
When a DirAuth checks reachability on itself and has IPv6, mark it as reachable
Feb 22, 2019
341cd6ea
histogram_edges is histogram_len long
Feb 25, 2019
331a067a
Fix dist_min_usec documentation and naming.
Feb 25, 2019
71c11d73
document picking infinity bin
Feb 25, 2019
18de065c
Switch an int32_t bin to a circpad_hist_index_t.
Feb 25, 2019
065e7da8
Re-enable and fix unit test for nofork mappings
Feb 25, 2019
626e6d2c
Merge remote-tracking branch 'tor-github/pr/684'
Feb 25, 2019
1b9e7734
Fix some error-checking logic and a misleading error message
Feb 25, 2019
e138bb8f
Downgrade some LOG_ERR messages in the address/* tests to warnings
Feb 26, 2019
cc23afdd
Changes file for backporting 29530 to 0.3.5
Feb 26, 2019
7fbfdf2a
Merge branch 'tor-github/pr/611'
Feb 26, 2019
57d33b57
Merge branch 'tor-github/pr/698'
Feb 26, 2019
35257a1c
Merge remote-tracking branch 'tor-github/pr/726' into maint-0.4.0
Feb 26, 2019
732855c2
Merge branch 'maint-0.4.0'
Feb 26, 2019
aa360b25
Fix crash bug in PT subsystem.
Feb 26, 2019
1216f995
Merge branch 'tor-github/pr/691' into maint-0.3.5
Feb 26, 2019
9c4ec414
Merge branch 'tor-github/pr/692' into maint-0.4.0
Feb 26, 2019
4746e126
Merge branch 'maint-0.3.5' into maint-0.4.0
Feb 26, 2019
ec695755
Merge branch 'maint-0.3.5'
Feb 26, 2019
e1ad2264
maint: Helpful scripts for tor maintenance
Feb 26, 2019
3ac8cdb8
Merge branch 'maint-0.4.0'
Feb 26, 2019
a5dd41b9
Merge branch 'tor-github/pr/638' into maint-0.4.0
Feb 26, 2019
2a44ee9b
Merge branch 'maint-0.4.0'
Feb 26, 2019
b402a088
Merge branch 'tor-github/pr/655'
Feb 26, 2019
39a10499
Merge branch 'tor-github/pr/729'
Feb 26, 2019
6c966b89
Merge branch 'maint-0.2.9' into maint-0.3.3
Feb 27, 2019
1a194beb
Merge branch 'maint-0.3.3' into maint-0.3.4
Feb 27, 2019
15dc3384
Merge branch 'maint-0.3.4' into maint-0.3.5
Feb 27, 2019
ef2925e7
Merge branch 'maint-0.3.5' into maint-0.4.0
Feb 27, 2019
ef12ab83
Merge branch 'maint-0.4.0'
Feb 27, 2019
4d9eb4dd
test/shared-random: Stop leaking shared random state in the unit tests
Feb 27, 2019
64e082e8
Merge branch 'bug29599_029' into bug29599_033
Feb 27, 2019
d4b7975c
test/shared-random: use sr_state_free_all() rather than sr_state_free()
Feb 27, 2019
17dd3167
Initial commit of practracker.py .
Feb 27, 2019
a7684fcb
Add some failing unittests for the function length metric.
Feb 27, 2019
56f01e58
Merge remote-tracking branch 'tor-github/pr/731' into maint-0.4.0
Feb 27, 2019
761eb4cf
Merge branch 'maint-0.4.0'
Feb 27, 2019
371ea65c
Improve #include counting func and move it to metrics.py.
Feb 27, 2019
26c4f6cf
Add more intelligent problem tracking.
Feb 27, 2019
2a722e28
Improve metrics implementation.
Feb 27, 2019
31c1d91f
Exit with 1 if new issues were found. Also work with python3.
Feb 27, 2019
a479909e
appveyor: skip two redundant builds to speed up CI on Windows
Feb 28, 2019
78bfe731
appveyor: Do the 64-bit Windows Server 2016 job first
Feb 28, 2019
c142e3d1
Set CIRCLAUNCH_NEED_UPTIME in rend_service_relaunch_rendezvous() on a...
Feb 27, 2019
3313444e
Merge branch 'maint-0.2.9' into maint-0.3.3
Feb 28, 2019
52473150
Merge branch 'maint-0.3.3' into maint-0.3.4
Feb 28, 2019
be29dfed
Merge branch 'maint-0.3.4' into maint-0.3.5
Feb 28, 2019
90c8956e
Merge branch 'maint-0.3.5' into maint-0.4.0
Feb 28, 2019
065cfc47
Merge branch 'maint-0.4.0'
Feb 28, 2019
be71cce9
Merge remote-tracking branch 'tor-github/pr/731' into maint-0.3.3
Feb 28, 2019
6a61a020
Merge branch 'maint-0.3.3' into maint-0.3.4
Feb 28, 2019
de0969ef
Merge branch 'maint-0.3.4' into maint-0.3.5
Feb 28, 2019
aef6e613
Merge branch 'maint-0.3.5' into maint-0.4.0
Feb 28, 2019
600f5f0d
Merge branch 'maint-0.4.0'
Feb 28, 2019
9b7cdd23
doc: update the man page and sample torrc for ExitRelay
Feb 28, 2019
8,332 additional commits have been omitted to prevent performance issues.
Loading
Loading