Commits on Source
18307
976f392f
Changelog for 0.2.7.4-rc (plan to release tomorrow)
Oct 19, 2015
67f0b51c
Merge branch 'maint-0.2.7' into release-0.2.7
Oct 19, 2015
47649a55
missing parenthesis
Oct 20, 2015
fbaee1bf
tomorrow, not tonight.
Oct 20, 2015
ff174995
Merge branch 'maint-0.2.7' into release-0.2.7
Oct 21, 2015
cc3ce685
Fold new entries into ChangeLog for 0.2.7.4-rc
Oct 21, 2015
3f3a753e
Reflow changelog
Oct 21, 2015
cd8a62a6
Merge branch 'maint-0.2.7' into release-0.2.7
Oct 21, 2015
89a9d8c8
More 0274-rc changelog updating
Oct 21, 2015
1512e7e5
Edit some changelog text
Oct 21, 2015
08b96160
Edit more changelog text (thanks to rl1987 for noticing)
Oct 21, 2015
5f60216b
Reflow changelog
Oct 21, 2015
f55d23e1
remove a comma that coderman didn't like
Oct 21, 2015
7bce3efb
Start the ReleaseNotes for 0.2.7.5.
Nov 05, 2015
6292a3fc
Remove all bugfix-on-0.2.7.x items from ReleaseNotes
Nov 05, 2015
99d39e93
Re-order and condense some ReleaseNotes items
Nov 05, 2015
4dd7a55c
start trying to write a blurb
Nov 10, 2015
e46ea4a7
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 13, 2015
0549c019
add a dedication paragraph; reflow another.
Nov 13, 2015
b6024ec1
prepare for a release.
Nov 20, 2015
e0fa07c0
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 20, 2015
fcc6541f
src/common/compat.c:tor_vasprintf() - changed vsnprintf() to tor_vsnprintf()...
Dec 01, 2015
86a5305d
ext/eventdns.c multiple replacements of snprintf() with tor_snprintf() which...
Dec 01, 2015
b3639c82
src/common/compat.c:tor_vasprintf() - vsnprintf() was properly checked but...
Dec 01, 2015
4a7964b3
Don't allow a rendezvous point to have a private address
Dec 08, 2015
b2a53e8c
Merge branch 'maint-0.2.7' into release-0.2.7
Dec 10, 2015
9236e504
fold in the changes entries
Dec 10, 2015
6f3f753c
Reflow and sort the changelog.
Dec 10, 2015
f01f8e18
Merge branch 'maint-0.2.7' into release-0.2.7
Dec 10, 2015
31b337d2
tweak 0276 changelog; copy it into the releasenotes
Dec 10, 2015
1979414f
Use the correct bug #. Thanks, skruffy
Dec 10, 2015
7a489a63
Use the correct bug #. For real this time. Thanks again, skruffy
Dec 10, 2015
39b597c2
Restrict the meaning of digests_t to sha1+sha256.
Jan 27, 2016
b860f82d
Treat bt_test.py failures as "SKIP" on freebsd.
Feb 01, 2016
8a4bba06
Rename crypto_digest_all, and digests_t.
Feb 10, 2016
9746aed2
Another automated rename.
Feb 10, 2016
a8d69895
Whitespace fixes
Feb 10, 2016
a874d66e
Handle the case where tor-gencert gets a passphrase with no NL
Feb 12, 2016
4e19133d
src/common/util.c:expand_filename() - Perhaps use GetFullPathName() as a form...
Feb 16, 2016
f48c607f
Harden check_private_dir() to remove any potential race.
Feb 16, 2016
75daeb5c
changes file for bug17852
Feb 16, 2016
5cd6c577
Merge branch 'bug17852_revised'
Feb 16, 2016
31c96a36
Fix a NULL dereference on unit test failure. CID 1353177.
Feb 16, 2016
54949384
Set or_ap/dir_ap.port on the invalid addr case. Bug in no released Tor. CID 1353178 and 1353179.
Feb 16, 2016
13a85718
Add onion address to the HS_DESC UPLOADED event
Feb 17, 2016
25543387
Ensure relays must use IPv4, and can use IPv6
Feb 20, 2016
a4eddfff
Refactor fascist_firewall_allows_address without changing behaviour
Feb 20, 2016
a4853f1b
Make some fascist_firewall_choose_address* functions static
Feb 20, 2016
4afb1072
Refactor IPV6_OR_LOOKUP into fascist_firewall_choose_address_rs
Feb 20, 2016
c281c036
If both IPv4 and IPv6 addresses could be used, choose one correctly
Feb 20, 2016
be16c16b
Downgrade directory preference warning to info level
Feb 20, 2016
d359cfab
Update unit tests for fascist_firewall_choose_address*
Feb 21, 2016
0ba672a7
Changes file for bug 18348.
Feb 21, 2016
a9993a92
fix two typos in comments
Feb 22, 2016
c6952f65
new microdescs mean progress towards bootstrapping
Feb 22, 2016
43193ec8
refactor directory_info_has_arrived so we can quiet the logs
Feb 22, 2016
56c5e282
avoid extra LOG_NOTICE for every new microdesc batch
Feb 22, 2016
e3eaee1d
avoid redundant bootstrap events if the number of descs we just fetched is 0
Feb 22, 2016
60efce44
Enable ed25519 collator in voting.
Feb 22, 2016
2240aa12
Merge branch 'bug16023_028_01_squashed'
Feb 22, 2016
a5081191
Update to trunnel 1.4.4 to fix 18373
Feb 22, 2016
1e995084
Define O_NOFOLLOW on platforms that do not have it
Feb 22, 2016
ef42c00c
asan does not like TO_CONN(NULL)
Feb 22, 2016
bb431ad3
Add a missing free in parsing an :auto port
Feb 22, 2016
041d6482
Fix a bunch of memory leaks in the unit tests
Feb 22, 2016
4cc50ee8
Small fixup on last fix to test leaks
Feb 22, 2016
e019e11e
Another memory leak in the tests
Feb 22, 2016
cda23817
Appease make check-spaces
Feb 23, 2016
b3534dfc
Add missing check to test_address_get_if_addrs_ifaddrs. Bug 18378
Feb 23, 2016
e202f3a1
Fix an erroneous renaming
Feb 23, 2016
882e0fbd
Merge branch 'bug17795'
Feb 23, 2016
21f72990
Simple fix for integer overflow in smartlist_heapify.
Feb 23, 2016
48c1c028
Merge branch 'bug18296_squashed'
Feb 23, 2016
e88686cb
Merge remote-tracking branch 'teor/bug18348-v2'
Feb 23, 2016
d3af4f4e
Merge remote-tracking branch 'arma/bug16825'
Feb 23, 2016
31c7a65d
Document required autotools versions
Feb 23, 2016
94c8f360
Replace two instances of N_DIGEST_ALGORITHMS.
Feb 23, 2016
67e5d49d
Make clang asan work with FORTIFIED_SOURCE again.
Feb 23, 2016
a7f303a4
Merge branch 'maint-0.2.7'
Feb 23, 2016
1318c161
Another clang+_FORTIFY_SOURCE issue
Feb 23, 2016
9ab1037d
Silence clang-scan warnings in ed25519_donna
Feb 24, 2016
73c433a4
Remove the freelist from memarea.c
Feb 24, 2016
ba0ddd74
Fix a leak in test_have_enough_mem_for_dircache
Feb 24, 2016
a3f764ea
Fix memory leaks in routerlist/pick_directory_server_impl test
Feb 24, 2016
f2e23d5a
Fix a huge number of leaks in test_config.c
Feb 24, 2016
040ec4d0
Repare dependency in "make test-stem".
Feb 24, 2016
7a782820
Make the sandbox work again with chutney.
Feb 24, 2016
b76b9d77
Changes file for bug 18384: bugfix on
0f3eeca9
in 0.2.7.2-alpha.
Feb 25, 2016
7255b112
Fix check_private_dir() to work on Windows again.
Feb 25, 2016
3687526c
Merge remote-tracking branch 'teor/bug18384'
Feb 25, 2016
8e103cb2
Set EXCLUSIVEADDRUSE on Win32 to avoid a local port-stealing attack
Feb 26, 2016
af88e8f2
Add missing man page option from
#4483
(
35bbf2e4
)
Feb 26, 2016
95800369
Check if fallback directories can serve the consensus fast enough
Feb 27, 2016
a6017d61
Fix minor fallback directory script issues with time zones
Feb 27, 2016
e2202146
Update default fallback directories for 0.2.8.2-alpha (Feb 2016)
Feb 27, 2016
0a276947
Merge branch 'bug18392'
Feb 27, 2016
d5cbc21a
Fix an unused-variable warning
Feb 27, 2016
fe6ca826
Make sure that every module in src/or has a brief description.
Feb 27, 2016
23f8c9b3
Add a brief file-level description for everything in src/common
Feb 27, 2016
f4864d37
It appears I added an empty file by mistake.
Feb 27, 2016
18,207 additional commits have been omitted to prevent performance issues.
Loading
Loading