Commits on Source
8621
fecd583c
rust: abort on panic in all profiles
Aug 18, 2018
7e862c3e
check-changes: Check bugfix version formatting
Sep 18, 2018
3eafa61f
check-changes: Warn about bugfixes on future releases
Sep 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
89a0b777
rend: stop warning when clients send multiple rend establish cells
Jan 10, 2019
59a88b3c
Rename TYPE to TRANSPORT in PT STATUS messages.
Jan 14, 2019
9473a386
Update copyright script for 2019
Jan 16, 2019
2f683465
Bump copyright date to 2019
Jan 16, 2019
0981ac4c
Log more messages when failing to decode RSA keys
Jan 16, 2019
0f3d88a1
Use HW_PHYSMEM instead of HW_USERMEM in get_total_system_memory_impl
Jan 16, 2019
cbcf75d7
Update and fix a couple of comments in meminfo.c
Jan 16, 2019
f0408b84
Add changes file for bug 28981
Jan 16, 2019
16430fda
Merge branch 'maint-0.3.5'
Jan 16, 2019
f684cd80
Fail any unit test that causes an unhandled LD_BUG or LOG_ERR
Jan 16, 2019
3baf99e8
Merge branch 'ticket28668_035' into ticket28668_040
Jan 16, 2019
3da3aca0
Fix a LOG_ERR message from test_pt.c
Jan 16, 2019
7c6a8c67
Fix documentation for ClientAuth on HSv3.
Jan 16, 2019
7e1f8934
lintChanges.py: Two python re usage fixes
Jan 17, 2019
77712a5f
Merge remote-tracking branch 'tor-github/pr/645'
Jan 17, 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
c08fc2e1
Speed up the deterministic prng in test_prob_distr, by a lot.
Jan 17, 2019
81f1b89e
Better failure message on stochastic test failure
Jan 17, 2019
88818eac
Cleanup shellcheck warnings in autogen.sh
Jan 18, 2019
67f275f8
Bump to 0.4.0.1-alpha-dev
Jan 18, 2019
aaef95ad
format_changelog: treat "issue NNNN" as a track ticket
Jan 18, 2019
9d7b4f1c
Fix the year for 0.3.4.10 and 0.3.3.11
Jan 18, 2019
a8580a68
Merge branch 'maint-0.3.4' into maint-0.3.5
Jan 18, 2019
4cca7fb9
Merge branch 'maint-0.2.9' into maint-0.3.3
Jan 18, 2019
761f1bf7
Merge branch 'maint-0.3.3' into maint-0.3.4
Jan 18, 2019
d1af4d65
Merge branch 'maint-0.3.5'
Jan 18, 2019
2529b29a
Fix shellcheck warning SC2145 in torify script
Jan 19, 2019
9ce1978b
Merge branch 'bug28979_035' into maint-0.3.5
Jan 22, 2019
0ce4d23a
Merge branch 'maint-0.3.5'
Jan 22, 2019
00bc18b8
Merge remote-tracking branch 'tor-github/pr/653'
Jan 22, 2019
00fff96e
Fix shellcheck warning in test_rebind.sh
Jan 22, 2019
4159d103
Merge branch 'bug29042_035' into maint-0.3.5
Jan 22, 2019
21dd3ece
Merge branch 'maint-0.3.5'
Jan 22, 2019
d9fde876
correct bug number in 29042 changelog
Jan 22, 2019
74e41155
Merge branch 'maint-0.3.5'
Jan 22, 2019
6243133a
Fix intermittent failures of test_circuitpadding_wronghop().
Jan 22, 2019
8e1e71cc
Merge branch 'bug29122'
Jan 22, 2019
db3ee1d8
Allow getsockopt(…, SOL_SOCKET, SO_ACCEPTCONN, …) in sandbox
Jan 22, 2019
dd6c2b0a
maint-0.2.9: remove changes files that are merged in 0.2.9 releases
Jan 23, 2019
d1c0dbab
Merge branch 'maint-0.2.9' into maint-0.3.3
Jan 23, 2019
f9050681
Merge branch 'maint-0.3.4' into maint-0.3.5
Jan 23, 2019
1c5f03fb
Merge branch 'maint-0.3.3' into maint-0.3.4
Jan 23, 2019
5ec566ed
Merge branch 'maint-0.3.5'
Jan 23, 2019
712a622f
Log an HSDesc we failed to parse at Debug loglevel
Jan 23, 2019
adeeb884
Merge branch 'maint-0.3.5'
Jan 23, 2019
54c9c8b0
If address/get_if_addrs6 can't findipv6, log WARN, not ERR
Jan 23, 2019
6144cf99
Capture more BUG warnings in util/time test
Jan 23, 2019
2d74da3d
test: Fix a warning underflow in rend_cache/clean
Jan 23, 2019
d23704bf
Merge branch 'ticket28668_035' into ticket28668_040
Jan 23, 2019
8de735f0
hs-v3: fix use after free in client auth config
Jan 24, 2019
238a9080
hs-v3: add an option param to safe log functions
Jan 24, 2019
d71ca396
Another case of possible gmtime angst.
Jan 23, 2019
bbe417ae
Merge branch 'ticket28668_035' into ticket28668_040
Jan 23, 2019
99fffc6c
Add a pre-commit hook that runs code and changelog entry formatting checks
Jan 24, 2019
611e8dcd
Also run checkInclude.py before every commit
Jan 24, 2019
107e50a9
lintChanges.py didn't take a directory argument in 0.2.9
Jan 24, 2019
dd22c84c
Only run the checkIncludes.py script if it exists
Jan 24, 2019
c985940d
Add version 3 onion service support to HSFETCH
Jan 24, 2019
8b254c1c
Merge branch 'precommit_squashed'
Jan 24, 2019
e19222a0
Use tt_u64_op() in test_circuitpadding.c to fix compilation warnings
Jan 24, 2019
d9010c5b
One more 32-bit clang warning
Jan 24, 2019
790150e5
Allow empty username/password in SOCKS5 username/password auth message
Jan 26, 2019
bbd893d6
Write consensus files in binary mode
Jan 29, 2019
cdda3dc4
hs: Move get_lspecs_from_node to nodelist.c
Jan 30, 2019
58cbe517
Use RFC5737-compliant example IP addresses in manpage when describing MapAddress
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
4d7a0a13
Update Cargo.lock with new comment; suppress 29244.
Feb 01, 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
83b1ca9b
Add release note for bug 29150
Feb 02, 2019
8ea98c0f
Merge branch 'maint-0.3.3' into maint-0.3.4
Feb 05, 2019
bca25eeb
Merge branch 'maint-0.3.4' into maint-0.3.5
Feb 05, 2019
bfd1d702
Merge branch 'maint-0.3.5'
Feb 05, 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
8ca808f8
Code for anonymous mappings via mmap() or CreateFileMapping().
Feb 06, 2019
21d184a1
Remove extraneous #if/#endif wrapper in crypto_rand.c
Feb 06, 2019
a49149fc
Extract numeric CSPRNG functions into a new module.
Feb 06, 2019
8,521 additional commits have been omitted to prevent performance issues.
Loading
Loading