[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit 35edd74e25cb077a89a9d6c14e542d1d1ffc7c8e Merge: d14b009 5d45a26 Author: Nick Mathewson Date: Wed Oct 21 10:56:40 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' src/or/rendcache.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor/master] Fix memory leak in rend_cache_failure_entry_free()

2015-10-21 Thread nickm
commit aa96abe66b7ac507e927d4cfe37d78eaf754179e Author: Nick Mathewson Date: Wed Oct 21 10:52:57 2015 -0400 Fix memory leak in rend_cache_failure_entry_free() Bug 17402. --- changes/bug17402 |3 +++ src/or/rendcache.c | 14 +- 2 files

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit a5e873ff29d066532322a6946c2bc4d034be8c2d Merge: 6ef3531 03eb999 Author: Nick Mathewson Date: Wed Oct 21 10:28:16 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' src/or/rendcache.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)

[tor-commits] [tor/release-0.2.7] Fix an (unreachable) memory leak in rendcache.c

2015-10-21 Thread nickm
commit 03eb999d42a582bece2063fc06f34fad72e05be5 Author: Nick Mathewson Date: Wed Oct 21 10:27:19 2015 -0400 Fix an (unreachable) memory leak in rendcache.c The 0.2.8 unit tests provoke this leak, though I don't think it can happen IRL. ---

[tor-commits] [tor/maint-0.2.7] Fix a memory leak in reading an expired ed signing key.

2015-10-21 Thread nickm
commit 9c4a0aef0c0d8e1c3ad8d9ed7b655eae8a175ccb Author: Nick Mathewson Date: Wed Oct 21 11:16:28 2015 -0400 Fix a memory leak in reading an expired ed signing key. Closes 17403. --- changes/bug17403|3 +++ src/or/routerkeys.c |2 ++ 2 files

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit 46cd466decfcf05cc7588256aa7e9491a7c9e918 Merge: 34b4da7 5b20701 Author: Nick Mathewson Date: Wed Oct 21 10:00:52 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17401 |3 +++ src/or/rendcache.c |2 +- 2 files changed, 4

[tor-commits] [tor/master] Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind

2015-10-21 Thread nickm
commit 5b2070198a9fa7d19f50ba165dc6ff274ffe073a Author: Nick Mathewson Date: Wed Oct 21 09:59:19 2015 -0400 Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind --- changes/bug17401 |3 +++ src/or/rendcache.c |3 ++- 2 files

[tor-commits] [tor/master] More leaks here

2015-10-21 Thread nickm
commit 6ef35319d9d2f9ed5cdd6f73089029c7cfce0d43 Author: Nick Mathewson Date: Wed Oct 21 10:28:10 2015 -0400 More leaks here --- src/test/test_rendcache.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/test/test_rendcache.c

[tor-commits] [tor/master] Fix an (unreachable) memory leak in rendcache.c

2015-10-21 Thread nickm
commit 03eb999d42a582bece2063fc06f34fad72e05be5 Author: Nick Mathewson Date: Wed Oct 21 10:27:19 2015 -0400 Fix an (unreachable) memory leak in rendcache.c The 0.2.8 unit tests provoke this leak, though I don't think it can happen IRL. ---

[tor-commits] [tor/maint-0.2.7] Fix memory leak in rend_cache_failure_entry_free()

2015-10-21 Thread nickm
commit aa96abe66b7ac507e927d4cfe37d78eaf754179e Author: Nick Mathewson Date: Wed Oct 21 10:52:57 2015 -0400 Fix memory leak in rend_cache_failure_entry_free() Bug 17402. --- changes/bug17402 |3 +++ src/or/rendcache.c | 14 +- 2 files

[tor-commits] [tor/maint-0.2.7] Whoops; infinite recursion

2015-10-21 Thread nickm
commit 5d45a26f39816c17459a3c71617cddcd3d19cea6 Author: Nick Mathewson Date: Wed Oct 21 10:56:27 2015 -0400 Whoops; infinite recursion --- src/or/rendcache.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendcache.c

[tor-commits] [tor/release-0.2.7] Fold new entries into ChangeLog for 0.2.7.4-rc

2015-10-21 Thread nickm
commit cc3ce6854872fb9b06fbb5bb188c1c58585af282 Author: Nick Mathewson Date: Wed Oct 21 11:09:16 2015 -0400 Fold new entries into ChangeLog for 0.2.7.4-rc --- ChangeLog | 10 ++ changes/bug15609 |2 --

[tor-commits] [tor/maint-0.2.7] Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind

2015-10-21 Thread nickm
commit 5b2070198a9fa7d19f50ba165dc6ff274ffe073a Author: Nick Mathewson Date: Wed Oct 21 09:59:19 2015 -0400 Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind --- changes/bug17401 |3 +++ src/or/rendcache.c |3 ++- 2 files

[tor-commits] [tor/master] Whoops; infinite recursion

2015-10-21 Thread nickm
commit 5d45a26f39816c17459a3c71617cddcd3d19cea6 Author: Nick Mathewson Date: Wed Oct 21 10:56:27 2015 -0400 Whoops; infinite recursion --- src/or/rendcache.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendcache.c

[tor-commits] [tor/master] Fix a bunch more memory leaks in the tests.

2015-10-21 Thread nickm
commit 34b4da709d04a64e52f023f7fa54fdbab270546f Author: Nick Mathewson Date: Wed Oct 21 10:00:05 2015 -0400 Fix a bunch more memory leaks in the tests. --- doc/HACKING/WritingTests.txt |4 +- src/or/rendcache.c |3 +- src/test/test_rendcache.c|

[tor-commits] [tor/release-0.2.7] Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind

2015-10-21 Thread nickm
commit 5b2070198a9fa7d19f50ba165dc6ff274ffe073a Author: Nick Mathewson Date: Wed Oct 21 09:59:19 2015 -0400 Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind --- changes/bug17401 |3 +++ src/or/rendcache.c |3 ++- 2 files

[tor-commits] [tor/release-0.2.7] Merge branch 'maint-0.2.7' into release-0.2.7

2015-10-21 Thread nickm
commit ff174995f07747628ad1e71fd344fc27e88a70ed Merge: fbaee1b 5d45a26 Author: Nick Mathewson Date: Wed Oct 21 11:06:47 2015 -0400 Merge branch 'maint-0.2.7' into release-0.2.7 changes/bug17398|3 +++ changes/bug17401|3 +++

[tor-commits] [tor/master] Fix all leaks (and an introduced failure) in the rendcache tests

2015-10-21 Thread nickm
commit 9f5210ae4647749372c022b804dccbc73240aa0e Author: Nick Mathewson Date: Wed Oct 21 11:05:27 2015 -0400 Fix all leaks (and an introduced failure) in the rendcache tests --- src/test/test_rendcache.c | 13 + 1 file changed, 9 insertions(+), 4

[tor-commits] [tor/release-0.2.7] Fix memory leak in rend_cache_failure_entry_free()

2015-10-21 Thread nickm
commit aa96abe66b7ac507e927d4cfe37d78eaf754179e Author: Nick Mathewson Date: Wed Oct 21 10:52:57 2015 -0400 Fix memory leak in rend_cache_failure_entry_free() Bug 17402. --- changes/bug17402 |3 +++ src/or/rendcache.c | 14 +- 2 files

[tor-commits] [tor/release-0.2.7] Fix a memory leak; bug 17398.

2015-10-21 Thread nickm
commit 542cc8a5fff7b566cb44185e1fb6aae8ff469a16 Author: Nick Mathewson Date: Wed Oct 21 08:17:07 2015 -0400 Fix a memory leak; bug 17398. --- changes/bug17398|3 +++ src/common/crypto_ed25519.c |1 + 2 files changed, 4 insertions(+) diff --git

[tor-commits] [tor/release-0.2.7] Whoops; infinite recursion

2015-10-21 Thread nickm
commit 5d45a26f39816c17459a3c71617cddcd3d19cea6 Author: Nick Mathewson Date: Wed Oct 21 10:56:27 2015 -0400 Whoops; infinite recursion --- src/or/rendcache.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendcache.c

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit 52fd384a465ba91762bc4f71d239ed1e5150f947 Merge: f41be5f 9c4a0ae Author: Nick Mathewson Date: Wed Oct 21 11:18:11 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17403|3 +++ src/or/routerkeys.c |2 ++ 2 files changed, 5

[tor-commits] [torspec/master] Simplify implementation: avoid timers & additional connection lists

2015-10-21 Thread nickm
commit 5a86ea11743f83f69838674a81e1bb284320bd28 Author: teor (Tim Wilson-Brown) Date: Sat Oct 3 22:37:20 2015 +0200 Simplify implementation: avoid timers & additional connection lists --- .../210-faster-headless-consensus-bootstrap.txt| 42 ++-- 1

[tor-commits] [torspec/master] prop 210 further clarifications

2015-10-21 Thread nickm
commit 13c75f888cf9ac401eab674a7b4652bab3d21c5d Author: teor (Tim Wilson-Brown) Date: Sat Oct 17 16:33:02 2015 +1100 prop 210 further clarifications --- .../210-faster-headless-consensus-bootstrap.txt| 77 ++-- 1 file changed, 38 insertions(+), 39

[tor-commits] [torspec/master] fixup prop 210 split relay and client schedules

2015-10-21 Thread nickm
commit e7c05956cf7f175ec3c6c8d7117def3f4d4c649a Author: teor (Tim Wilson-Brown) Date: Sun Oct 4 22:16:41 2015 +0200 fixup prop 210 split relay and client schedules Also improve implementation notes. --- .../210-faster-headless-consensus-bootstrap.txt| 103

[tor-commits] [torspec/master] fixup name the right function in 210

2015-10-21 Thread nickm
commit 5149a07d896e212655992468dbb1edc980c9d0d2 Author: teor (Tim Wilson-Brown) Date: Sat Oct 3 22:44:35 2015 +0200 fixup name the right function in 210 --- .../210-faster-headless-consensus-bootstrap.txt| 27 1 file changed, 17

[tor-commits] [torspec/master] Ignore OS X's .DS_Store directory metadata files

2015-10-21 Thread nickm
commit 2f13c587f0d30a4836194e5dfeaef060ce239179 Author: teor (Tim Wilson-Brown) Date: Mon Oct 19 06:28:13 2015 +1100 Ignore OS X's .DS_Store directory metadata files --- .gitignore |2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index

[tor-commits] [torspec/master] Merge remote-tracking branch 'teor/gitignore-osx'

2015-10-21 Thread nickm
commit 29435e0051967a3e4b0dfe8401fd1325b5f5ddf5 Merge: 3bac19d 2f13c58 Author: Nick Mathewson Date: Wed Oct 21 12:20:03 2015 -0400 Merge remote-tracking branch 'teor/gitignore-osx' .gitignore |2 ++ 1 file changed, 2 insertions(+)

[tor-commits] [torspec/master] Modify 210-faster...consensus-bootstrap for exponential backoff

2015-10-21 Thread nickm
commit fc4256c9073161cac5d8fe1a303b2901d18ecf25 Author: teor (Tim Wilson-Brown) Date: Fri Oct 2 15:46:54 2015 +0200 Modify 210-faster...consensus-bootstrap for exponential backoff To implement #4483 we need to contact multiple directory mirrors to increase

[tor-commits] [tor/maint-0.2.7] Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

2015-10-21 Thread nickm
commit b809c265e77f4528b59aa3932a3cde8bf5e19fb3 Merge: 9c4a0ae 35bf07b Author: Nick Mathewson Date: Wed Oct 21 11:51:03 2015 -0400 Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 changes/bug17404|6 ++ src/common/tortls.c |4

[tor-commits] [tor/maint-0.2.7] Check for len < 4 in dn_indicates_v3_cert

2015-10-21 Thread nickm
commit 35bf07b8d67d018f7740ca195cf8c7c86b1b4ef9 Author: Nick Mathewson Date: Wed Oct 21 11:44:43 2015 -0400 Check for len < 4 in dn_indicates_v3_cert Without this check, we potentially look up to 3 characters before the start of a malloc'd segment, which

[tor-commits] [tor/maint-0.2.7] Fix the return value

2015-10-21 Thread nickm
commit 9459ae260e3ae428283c3b45d08aaef6ef9f6fa3 Author: Nick Mathewson Date: Wed Oct 21 12:01:05 2015 -0400 Fix the return value --- src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tortls.c b/src/common/tortls.c

[tor-commits] [tor/maint-0.2.7] Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

2015-10-21 Thread nickm
commit 4fb49069753c37a2425427864212bc3a1f49d980 Merge: b809c26 9459ae2 Author: Nick Mathewson Date: Wed Oct 21 12:02:42 2015 -0400 Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [tor/master] Fix the return value

2015-10-21 Thread nickm
commit 9459ae260e3ae428283c3b45d08aaef6ef9f6fa3 Author: Nick Mathewson Date: Wed Oct 21 12:01:05 2015 -0400 Fix the return value --- src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tortls.c b/src/common/tortls.c

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

2015-10-21 Thread nickm
commit b809c265e77f4528b59aa3932a3cde8bf5e19fb3 Merge: 9c4a0ae 35bf07b Author: Nick Mathewson Date: Wed Oct 21 11:51:03 2015 -0400 Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 changes/bug17404|6 ++ src/common/tortls.c |4

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit 895a98dbaf9619c8a24ef872bfeca84a764a6ccb Merge: 52fd384 b809c26 Author: Nick Mathewson Date: Wed Oct 21 11:53:00 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17404|6 ++ src/common/tortls.c |4 2 files changed,

[tor-commits] [doctor/master] Send fingerprint change notifications to me too

2015-10-21 Thread atagar
commit e846f57a20c977e9b68b412320ced55e2ef7f4e6 Author: Damian Johnson Date: Wed Oct 21 09:17:16 2015 -0700 Send fingerprint change notifications to me too Turns out I'm not on bad-relays@. Adding myself so I get the notices too. ---

[tor-commits] [tor/master] resolve some leaks in test_tortls.c

2015-10-21 Thread nickm
commit 2acf72795ae8e91d070ae4d0bfd10ebc72acf6cd Author: Nick Mathewson Date: Wed Oct 21 12:41:00 2015 -0400 resolve some leaks in test_tortls.c --- src/test/test_tortls.c | 35 +-- 1 file changed, 29 insertions(+), 6 deletions(-)

[tor-commits] [torspec/master] fixup Add IPv4 and IPv6, make an auth connection early

2015-10-21 Thread nickm
commit e468e802980b2b4846b33fa615b19a1eab215956 Author: teor (Tim Wilson-Brown) Date: Fri Oct 2 17:39:46 2015 +0200 fixup Add IPv4 and IPv6, make an auth connection early Make one authority connection early so the client can check its clock. Redo the

[tor-commits] [torspec/master] fixup Rewrite summary section for revised connection schedule

2015-10-21 Thread nickm
commit bdfce76e8a8ad5c7277300bebe8f7ed3478b304e Author: teor (Tim Wilson-Brown) Date: Fri Oct 2 17:53:36 2015 +0200 fixup Rewrite summary section for revised connection schedule And various other fixups --- .../210-faster-headless-consensus-bootstrap.txt|

[tor-commits] [torspec/master] Merge remote-tracking branch 'teor/bootstrap-exponential-backoff-v2'

2015-10-21 Thread nickm
commit 3bac19d0b31b54156ff42cda68dfa093e8d9552e Merge: bc6855e 13c75f8 Author: Nick Mathewson Date: Wed Oct 21 11:55:25 2015 -0400 Merge remote-tracking branch 'teor/bootstrap-exponential-backoff-v2' .../210-faster-headless-consensus-bootstrap.txt| 231

[tor-commits] [stem/master] Mention get_hidden_service_conf() in get_conf_map()

2015-10-21 Thread atagar
commit 72fe9ff5299178a4597fdb4bfa28cf9f8c6ca35c Author: Damian Johnson Date: Wed Oct 21 08:51:37 2015 -0700 Mention get_hidden_service_conf() in get_conf_map() Mentioning that there's another method that's preferable for fetching hidden service

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

2015-10-21 Thread nickm
commit 4fb49069753c37a2425427864212bc3a1f49d980 Merge: b809c26 9459ae2 Author: Nick Mathewson Date: Wed Oct 21 12:02:42 2015 -0400 Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit f217b24e051af2046ff03cb64fd9345967e777dd Merge: 895a98d 4fb4906 Author: Nick Mathewson Date: Wed Oct 21 12:03:04 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [tor/master] Check for len < 4 in dn_indicates_v3_cert

2015-10-21 Thread nickm
commit 35bf07b8d67d018f7740ca195cf8c7c86b1b4ef9 Author: Nick Mathewson Date: Wed Oct 21 11:44:43 2015 -0400 Check for len < 4 in dn_indicates_v3_cert Without this check, we potentially look up to 3 characters before the start of a malloc'd segment, which

[tor-commits] [tor/maint-0.2.7] Note that you can use a unix domain socket for hsport

2015-10-21 Thread nickm
commit 7b859fd8c558c9cf08add79db87fb1cb76537535 Author: Nick Mathewson Date: Wed Oct 21 12:22:05 2015 -0400 Note that you can use a unix domain socket for hsport --- changes/bug17364 |3 +++ doc/tor.1.txt|4 ++-- 2 files changed, 5 insertions(+), 2

[tor-commits] [tor/maint-0.2.7] Fix an (unreachable) memory leak in rendcache.c

2015-10-21 Thread nickm
commit 03eb999d42a582bece2063fc06f34fad72e05be5 Author: Nick Mathewson Date: Wed Oct 21 10:27:19 2015 -0400 Fix an (unreachable) memory leak in rendcache.c The 0.2.8 unit tests provoke this leak, though I don't think it can happen IRL. ---

[tor-commits] [tor/release-0.2.7] Reflow changelog

2015-10-21 Thread nickm
commit 3f3a753e36a3d6114fcaa7059a534317f5a59fc0 Author: Nick Mathewson Date: Wed Oct 21 11:09:41 2015 -0400 Reflow changelog --- ChangeLog | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [tor/master] memory leaks in procmon tests

2015-10-21 Thread nickm
commit f41be5f9df1bb944c52431f3740e90716b42db6c Author: Nick Mathewson Date: Wed Oct 21 11:17:59 2015 -0400 memory leaks in procmon tests --- src/test/test_procmon.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/test_procmon.c

[tor-commits] [tor/master] Fix a memory leak in reading an expired ed signing key.

2015-10-21 Thread nickm
commit 9c4a0aef0c0d8e1c3ad8d9ed7b655eae8a175ccb Author: Nick Mathewson Date: Wed Oct 21 11:16:28 2015 -0400 Fix a memory leak in reading an expired ed signing key. Closes 17403. --- changes/bug17403|3 +++ src/or/routerkeys.c |2 ++ 2 files

[tor-commits] [tor/release-0.2.7] Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

2015-10-21 Thread nickm
commit b809c265e77f4528b59aa3932a3cde8bf5e19fb3 Merge: 9c4a0ae 35bf07b Author: Nick Mathewson Date: Wed Oct 21 11:51:03 2015 -0400 Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 changes/bug17404|6 ++ src/common/tortls.c |4

[tor-commits] [tor/release-0.2.7] Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7

2015-10-21 Thread nickm
commit 4fb49069753c37a2425427864212bc3a1f49d980 Merge: b809c26 9459ae2 Author: Nick Mathewson Date: Wed Oct 21 12:02:42 2015 -0400 Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [tor/release-0.2.7] More 0274-rc changelog updating

2015-10-21 Thread nickm
commit 89a9d8c8d75dac081dd304442182e29186888c39 Author: Nick Mathewson Date: Wed Oct 21 13:37:06 2015 -0400 More 0274-rc changelog updating --- ChangeLog| 11 +++ changes/bug17364 |3 --- changes/bug17403 |3 --- changes/bug17404 |6

[tor-commits] [tor/release-0.2.7] Check for len < 4 in dn_indicates_v3_cert

2015-10-21 Thread nickm
commit 35bf07b8d67d018f7740ca195cf8c7c86b1b4ef9 Author: Nick Mathewson Date: Wed Oct 21 11:44:43 2015 -0400 Check for len < 4 in dn_indicates_v3_cert Without this check, we potentially look up to 3 characters before the start of a malloc'd segment, which

[tor-commits] [tor/release-0.2.7] Merge branch 'maint-0.2.7' into release-0.2.7

2015-10-21 Thread nickm
commit cd8a62a60cbafb61bed8b64e988dacf2b1444668 Merge: 3f3a753 7b859fd Author: Nick Mathewson Date: Wed Oct 21 13:35:04 2015 -0400 Merge branch 'maint-0.2.7' into release-0.2.7 changes/bug17364|3 +++ changes/bug17403|3 +++ changes/bug17404|

[tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed

2015-10-21 Thread translation
commit 75dc11d8a8b09431c106b6ab02e8eaf6ba2eddd9 Author: Translation commit bot Date: Wed Oct 21 17:45:07 2015 + Update translations for bridgedb_completed --- tr/LC_MESSAGES/bridgedb.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [translation/bridgedb] Update translations for bridgedb

2015-10-21 Thread translation
commit e32fabfcc483574b485920f79ab654056c60cb70 Author: Translation commit bot Date: Wed Oct 21 17:45:04 2015 + Update translations for bridgedb --- tr/LC_MESSAGES/bridgedb.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] More leaks to fix.

2015-10-21 Thread nickm
commit eead8612663e60c6016a734d434c1eb277c4650c Author: Nick Mathewson Date: Wed Oct 21 13:12:19 2015 -0400 More leaks to fix. --- src/test/test_threads.c |2 ++ src/test/test_tortls.c | 20 +--- 2 files changed, 19 insertions(+), 3

[tor-commits] [tor/master] More memory leaks closed in test_tortls

2015-10-21 Thread nickm
commit 13ff8e31bacc249c3d899387cbdc7cecca0ad8a3 Author: Nick Mathewson Date: Wed Oct 21 14:19:43 2015 -0400 More memory leaks closed in test_tortls --- src/test/test_tortls.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/master] Yet more memory leaks closed in test_tortls

2015-10-21 Thread nickm
commit 79b3c4a8a3c42ef8302e7ab8d5a873a47826f77f Author: Nick Mathewson Date: Wed Oct 21 14:30:34 2015 -0400 Yet more memory leaks closed in test_tortls --- src/test/test_tortls.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/release-0.2.7] Edit some changelog text

2015-10-21 Thread nickm
commit 1512e7e5398701aa3a33acbf7b884e5d1409608b Author: Nick Mathewson Date: Wed Oct 21 14:34:48 2015 -0400 Edit some changelog text --- ChangeLog | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [tor/release-0.2.7] Edit more changelog text (thanks to rl1987 for noticing)

2015-10-21 Thread nickm
commit 08b96160fc39720cbe3a2a2e2aa51694e303bb08 Author: Nick Mathewson Date: Wed Oct 21 14:42:47 2015 -0400 Edit more changelog text (thanks to rl1987 for noticing) --- ChangeLog |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog

[tor-commits] [tor/release-0.2.7] Fix the return value

2015-10-21 Thread nickm
commit 9459ae260e3ae428283c3b45d08aaef6ef9f6fa3 Author: Nick Mathewson Date: Wed Oct 21 12:01:05 2015 -0400 Fix the return value --- src/common/tortls.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tortls.c b/src/common/tortls.c

[tor-commits] [tor/release-0.2.7] Fix a memory leak in reading an expired ed signing key.

2015-10-21 Thread nickm
commit 9c4a0aef0c0d8e1c3ad8d9ed7b655eae8a175ccb Author: Nick Mathewson Date: Wed Oct 21 11:16:28 2015 -0400 Fix a memory leak in reading an expired ed signing key. Closes 17403. --- changes/bug17403|3 +++ src/or/routerkeys.c |2 ++ 2 files

[tor-commits] [tor/release-0.2.7] Note that you can use a unix domain socket for hsport

2015-10-21 Thread nickm
commit 7b859fd8c558c9cf08add79db87fb1cb76537535 Author: Nick Mathewson Date: Wed Oct 21 12:22:05 2015 -0400 Note that you can use a unix domain socket for hsport --- changes/bug17364 |3 +++ doc/tor.1.txt|4 ++-- 2 files changed, 5 insertions(+), 2

[tor-commits] [tor/release-0.2.7] remove a comma that coderman didn't like

2015-10-21 Thread nickm
commit f55d23e1e66e9b0f6971016a9c880341e0209db0 Author: Nick Mathewson Date: Wed Oct 21 15:13:31 2015 -0400 remove a comma that coderman didn't like --- ChangeLog |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [webwml/master] trivial change to try rebuild. I forgot to tag.

2015-10-21 Thread nickm
commit a12fd3f1ce839cb2c1c256226159bbe9ef1f1843 Author: Nick Mathewson Date: Wed Oct 21 15:28:48 2015 -0400 trivial change to try rebuild. I forgot to tag. --- Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3f827f6..16a3328

[tor-commits] [tor/release-0.2.7] Reflow changelog

2015-10-21 Thread nickm
commit 5f60216b3b7bbe335f6e0f07452b46c38bb97d0c Author: Nick Mathewson Date: Wed Oct 21 15:10:21 2015 -0400 Reflow changelog --- ChangeLog | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index afddbba..5226fef

[tor-commits] [translation/tor-messenger-accountsproperties_completed] Update translations for tor-messenger-accountsproperties_completed

2015-10-21 Thread translation
commit b1aa981dba841074355b593e4681832b5a1b21a1 Author: Translation commit bot Date: Wed Oct 21 20:16:08 2015 + Update translations for tor-messenger-accountsproperties_completed --- ta/accounts.properties |9 + 1 file changed, 9 insertions(+)

[tor-commits] [translation/tor-messenger-accountsproperties] Update translations for tor-messenger-accountsproperties

2015-10-21 Thread translation
commit 2f4b4d77722cf68263c55fa0e39a8d12b19b5dcf Author: Translation commit bot Date: Wed Oct 21 20:16:03 2015 + Update translations for tor-messenger-accountsproperties --- ta/accounts.properties |6 +++--- 1 file changed, 3 insertions(+), 3

[tor-commits] [webwml/master] Bump 0.2.7.{3->4}-rc on website

2015-10-21 Thread nickm
commit 3a35b79f5e0e949adae40aa19a8dba3148b50e0b Author: Nick Mathewson Date: Wed Oct 21 15:23:10 2015 -0400 Bump 0.2.7.{3->4}-rc on website --- Makefile |2 +- include/versions.wmi |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [tor/master] Fix various coverity-found issues

2015-10-21 Thread nickm
commit 5e9f2384cf0f97646d7ee1b9eccaab4dfe382536 Author: Nick Mathewson Date: Wed Oct 21 16:01:29 2015 -0400 Fix various coverity-found issues --- src/common/tortls.c |5 - src/test/test_rendcache.c |7 --- src/test/test_tortls.c|3 ++- 3

[tor-commits] [tor/master] forwardport the changelog for 0.2.7.4-rc

2015-10-21 Thread nickm
commit bebf6c6c676e9d8df73743b2619bda23a59c54df Author: Nick Mathewson Date: Wed Oct 21 15:34:30 2015 -0400 forwardport the changelog for 0.2.7.4-rc --- ChangeLog | 68 + 1 file changed, 68 insertions(+)

[tor-commits] [tor/master] Test behavior on success, and fix spaces

2015-10-21 Thread nickm
commit c31791b79886dd697f02af78b86281ad6d5e407d Author: Ola Bini Date: Mon Oct 5 14:07:55 2015 -0500 Test behavior on success, and fix spaces --- src/test/log_test_helpers.c | 13 - src/test/log_test_helpers.h |6 -- src/test/test_util_process.c |

[tor-commits] [tor/master] Add tests for util_process

2015-10-21 Thread nickm
commit cf4f50f94332615abcf6dd345ee1e8fce69232ca Author: Ola Bini Date: Tue Sep 15 17:37:25 2015 +0200 Add tests for util_process --- src/test/include.am |2 + src/test/log_test_helpers.c | 95 ++

[tor-commits] [tor/master] Merge remote-tracking branch 'twstrike/util_process_tests'

2015-10-21 Thread nickm
commit a61158aa237429d046f34d9f3db5a7dc7c40ba5e Merge: 5e9f238 c31791b Author: Nick Mathewson Date: Wed Oct 21 16:45:49 2015 -0400 Merge remote-tracking branch 'twstrike/util_process_tests' src/test/include.am |1 + src/test/test.c |3

[tor-commits] [tor/master] Fix whitespaces

2015-10-21 Thread nickm
commit 5431c60001d5051184c2cac2fd4511346a1f1bd3 Author: Nick Mathewson Date: Wed Oct 21 16:46:28 2015 -0400 Fix whitespaces --- src/test/test.c|1 + src/test/test_dir_handle_get.c |2 +- src/test/test_util_process.c |1 + 3 files

[tor-commits] [tor/master] Fix valgrind errors in test_util_process

2015-10-21 Thread nickm
commit ed0c2a5e3dec953d37736df6c86a81b4c74e108f Author: Nick Mathewson Date: Wed Oct 21 16:51:21 2015 -0400 Fix valgrind errors in test_util_process --- src/test/test_util_process.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git

[tor-commits] [tor/master] Add another entry to ReleasingTor email list, per anonym

2015-10-21 Thread nickm
commit 1a236c78aae1f832dd9813573d5a581ae8c69a50 Author: Nick Mathewson Date: Wed Oct 21 17:06:10 2015 -0400 Add another entry to ReleasingTor email list, per anonym --- doc/HACKING/ReleasingTor.txt |1 + 1 file changed, 1 insertion(+) diff --git

[tor-commits] [tor/master] Fix another pile of test_tortls memory leaks

2015-10-21 Thread nickm
commit f5a002f69b4995b926cc17e8357042f8cbc566ae Author: Nick Mathewson Date: Wed Oct 21 14:06:13 2015 -0400 Fix another pile of test_tortls memory leaks --- src/test/test_tortls.c | 91 ++-- 1 file changed, 73

[tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed

2015-10-21 Thread translation
commit 9701f173f9ab91c7795f8001e2b5b70c70a478a0 Author: Translation commit bot Date: Wed Oct 21 18:15:07 2015 + Update translations for bridgedb_completed --- tr/LC_MESSAGES/bridgedb.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/bridgedb] Update translations for bridgedb

2015-10-21 Thread translation
commit 92398734dd68cff79dde5dcf183bc5b8471f8c3d Author: Translation commit bot Date: Wed Oct 21 18:15:03 2015 + Update translations for bridgedb --- tr/LC_MESSAGES/bridgedb.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Yet more memory leaks in the rendcache tests

2015-10-21 Thread nickm
commit 8b01849f3bce1beaf2f08f2c0b94feabda0f5978 Author: Nick Mathewson Date: Wed Oct 21 10:54:07 2015 -0400 Yet more memory leaks in the rendcache tests --- src/or/rendcache.c|2 +- src/or/rendcache.h|2 ++ src/test/test_rendcache.c |8

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit d14b009b23ed2398ddc805211f322c3fa5843d04 Merge: 8b01849 aa96abe Author: Nick Mathewson Date: Wed Oct 21 10:54:12 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17402 |3 +++ src/or/rendcache.c | 14 +- 2 files

[tor-commits] [tor-messenger-build/master] Update cert_override for jabber.ccc.de's new certificate

2015-10-21 Thread sukhbir
commit d61c0c6c0a77f9bff832dd874e469f226283d4a4 Author: Sukhbir Singh Date: Wed Oct 21 22:32:48 2015 -0400 Update cert_override for jabber.ccc.de's new certificate https://twitter.com/jabbercccde/status/655506307546533892 ---

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-10-21 Thread translation
commit e5a437e61dfdee8247d20c276866b959e2e20782 Author: Translation commit bot Date: Wed Oct 21 06:46:31 2015 + Update translations for tor-messenger-ircproperties --- fi/irc.properties |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed

2015-10-21 Thread translation
commit c4c0e04f0876766a4c22e2d459d402d2fa1eaec2 Author: Translation commit bot Date: Wed Oct 21 06:46:03 2015 + Update translations for tor_animation_completed --- fi.srt | 160 1 file

[tor-commits] [translation/tor_animation] Update translations for tor_animation

2015-10-21 Thread translation
commit abbb90ea8f89d8e2e55a6b1fa34ee0692038403d Author: Translation commit bot Date: Wed Oct 21 06:45:59 2015 + Update translations for tor_animation --- fi.srt | 49 - 1 file changed, 28 insertions(+), 21

[tor-commits] [translation/tor_animation_completed] Update translations for tor_animation_completed

2015-10-21 Thread translation
commit ce7749e657cc113cbe40e4e2b9360dde844055ba Author: Translation commit bot Date: Wed Oct 21 07:16:04 2015 + Update translations for tor_animation_completed --- fi.srt | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [translation/tor_animation] Update translations for tor_animation

2015-10-21 Thread translation
commit 4ae2fd62cb015cef5f9d94f1a86345a81c9eeb68 Author: Translation commit bot Date: Wed Oct 21 07:16:00 2015 + Update translations for tor_animation --- fi.srt | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fi.srt

[tor-commits] [tor/master] Fix numerous leaks and memory errors in tests. Found by valgrind

2015-10-21 Thread nickm
commit b7941cbfbb5a121425d9d0c5e1f903efd563a173 Author: Nick Mathewson Date: Wed Oct 21 08:49:29 2015 -0400 Fix numerous leaks and memory errors in tests. Found by valgrind --- src/test/rend_test_helpers.c |6 ++- src/test/test_dir_handle_get.c | 84

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-10-21 Thread nickm
commit 2461ea1faa20fc435bdf786147afe99207366c29 Merge: d478704 542cc8a Author: Nick Mathewson Date: Wed Oct 21 08:17:34 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17398|3 +++ src/common/crypto_ed25519.c |1 + 2 files

[tor-commits] [tor/master] Fix a memory leak; bug 17398.

2015-10-21 Thread nickm
commit 542cc8a5fff7b566cb44185e1fb6aae8ff469a16 Author: Nick Mathewson Date: Wed Oct 21 08:17:07 2015 -0400 Fix a memory leak; bug 17398. --- changes/bug17398|3 +++ src/common/crypto_ed25519.c |1 + 2 files changed, 4 insertions(+) diff --git

[tor-commits] [tor/master] Fix a number of unit-test memory leaks, found by valgrind.

2015-10-21 Thread nickm
commit d478704de889dfc41a72af1187dc52e465ea0cdc Author: Nick Mathewson Date: Wed Oct 21 08:17:30 2015 -0400 Fix a number of unit-test memory leaks, found by valgrind. --- src/test/test_address.c| 10 ++-- src/test/test_dir_handle_get.c | 100

[tor-commits] [tor/maint-0.2.7] Fix a memory leak; bug 17398.

2015-10-21 Thread nickm
commit 542cc8a5fff7b566cb44185e1fb6aae8ff469a16 Author: Nick Mathewson Date: Wed Oct 21 08:17:07 2015 -0400 Fix a memory leak; bug 17398. --- changes/bug17398|3 +++ src/common/crypto_ed25519.c |1 + 2 files changed, 4 insertions(+) diff --git

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2015-10-21 Thread translation
commit 9f90eefc9f1d05e451c4fb15ebb53a4442c4d65f Author: Translation commit bot Date: Wed Oct 21 06:15:30 2015 + Update translations for liveusb-creator_completed --- fi/fi.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fi/fi.po

[tor-commits] [translation/tor_animation] Update translations for tor_animation

2015-10-21 Thread translation
commit 40565dfb6c830647d6b6bd3958f1ca2ae6c8 Author: Translation commit bot Date: Wed Oct 21 06:16:15 2015 + Update translations for tor_animation --- fi.srt | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff

[tor-commits] [translation/tor-messenger-authproperties] Update translations for tor-messenger-authproperties

2015-10-21 Thread translation
commit 96b41c544e50adcf5707f48de9756e63a8da9fdd Author: Translation commit bot Date: Wed Oct 21 06:16:29 2015 + Update translations for tor-messenger-authproperties --- fi/auth.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2015-10-21 Thread translation
commit 8479b266327c37d529cbc6784665363dbf232bfa Author: Translation commit bot Date: Wed Oct 21 06:16:47 2015 + Update translations for tor-messenger-ircproperties --- fi/irc.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-10-21 Thread translation
commit 0c11cd73f1cf0f4e421cae93b6991ba355d60feb Author: Translation commit bot Date: Wed Oct 21 06:15:52 2015 + Update translations for tails-misc --- fi.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fi.po b/fi.po index

  1   2   >