Commits on Source
18812
d5e860e3
Add tests for src/or/directory.c
Sep 15, 2015
3b535869
Add tests for parse_port_config
Sep 15, 2015
598cd469
Make compilation work under gcc-warnings
Oct 05, 2015
017047e7
Fix all spaces
Oct 05, 2015
5cb72420
Move CL_PORT definitions so they are accessible to the tests as well
Oct 05, 2015
49eefc08
Use tor_addr_eq instead of tt_mem_op
Oct 05, 2015
f319231e
Divide the different parse_port_config groups into separate tests
Oct 05, 2015
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
dd82550a
Add missing " in AccountingMax comment in or.h
Nov 16, 2015
d3b75467
Add a missing "if" in the comment on warn_nonlocal_controller_ports
Nov 16, 2015
dc0d2b59
Don't relaunch dir requests recursively if connection_connect() returns -1
Nov 17, 2015
b6024ec1
prepare for a release.
Nov 20, 2015
e0fa07c0
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 20, 2015
604d3ee4
Comment only: crypto_seed_rng no longer has a "startup" parameter
Nov 23, 2015
84d1373b
Fix typo in comment on crypto_add_spaces_to_fp
Nov 23, 2015
5b2adfb3
Fix comments to describe actual return values (crypto.c)
Nov 23, 2015
273b267f
Fix: use the right list in find_expiring_intro_point()
Nov 23, 2015
2e9779e5
Use SHA256 in the replaycache, rather than SHA1
Nov 24, 2015
4417effa
Malformed ExtORPort entry in man page
Nov 23, 2015
690b66ce
ControlPort's section on flags wasn't indented
Nov 23, 2015
5812930d
Note in man page where users can file bugs
Nov 23, 2015
1193647a
Replace 'SOCKSPort' with 'SocksPort'
Nov 23, 2015
ff54cc84
add SHA512 support to crypto
Nov 24, 2015
961db64d
Rename RecommendedPackageVersions to RecommendedPackages
Nov 23, 2015
91b0ba1d
TestingLinkCertLifetime was misnamed as 'TestingLinkCertifetime'
Nov 23, 2015
69541230
implement teor's comments
Nov 24, 2015
feeb3e76
Split 'slop' man page options to their own lines
Nov 23, 2015
1a7f6df6
add changes for feature17663
Nov 24, 2015
8661b4b5
Drop HidServDirectoryV2 and VoteOnHidServDirectoriesV2
Nov 23, 2015
dd63a6a7
Fixes for tor's man page
Nov 23, 2015
23b08890
Refuse to make direct connections to private OR addresses
Nov 25, 2015
45f2e7ec
fixup! Refuse to make direct connections to private OR addresses
Nov 25, 2015
be30c61a
Merge branch 'maint-0.2.7'
Nov 25, 2015
2079ec9e
Merge remote-tracking branch 'teor/feature8961-replaycache-sha256'
Nov 25, 2015
74e5385d
Merge remote-tracking branch 'gtank/feature17663'
Nov 25, 2015
7194d3d9
Tweak gtank's sha512 patch a little
Nov 25, 2015
ab1bc38d
Merge remote-tracking branch 'atagar/man_page_fixes'
Nov 25, 2015
45caeec9
Merge remote-tracking branch 'teor/comments-20151123'
Nov 25, 2015
dce708d1
Fix a logic error in connection_tls_continue_handshake().
Nov 25, 2015
fe8eb9b3
Merge remote-tracking branch 'public/decouple_dir_request_failed'
Nov 25, 2015
232ccc18
Include netinet/in.h (if detected) in check for net/pfvar.h
Nov 25, 2015
62aad9c0
Merge branch 'maint-0.2.7'
Nov 25, 2015
a09e7cd3
fixup! Block OutboundBindAddressIPv[4|6]_ and configured ports on exit relays
Nov 25, 2015
c59c622d
Initialize libevent before periodic events
Nov 25, 2015
5dff4ae0
Attempt to make openbsd compilation happier with libevent2 installed
Nov 25, 2015
289b184e
Merge branch 'bug17654_try1'
Nov 25, 2015
b1b8f798
Check the return value of HMAC in crypto.c and assert on error
Nov 26, 2015
e14f9dd4
fixup! Add controller getinfo exit-policy/reject-private
Nov 25, 2015
c875265b
Merge remote-tracking branch 'teor/check-crypto-errors-v2'
Nov 25, 2015
dedea28c
Make crypto_seed_rng() and crypto_rand() less scary.
Nov 25, 2015
10fdee62
Add crypto-initializer functions to those whose return values must be checked
Nov 25, 2015
ddcbe264
Now that crypto_rand() cannot fail, it should return void.
Nov 25, 2015
1cfa2bc8
Fix documentation for crypto_rand*
Nov 25, 2015
943369f9
Add a changes file for bug 17686
Nov 25, 2015
e5754c42
Merge branch 'bug17686_v2_027'
Nov 25, 2015
155fa2db
Add unit tests that check for common RNG failure modes
Nov 26, 2015
4e3e5264
Quote variables in case they contain spaces
Nov 26, 2015
b0e60108
Correctly free a smartlist in getinfo_helper_policies
Nov 26, 2015
fe46fffd
Fix test_tortls.c to no longer test failing crypto_rand.
Nov 26, 2015
02850541
Fix buffer size in sha512 unit test
Nov 26, 2015
09e0ae05
Merge remote-tracking branch 'teor/rand-failure-modes-v2'
Nov 26, 2015
fc264975
Unit test the full length of SHA256 and SHA512 digests
Nov 27, 2015
0c7bfb20
improve log messages to try to track down #17659
Nov 26, 2015
5665775e
Check magic number in connection_ap_attach_pending
Nov 27, 2015
a45aacd2
Use uint16_t, not in_port_t (which does not exist on Windows). See
#17638
.
Nov 27, 2015
f108be7c
Make SIZEOF_SOCKADDR return socklen_t to avoid bad compares.
Nov 27, 2015
eedef419
use sockaddr_storage for stack-allocated sockets in ersatz socketpair
Nov 27, 2015
7a6ed3e6
Fix use-after-free of stack memory in policies_parse_exit_policy*
Nov 27, 2015
3f83ea84
Fix use-after-free of stack memory in getinfo_helper_policies
Nov 27, 2015
8ce70fcb
Fix memory leak in policies test
Nov 27, 2015
85a48d5e
Merge branch 'fix-policies-memory-v2-squashed'
Nov 27, 2015
a33e9f20
Add a stack trace for help debugging one part of 17659
Nov 27, 2015
0a701e53
More fixes/debugging attempts for 17659
Nov 27, 2015
7ff18cc1
Avoid relying on malloc internals in test_rend_cache_purge.
Dec 01, 2015
be089166
Fix undefined behavior caused by memory overlap
Nov 30, 2015
e408aa3b
Add changes file for 17722
Nov 30, 2015
ee5337e9
Merge branch 'maint-0.2.7'
Nov 30, 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
dbb919cf
Update geoip and geoip6 to the December 1 2015 database.
Dec 05, 2015
16bec0df
Fix a memory leak in the exit policy parsing code
Dec 06, 2015
18,712 additional commits have been omitted to prevent performance issues.
Loading
Loading