Commits on Source
18731
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
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
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
7f074e08
Merge branch 'feature13696_squashed'
Dec 08, 2015
9ce431f0
Fix spaces.
Dec 08, 2015
b701b796
Fix comment switcheroo. Spotted by skruffy
Dec 08, 2015
4a7964b3
Don't allow a rendezvous point to have a private address
Dec 08, 2015
0df014ed
mark a variable unused.
Dec 08, 2015
3a69fcb0
try a little harder with getrandom types to avoid warnings
Dec 09, 2015
2a965b75
Try to fix windows build
Dec 09, 2015
3843c661
Small cleanups and comment fixes to rng functions.
Dec 09, 2015
3d0d2a51
Fix buffer over-reads in the directory tests
Dec 09, 2015
c94aa457
Fix buffer over-reads in the rendcache tests
Dec 09, 2015
0a97a309
Remove unnecessary casting
Dec 09, 2015
3dcb7320
Add changes file for 17776
Dec 09, 2015
fbdd32eb
Mention the expected length of the digests
Dec 09, 2015
c76059ec
Assert that the directory server digest is given
Dec 09, 2015
8f48e1d6
Merge branch 'bug17776'
Dec 09, 2015
61d3364f
Fix formatting typo in manpage.
Dec 09, 2015
d6a3b1f0
changes file for bug17791
Dec 09, 2015
caff6653
Merge remote-tracking branch 'teor/first-hop-no-private'
Dec 09, 2015
db433b8d
Tweak policies_log_first_redundant_entry more.
Dec 09, 2015
580d788b
Tweak policies_log_first_redundant_entry even more
Dec 09, 2015
b3eba8ef
Merge branch 'refactor-effective-entry'
Dec 09, 2015
91ab2ac5
Assert that memory held by rephist is freed
Dec 09, 2015
13fee1ba
Try to fix windows build more.
Dec 09, 2015
631e3517
Mark a couple more arguments as unused.
Dec 09, 2015
6102efbe
Merge remote-tracking branch 'teor/fix-exitpolicy-leak'
Dec 09, 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
7e7188cb
Assert when the TLS contexts fail to initialize
Dec 10, 2015
7186e2a9
Merge remote-tracking branch 'public/feature17694_strongest_027'
Dec 10, 2015
ce3b7ddb
improve a comment in memwipe
Dec 10, 2015
390d3fa3
add a static
Dec 10, 2015
6f3f753c
Reflow and sort the changelog.
Dec 10, 2015
81c06b13
Remove already-merged changes files.
Dec 10, 2015
7fb19f1c
bump maint version to 0.2.7.6
Dec 10, 2015
f01f8e18
Merge branch 'maint-0.2.7' into release-0.2.7
Dec 10, 2015
18,631 additional commits have been omitted to prevent performance issues.
Loading
Loading