Commits on Source
8501
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
88818eac
Cleanup shellcheck warnings in autogen.sh
Jan 18, 2019
2529b29a
Fix shellcheck warning SC2145 in torify script
Jan 19, 2019
00fff96e
Fix shellcheck warning in test_rebind.sh
Jan 22, 2019
c985940d
Add version 3 onion service support to HSFETCH
Jan 24, 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
cb107279
Warn about missing ContactInfo when MyFamily set
Jan 31, 2019
10455aef
Fix shellcheck warnings in test_rust.sh
Feb 01, 2019
a84dc197
Fix instances of SC2006 in test_keygen.sh
Feb 01, 2019
82813315
Fix instances of SC2086 in test_keygen.sh
Feb 01, 2019
3ca1d585
Fix SC2064
Feb 01, 2019
3f5459cb
Fix all instances of SC2015 in test_keygen.sh
Feb 01, 2019
0b245e41
Add changes file
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
1fc8bbff
Fix two instances of SC2004 in nagios-check-tor-authority
Feb 06, 2019
2649239c
Use mktemp to fix SC2186; also, fix SC2006.
Feb 06, 2019
7e415ec0
Fix SC2181
Feb 06, 2019
4e388060
Add changes file
Feb 06, 2019
daff9e1b
Fix shellcheck warning in fuzz_static_testcases.sh
Feb 06, 2019
8df6a65e
Fix shellcheck warning in zero_length_keys.sh
Feb 07, 2019
b53fee46
Fix SC2086 warning in test_workqueue_*.sh shell scripts
Feb 08, 2019
192b312c
Fix coverage script.
Feb 08, 2019
f2b646a2
Merge branch 'ticket29435_035' into ticket29435_040
Feb 08, 2019
f4c76661
Add a script to check for coverage nondeterminism
Feb 08, 2019
a036c018
cov-diff: better handle the case where a file stops having coverage
Feb 08, 2019
09a3c949
Add connection_dir_buf_add() helper function
Feb 09, 2019
4c102213
Use compress_dir_buf_add() function in a few places
Feb 09, 2019
8d04dc41
Add changes file
Feb 09, 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
6fdd34ac
Remove check-tor script
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
9a158a45
Bump to 0.4.1.0-alpha-dev
Feb 19, 2019
6c652eae
fixup! test_dir: Refactor common code out of the dir_format unit tests
Feb 20, 2019
485803df
Merge branch 'maint-0.4.0'
Feb 19, 2019
8a5c66cb
Merge branch 'maint-0.4.0'
Feb 19, 2019
0db0b476
Merge remote-tracking branch 'tor-github/pr/678'
Feb 19, 2019
1239e411
Merge remote-tracking branch 'tor-github/pr/694'
Feb 19, 2019
af36af1a
Merge remote-tracking branch 'tor-github/pr/683'
Feb 19, 2019
17e29bda
Merge branch 'maint-0.4.0'
Feb 19, 2019
f7092934
Merge branch 'maint-0.4.0'
Feb 19, 2019
c3fca4e4
Merge branch 'maint-0.4.0'
Feb 19, 2019
97e1539f
Merge remote-tracking branch 'tor-github/pr/706' into maint-0.4.0
Feb 19, 2019
0fc5fdc4
Merge remote-tracking branch 'tor-github/pr/659'
Feb 19, 2019
6927e9a6
Merge remote-tracking branch 'tor-github/pr/665'
Feb 19, 2019
c9ff6a7f
Mark map_anon_nofork test as skipped in 0.4.0
Feb 19, 2019
d32e4079
Downgrade some LOG_ERR messages in the address/* tests to warnings
Feb 19, 2019
b25cd5cf
Implement code to manage a per-thread instance of crypto_fast_rng()
Feb 19, 2019
208f04e9
Add a quick test for get_thread_fast_rng()
Feb 19, 2019
249319ec
fix typos from
#28614
Feb 20, 2019
ccab4347
Merge remote-tracking branch 'nickm/ticket29534_040' into maint-0.4.0
Feb 20, 2019
4d4eda89
Merge branch 'maint-0.4.0'
Feb 20, 2019
5ec65be8
Merge remote-tracking branch 'nickm/ticket29530_040' into maint-0.4.0
Feb 20, 2019
c22446e3
Merge branch 'maint-0.4.0'
Feb 20, 2019
a30f17f7
Merge branch 'tor-github/pr/696'
Feb 20, 2019
8f5a3c04
Merge branch 'tor-github/pr/675'
Feb 20, 2019
b7ad8bca
Use setrlimit instead of ulimit -c in backtrace tests
Feb 20, 2019
7037fe11
Merge branch 'tor-github/pr/700'
Feb 20, 2019
da179088
Merge branch 'tor-github/pr/687'
Feb 20, 2019
d259194c
Merge branch 'tor-github/pr/658'
Feb 20, 2019
59c3910b
Merge branch 'tor-github/pr/695'
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
34183f0d
Fix a goofy change from abcde10fce that broke test-slow linking
Feb 21, 2019
aa79196e
Merge branch 'maint-0.4.0'
Feb 21, 2019
41c2bf59
Update to 0.3.3.12
Feb 21, 2019
7614a8b6
Merge branch 'maint-0.3.3' into maint-0.3.4
Feb 21, 2019
508002a4
Bump to 0.3.4.11
Feb 21, 2019
8,401 additional commits have been omitted to prevent performance issues.
Loading
Loading