Commits on Source
18782
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
b6024ec1
prepare for a release.
Nov 20, 2015
e0fa07c0
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 20, 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
dce708d1
Fix a logic error in connection_tls_continue_handshake().
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
bb32c299
Initialise configured_addresses to a known value (NULL)
Dec 06, 2015
ba5053b4
Refactor policies_parse_exit_policy_internal
Dec 06, 2015
bca4095b
Make policies_log_first_redundant_entry take a const smartlist_t *
Dec 06, 2015
02195893
Consistently ignore multicast in internal reject private exit policies
Dec 07, 2015
fb3e862b
Update comment: get_connection_array no longer takes "n"
Dec 07, 2015
3461bcb1
Move a comment in router_get_my_descriptor to the correct line
Dec 07, 2015
b7525c39
Comment-only changes to connection_connect
Dec 07, 2015
329aa59e
Comment-only change to connection_get_by_type_addr_port_purpose
Dec 07, 2015
e8e89fd7
Merge branch 'maint-0.2.4' into maint-0.2.5
Dec 07, 2015
089ee135
Merge branch 'maint-0.2.5' into maint-0.2.6
Dec 07, 2015
9c66afe7
Merge branch 'maint-0.2.6' into maint-0.2.7
Dec 07, 2015
0ec67570
Merge branch 'maint-0.2.7'
Dec 07, 2015
f727ebcb
Merge remote-tracking branch 'teor/comments-20151204'
Dec 07, 2015
79fdfd52
Merge remote-tracking branch 'teor/exitpolicy-multicast'
Dec 07, 2015
4ae555fa
Fix memory leak in ntor test
Dec 08, 2015
d6adb26a
Add changes file for 17778
Dec 08, 2015
e9bf5846
Format IPv6 policies correctly.
Dec 08, 2015
13216087
Merge branch 'maint-0.2.7'
Dec 08, 2015
95c03b29
Fix memory leak by circuit marked for close list
Dec 08, 2015
b0867fec
Fix a compilation warning introduced by clang 3.6
Dec 08, 2015
43285257
Merge branch 'maint-0.2.4' into maint-0.2.5
Dec 08, 2015
b53ff860
Merge branch 'maint-0.2.5' into maint-0.2.6
Dec 08, 2015
eeb9751e
Merge branch 'maint-0.2.6' into maint-0.2.7
Dec 08, 2015
b585cf3c
Merge branch 'maint-0.2.7'
Dec 08, 2015
5138f5ca
Ensure node is a guard candidate when picking a directory guard
Dec 08, 2015
35deb4d4
Merge branch 'bug17772_024' into maint-0.2.4
Dec 08, 2015
c3d11b11
Merge branch 'maint-0.2.4' into maint-0.2.5
Dec 08, 2015
1adc2bf6
Merge branch 'maint-0.2.5' into maint-0.2.6
Dec 08, 2015
c6a33755
Merge branch 'maint-0.2.6' into maint-0.2.7
Dec 08, 2015
252149e8
Merge branch 'maint-0.2.7'
Dec 08, 2015
2259de0d
Always hash crypto_strongest_rand() along with some prng
Dec 08, 2015
353c7151
Add support for getrandom() and getentropy() when available
Dec 08, 2015
18,682 additional commits have been omitted to prevent performance issues.
Loading
Loading