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

2019-01-03 Thread nickm
commit 06443680094275514c386ddadc2975ab836d6977 Merge: 3ef8d4fb1 c75cf802d Author: Nick Mathewson Date: Thu Jan 3 21:34:43 2019 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/ticket28879 | 5 + src/feature/relay/dns.c | 5 - 2 files changed, 9 insertions(+), 1

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

2019-01-03 Thread nickm
commit c75cf802d3061633bf0679ce8df33660a3be9345 Merge: abdc6aede 16199a54a Author: Nick Mathewson Date: Thu Jan 3 21:34:35 2019 -0500 Merge branch 'ticket28879' into maint-0.3.5 changes/ticket28879 | 5 + src/feature/relay/dns.c | 5 - 2 files changed, 9 insertions(+), 1

[tor-commits] [tor/master] Merge branch 'ticket28879' into maint-0.3.5

2019-01-03 Thread nickm
commit c75cf802d3061633bf0679ce8df33660a3be9345 Merge: abdc6aede 16199a54a Author: Nick Mathewson Date: Thu Jan 3 21:34:35 2019 -0500 Merge branch 'ticket28879' into maint-0.3.5 changes/ticket28879 | 5 + src/feature/relay/dns.c | 5 - 2 files changed, 9 insertions(+), 1

[tor-commits] [tor/release-0.3.5] Check hostname before using it in send_resolved_hostname_cell()

2019-01-03 Thread nickm
commit 16199a54a2b3f5ce94c6ca4248cbf8ba95ae Author: Nick Mathewson Date: Mon Dec 17 09:14:16 2018 -0500 Check hostname before using it in send_resolved_hostname_cell() Also, turn an absent hostname into a BUG(), not a crash. Found by scan-build. Closes ticket

[tor-commits] [tor/master] Merge branch 'maint-0.3.5'

2019-01-03 Thread nickm
commit 98a1b8770cc6a52cd958d49882dbbadd6ae212f0 Merge: 7232f0493 c75cf802d Author: Nick Mathewson Date: Thu Jan 3 21:34:43 2019 -0500 Merge branch 'maint-0.3.5' changes/ticket28879 | 5 + src/feature/relay/dns.c | 5 - 2 files changed, 9 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Check hostname before using it in send_resolved_hostname_cell()

2019-01-03 Thread nickm
commit 16199a54a2b3f5ce94c6ca4248cbf8ba95ae Author: Nick Mathewson Date: Mon Dec 17 09:14:16 2018 -0500 Check hostname before using it in send_resolved_hostname_cell() Also, turn an absent hostname into a BUG(), not a crash. Found by scan-build. Closes ticket

[tor-commits] [tor/maint-0.3.5] Check hostname before using it in send_resolved_hostname_cell()

2019-01-03 Thread nickm
commit 16199a54a2b3f5ce94c6ca4248cbf8ba95ae Author: Nick Mathewson Date: Mon Dec 17 09:14:16 2018 -0500 Check hostname before using it in send_resolved_hostname_cell() Also, turn an absent hostname into a BUG(), not a crash. Found by scan-build. Closes ticket

[tor-commits] [tor/maint-0.3.5] Merge branch 'ticket28879' into maint-0.3.5

2019-01-03 Thread nickm
commit c75cf802d3061633bf0679ce8df33660a3be9345 Merge: abdc6aede 16199a54a Author: Nick Mathewson Date: Thu Jan 3 21:34:35 2019 -0500 Merge branch 'ticket28879' into maint-0.3.5 changes/ticket28879 | 5 + src/feature/relay/dns.c | 5 - 2 files changed, 9 insertions(+), 1

[tor-commits] [tor/master] Merge branch 'ticket28880'

2019-01-03 Thread nickm
commit 7232f04939f44146254c21086178c62cce1d3392 Merge: a7cbbf279 ce3d50104 Author: Nick Mathewson Date: Thu Jan 3 21:33:40 2019 -0500 Merge branch 'ticket28880' src/test/test_config.c| 2 ++ src/test/test_hs_service.c| 7 +-- src/test/test_shared_random.c | 1 + 3 files

[tor-commits] [tor/master] Fix dead-assignment warning in test_shared_random.c

2019-01-03 Thread nickm
commit f50558ce8ce9b86ac642d92a27430e066d62 Author: Nick Mathewson Date: Mon Dec 17 09:27:40 2018 -0500 Fix dead-assignment warning in test_shared_random.c --- src/test/test_shared_random.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_shared_random.c

[tor-commits] [tor/master] Fix dead-assignment warnings in test_config.c

2019-01-03 Thread nickm
commit 82fb40c8dc2f21753298559e79d898add80bf6b7 Author: Nick Mathewson Date: Mon Dec 17 09:26:57 2018 -0500 Fix dead-assignment warnings in test_config.c Found by scan-build. --- src/test/test_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/test_config.c

[tor-commits] [tor/master] Fix null-pointer-deref warning from scan-build in test_hs_service.c

2019-01-03 Thread nickm
commit ce3d501040fb994bb3c7dd82b21e02648621d3f1 Author: Nick Mathewson Date: Mon Dec 17 09:28:24 2018 -0500 Fix null-pointer-deref warning from scan-build in test_hs_service.c --- src/test/test_hs_service.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/test_hs_service.c

[tor-commits] [tor/master] Fix dead assignment warning in test_hs_service.c

2019-01-03 Thread nickm
commit d58a597a55dba2ac468cbdef5172ecda1dc2344f Author: Nick Mathewson Date: Mon Dec 17 09:28:08 2018 -0500 Fix dead assignment warning in test_hs_service.c --- src/test/test_hs_service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/test_hs_service.c

[tor-commits] [tor/master] Merge branch 'ticket28852'

2019-01-03 Thread nickm
commit a7cbbf279ef8ab727ff3603940575c6d948985dc Merge: 4e4f93d36 9dc53bc68 Author: Nick Mathewson Date: Thu Jan 3 21:31:08 2019 -0500 Merge branch 'ticket28852' changes/ticket28852| 4 src/feature/dirparse/parsecommon.c | 1 - 2 files changed, 4 insertions(+), 1

[tor-commits] [tor/master] Remove a needless memset() in get_token_arguments()

2019-01-03 Thread nickm
commit 9dc53bc68f5e038c9531e3b12a58026d4007f652 Author: Nick Mathewson Date: Fri Dec 14 14:48:12 2018 -0500 Remove a needless memset() in get_token_arguments() I believe we originally added this for "just in case" safety, but it isn't actually needed -- we never copy

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2019-01-03 Thread translation
commit 54631aeb18a89de9f247f61a8ccd91b73d323dad Author: Translation commit bot Date: Thu Jan 3 22:46:31 2019 + Update translations for tails-greeter-2 --- az/az.po | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/az/az.po b/az/az.po index

[tor-commits] [nyx/master] Voluminous content slowed interpreter panel

2019-01-03 Thread atagar
commit 6492a3a1676b3795d9179ff875fb879fe1383688 Author: Damian Johnson Date: Thu Jan 3 14:40:25 2019 -0800 Voluminous content slowed interpreter panel Each refresh of our interpreter panel iterated over every line of its content, regardless of if it was visible or not. This

[tor-commits] [nyx/master] Correct tests with new '--interface :80' behavior

2019-01-03 Thread atagar
commit 74e4a518a432bae4f4f81ce599e7a115bcec9521 Author: Damian Johnson Date: Thu Jan 3 14:02:15 2019 -0800 Correct tests with new '--interface :80' behavior Oops, commit 5453231 changed our argument parsing behavior in a way that broke our tests. --- test/arguments.py | 4

[tor-commits] [nyx/master] More strictly scrub connections as private

2019-01-03 Thread atagar
commit 9204c77be8100f9327468e6e072923b96d17b377 Author: Damian Johnson Date: Thu Jan 3 13:58:47 2019 -0800 More strictly scrub connections as private Teor made a great point that even if we aren't configured to receive client traffic (ie, not a bridge or guard) we can still

[tor-commits] [webwml/master] fix our physical address yet again

2019-01-03 Thread arma
commit d2bf8fd59b6a998d10e3a9f470cab3526b838274 Author: Roger Dingledine Date: Thu Jan 3 16:42:19 2019 -0500 fix our physical address yet again (i did it the first time in commit 05b73e, but that got broken in commit e33a33. oops.) --- about/en/contact.wml | 2 +- 1 file

[tor-commits] [translation/tbmanual-contentspot] Update translations for tbmanual-contentspot

2019-01-03 Thread translation
commit 91e22215405fbbc0a8480336e203fab04df907f7 Author: Translation commit bot Date: Thu Jan 3 20:17:08 2019 + Update translations for tbmanual-contentspot --- contents+ru.po | 49 ++--- 1 file changed, 26 insertions(+), 23 deletions(-)

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 13e9f37e1d931d9cc83a980f7a66829aee78d87c Author: Translation commit bot Date: Thu Jan 3 19:15:24 2019 + Update translations for donatepages-messagespot --- locale/ru/LC_MESSAGES/messages.po | 12 1 file changed, 12 insertions(+) diff --git

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 3f6971a78586ce741bc2bb2fa755e720651f1029 Author: Translation commit bot Date: Thu Jan 3 18:45:23 2019 + Update translations for donatepages-messagespot --- locale/ru/LC_MESSAGES/messages.po | 46 ++- 1 file changed, 45 insertions(+), 1

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

2019-01-03 Thread translation
commit 4a8a53767fede476ce6df92684ec8808015c782a Author: Translation commit bot Date: Thu Jan 3 17:45:48 2019 + Update translations for https_everywhere_completed --- be/ssl-observatory.dtd | 98 ++ 1 file changed, 98 insertions(+) diff

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

2019-01-03 Thread translation
commit 214e216862b4d0038abb3784a8c893998667c862 Author: Translation commit bot Date: Thu Jan 3 17:45:41 2019 + Update translations for https_everywhere --- be/ssl-observatory.dtd | 42 -- 1 file changed, 20 insertions(+), 22 deletions(-) diff

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 5e518935f83c410e006727a6fb748cef2d4078a0 Author: Translation commit bot Date: Thu Jan 3 17:45:23 2019 + Update translations for donatepages-messagespot --- locale/ru/LC_MESSAGES/messages.po | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2019-01-03 Thread translation
commit 02840a59b8e4bbeedded818338f73ef176bf9ae0 Author: Translation commit bot Date: Thu Jan 3 16:47:14 2019 + Update translations for tails-persistence-setup --- pt_BR/pt_BR.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po

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

2019-01-03 Thread translation
commit bf37629c51038201665674dc882374f0ac49617b Author: Translation commit bot Date: Thu Jan 3 16:45:54 2019 + Update translations for https_everywhere --- be/ssl-observatory.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/be/ssl-observatory.dtd

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

2019-01-03 Thread translation
commit 69c621f1c350eff187cb7ffe397384ea40c4a555 Author: Translation commit bot Date: Thu Jan 3 16:15:41 2019 + Update translations for https_everywhere --- be/ssl-observatory.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/ssl-observatory.dtd

[tor-commits] [translation/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2019-01-03 Thread translation
commit e61345ba5c88b2384c7f44cb80b5eca77c6549b1 Author: Translation commit bot Date: Thu Jan 3 15:46:44 2019 + Update translations for tails-greeter-2_completed --- pt_BR/pt_BR.po | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pt_BR/pt_BR.po

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2019-01-03 Thread translation
commit 81aff5ba1042a105f2ae8df981fdc483eaddb907 Author: Translation commit bot Date: Thu Jan 3 15:46:37 2019 + Update translations for tails-greeter-2 --- pt_BR/pt_BR.po | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po index

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit fc85b8f13721e8a2701d3ddb2d08415b7fdf95bd Author: Translation commit bot Date: Thu Jan 3 15:15:24 2019 + Update translations for donatepages-messagespot --- locale/es_AR/LC_MESSAGES/messages.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Add a #ifdef HAVE_UNISTD_H check to buffers.c

2019-01-03 Thread nickm
commit 4e4f93d364e33bb46e271f3b960a2cf5f38f402e Author: Nick Mathewson Date: Thu Jan 3 09:50:54 2019 -0500 Add a #ifdef HAVE_UNISTD_H check to buffers.c Reported on tor-dev by Gisle Vanem. Bug not in any released Tor (The suggested patch used _MSC_VER, but that's not how

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

2019-01-03 Thread translation
commit 65bdfe94bf860c3a7772766b3441bcbac7a4b30e Author: Translation commit bot Date: Thu Jan 3 14:46:00 2019 + Update translations for liveusb-creator --- es/es.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/es/es.po b/es/es.po index

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

2019-01-03 Thread nickm
commit 3ef8d4fb1998790633e3e8eda429618713bf6a34 Merge: aeb3f4609 abdc6aede Author: Nick Mathewson Date: Thu Jan 3 09:45:56 2019 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c | 6 ++ 2 files

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

2019-01-03 Thread nickm
commit abdc6aede2187e3b77ccf2d9a91c9443dab2109e Merge: 98736cf36 b82717b27 Author: Nick Mathewson Date: Thu Jan 3 09:45:53 2019 -0500 Merge branch 'ticket28851_035_squashed' into maint-0.3.5 changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c | 6 ++

[tor-commits] [tor/release-0.3.5] Stop re-checking our hardcoded dh parameters on every startup

2019-01-03 Thread nickm
commit b82717b27378a0f8048da9d865a8bd3c6dfedd6f Author: Nick Mathewson Date: Fri Dec 14 14:07:00 2018 -0500 Stop re-checking our hardcoded dh parameters on every startup Closes ticket 28851. --- changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c

[tor-commits] [tor/maint-0.3.5] Stop re-checking our hardcoded dh parameters on every startup

2019-01-03 Thread nickm
commit b82717b27378a0f8048da9d865a8bd3c6dfedd6f Author: Nick Mathewson Date: Fri Dec 14 14:07:00 2018 -0500 Stop re-checking our hardcoded dh parameters on every startup Closes ticket 28851. --- changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c

[tor-commits] [tor/maint-0.3.5] Merge branch 'ticket28851_035_squashed' into maint-0.3.5

2019-01-03 Thread nickm
commit abdc6aede2187e3b77ccf2d9a91c9443dab2109e Merge: 98736cf36 b82717b27 Author: Nick Mathewson Date: Thu Jan 3 09:45:53 2019 -0500 Merge branch 'ticket28851_035_squashed' into maint-0.3.5 changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c | 6 ++

[tor-commits] [tor/master] Merge branch 'ticket28851_035_squashed' into maint-0.3.5

2019-01-03 Thread nickm
commit abdc6aede2187e3b77ccf2d9a91c9443dab2109e Merge: 98736cf36 b82717b27 Author: Nick Mathewson Date: Thu Jan 3 09:45:53 2019 -0500 Merge branch 'ticket28851_035_squashed' into maint-0.3.5 changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c | 6 ++

[tor-commits] [tor/master] Merge branch 'maint-0.3.5'

2019-01-03 Thread nickm
commit 9ba690e33fd31aef6a2fb6cc5971d1191373f55d Merge: 47176eb67 abdc6aede Author: Nick Mathewson Date: Thu Jan 3 09:45:56 2019 -0500 Merge branch 'maint-0.3.5' changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c | 6 ++ 2 files changed, 10

[tor-commits] [tor/master] Stop re-checking our hardcoded dh parameters on every startup

2019-01-03 Thread nickm
commit b82717b27378a0f8048da9d865a8bd3c6dfedd6f Author: Nick Mathewson Date: Fri Dec 14 14:07:00 2018 -0500 Stop re-checking our hardcoded dh parameters on every startup Closes ticket 28851. --- changes/ticket28851 | 4 src/lib/crypt_ops/crypto_dh_openssl.c

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 969984cab5879c20b47873363279e8da1011e046 Author: Translation commit bot Date: Thu Jan 3 14:45:27 2019 + Update translations for donatepages-messagespot --- locale/es_AR/LC_MESSAGES/messages.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2019-01-03 Thread nickm
commit aeb3f460975e019ac3f1896e2ecf250c52324ae2 Merge: 55474b9d9 98736cf36 Author: Nick Mathewson Date: Thu Jan 3 09:44:15 2019 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/ticket28838 | 8 src/lib/crypt_ops/crypto_curve25519.c | 2 +- 2 files

[tor-commits] [tor/master] Merge branch 'maint-0.3.5'

2019-01-03 Thread nickm
commit 47176eb6786bcde95505f44eef7a7c9cf67658b2 Merge: 27853938a 98736cf36 Author: Nick Mathewson Date: Thu Jan 3 09:44:15 2019 -0500 Merge branch 'maint-0.3.5' changes/ticket28838 | 8 src/lib/crypt_ops/crypto_curve25519.c | 2 +- 2 files changed, 9

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5

2019-01-03 Thread nickm
commit 98736cf36a1d8250e53a0c86a0b80fdb75f0d551 Merge: ed62f0fa1 041e9235c Author: Nick Mathewson Date: Thu Jan 3 09:44:10 2019 -0500 Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5 changes/ticket28838 | 8

[tor-commits] [tor/maint-0.3.5] Lower the loop_max constant in curve25519_basepoint_spot_check()

2019-01-03 Thread nickm
commit 041e9235c1710936a43f73d2f6e87bfc6e1c2242 Author: Nick Mathewson Date: Thu Dec 13 11:26:09 2018 -0500 Lower the loop_max constant in curve25519_basepoint_spot_check() The point of this function is to make sure that the ed25519-based implementation of

[tor-commits] [tor/master] Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5

2019-01-03 Thread nickm
commit 98736cf36a1d8250e53a0c86a0b80fdb75f0d551 Merge: ed62f0fa1 041e9235c Author: Nick Mathewson Date: Thu Jan 3 09:44:10 2019 -0500 Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5 changes/ticket28838 | 8

[tor-commits] [tor/release-0.3.5] Lower the loop_max constant in curve25519_basepoint_spot_check()

2019-01-03 Thread nickm
commit 041e9235c1710936a43f73d2f6e87bfc6e1c2242 Author: Nick Mathewson Date: Thu Dec 13 11:26:09 2018 -0500 Lower the loop_max constant in curve25519_basepoint_spot_check() The point of this function is to make sure that the ed25519-based implementation of

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5

2019-01-03 Thread nickm
commit 98736cf36a1d8250e53a0c86a0b80fdb75f0d551 Merge: ed62f0fa1 041e9235c Author: Nick Mathewson Date: Thu Jan 3 09:44:10 2019 -0500 Merge remote-tracking branch 'public/ticket28838_035' into maint-0.3.5 changes/ticket28838 | 8

[tor-commits] [tor/master] Lower the loop_max constant in curve25519_basepoint_spot_check()

2019-01-03 Thread nickm
commit 041e9235c1710936a43f73d2f6e87bfc6e1c2242 Author: Nick Mathewson Date: Thu Dec 13 11:26:09 2018 -0500 Lower the loop_max constant in curve25519_basepoint_spot_check() The point of this function is to make sure that the ed25519-based implementation of

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

2019-01-03 Thread translation
commit 253db2404d0be61c626c432506f9ed29f3830fa8 Author: Translation commit bot Date: Thu Jan 3 14:15:41 2019 + Update translations for https_everywhere --- be/ssl-observatory.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/be/ssl-observatory.dtd

[tor-commits] [tor/master] Merge branch 'maint-0.3.3' into maint-0.3.4

2019-01-03 Thread nickm
commit 3e64553f769a4d2536c9f0ac0ad289cf9c41826d Merge: 2420e84ba 1ea312718 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/ticket28973| 6 ++ src/common/tortls.c| 46 +-

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

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

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

2019-01-03 Thread nickm
commit 55474b9d992a531ad05f8efae6b6494bf7129b8f Merge: 0d51da0a1 ed62f0fa1 Author: Nick Mathewson Date: Thu Jan 3 09:02:40 2019 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/ticket28973 | 6 ++ src/core/or/connection_or.c | 16 +--

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

2019-01-03 Thread nickm
commit 85526a5a1f82eba726ba37e47954e16f6b753699 Merge: daf79d4b2 3e64553f7 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.4' into release-0.3.4 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.3' into maint-0.3.4

2019-01-03 Thread nickm
commit 3e64553f769a4d2536c9f0ac0ad289cf9c41826d Merge: 2420e84ba 1ea312718 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/ticket28973| 6 ++ src/common/tortls.c| 46 +-

[tor-commits] [tor/release-0.3.4] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

[tor-commits] [tor/release-0.3.5] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

[tor-commits] [tor/release-0.3.3] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

[tor-commits] [tor/release-0.3.4] Merge branch 'ticket28973_033_squashed' into maint-0.3.3

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/release-0.3.5] Merge branch 'ticket28973_033_squashed' into maint-0.3.3

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

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

2019-01-03 Thread nickm
commit d6552a7a23da31e92e84d1a3b442dfb8acb2df80 Merge: fd2d7c5d1 1ea312718 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.3' into release-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/master] Merge branch 'maint-0.3.5'

2019-01-03 Thread nickm
commit 27853938a19bc6a861a7575ad059982bb5006e6e Merge: 3e7f13a4e ed62f0fa1 Author: Nick Mathewson Date: Thu Jan 3 09:02:40 2019 -0500 Merge branch 'maint-0.3.5' changes/ticket28973 | 6 ++ src/core/or/connection_or.c | 16 +-- src/lib/tls/tortls_openssl.c | 46

[tor-commits] [tor/maint-0.3.4] Merge branch 'ticket28973_033_squashed' into maint-0.3.3

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/maint-0.3.5] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

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

2019-01-03 Thread nickm
commit 3e64553f769a4d2536c9f0ac0ad289cf9c41826d Merge: 2420e84ba 1ea312718 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/ticket28973| 6 ++ src/common/tortls.c| 46 +-

[tor-commits] [tor/maint-0.3.4] Merge branch 'maint-0.3.3' into maint-0.3.4

2019-01-03 Thread nickm
commit 3e64553f769a4d2536c9f0ac0ad289cf9c41826d Merge: 2420e84ba 1ea312718 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/ticket28973| 6 ++ src/common/tortls.c| 46 +-

[tor-commits] [tor/master] Merge branch 'ticket28973_033_squashed' into maint-0.3.3

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/master] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

[tor-commits] [tor/maint-0.3.5] Merge branch 'maint-0.3.3' into maint-0.3.4

2019-01-03 Thread nickm
commit 3e64553f769a4d2536c9f0ac0ad289cf9c41826d Merge: 2420e84ba 1ea312718 Author: Nick Mathewson Date: Thu Jan 3 09:02:39 2019 -0500 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/ticket28973| 6 ++ src/common/tortls.c| 46 +-

[tor-commits] [tor/maint-0.3.5] Merge branch 'ticket28973_033_squashed' into maint-0.3.3

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/maint-0.3.3] Merge branch 'ticket28973_033_squashed' into maint-0.3.3

2019-01-03 Thread nickm
commit 1ea3127188f7c35ee6fab1db65afa3c84033045b Merge: 93019b478 bf413829c Author: Nick Mathewson Date: Thu Jan 3 09:01:40 2019 -0500 Merge branch 'ticket28973_033_squashed' into maint-0.3.3 changes/ticket28973| 6 ++ src/common/tortls.c| 46

[tor-commits] [tor/maint-0.3.3] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

[tor-commits] [tor/maint-0.3.4] Detect openssl bug 7712 and work around it.

2019-01-03 Thread nickm
commit bf413829cb30e5b5ac0cf9273b5b57a50e257141 Author: Nick Mathewson Date: Wed Jan 2 14:23:42 2019 -0500 Detect openssl bug 7712 and work around it. In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to

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

2019-01-03 Thread translation
commit ca09f7cacf811fadf12fa546a6889b0b5e62796f Author: Translation commit bot Date: Thu Jan 3 13:45:38 2019 + Update translations for https_everywhere --- be/ssl-observatory.dtd | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git

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

2019-01-03 Thread translation
commit 85a1c5bf261a6a5588b60c59cf6a7fff76d8d1ac Author: Translation commit bot Date: Thu Jan 3 13:16:00 2019 + Update translations for liveusb-creator_completed --- ka/ka.po | 90 +++- 1 file changed, 50 insertions(+), 40

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 0b8857c0942bea7ceea17ab562c890d44d9585b6 Author: Translation commit bot Date: Thu Jan 3 13:15:23 2019 + Update translations for donatepages-messagespot --- locale/ka/LC_MESSAGES/messages.po | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

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

2019-01-03 Thread translation
commit c1e2df95602e15565065a36ae1ae7cb40af6d3fd Author: Translation commit bot Date: Thu Jan 3 13:15:54 2019 + Update translations for liveusb-creator --- ka/ka.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ka/ka.po b/ka/ka.po index

[tor-commits] [newsletter/staging] Fix url to home in navbar

2019-01-03 Thread hiro
commit f6585d506f1e5e1d2239b771d9811c67b6064e14 Author: hiro Date: Thu Jan 3 14:04:46 2019 +0100 Fix url to home in navbar --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navbar.html b/templates/navbar.html index bd83520..ca05bd7

[tor-commits] [newsletter/master] Fix url to home in navbar

2019-01-03 Thread hiro
commit f6585d506f1e5e1d2239b771d9811c67b6064e14 Author: hiro Date: Thu Jan 3 14:04:46 2019 +0100 Fix url to home in navbar --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navbar.html b/templates/navbar.html index bd83520..ca05bd7

[tor-commits] [newsletter/master] Use relative links in navbar

2019-01-03 Thread hiro
commit d4d382eb26617cf5817650bfb7067d5e59653215 Author: hiro Date: Thu Jan 3 13:46:19 2019 +0100 Use relative links in navbar --- templates/navbar.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/navbar.html b/templates/navbar.html index

[tor-commits] [newsletter/master] Fix paths and relative urls in navbar

2019-01-03 Thread hiro
commit df92b63a28094ecb6d5b7d4de16e87f7d282b25b Author: hiro Date: Thu Jan 3 13:49:19 2019 +0100 Fix paths and relative urls in navbar --- templates/navbar.html | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/navbar.html

[tor-commits] [newsletter/staging] Fix paths and relative urls in navbar

2019-01-03 Thread hiro
commit df92b63a28094ecb6d5b7d4de16e87f7d282b25b Author: hiro Date: Thu Jan 3 13:49:19 2019 +0100 Fix paths and relative urls in navbar --- templates/navbar.html | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/navbar.html

[tor-commits] [newsletter/staging] Remove weird character in december newsletter

2019-01-03 Thread hiro
commit ab7c69046688915515ee93b9d9c25769e78443b9 Author: hiro Date: Tue Dec 25 16:17:23 2018 +0100 Remove weird character in december newsletter --- .../contents.lr| 68 +++--- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git

[tor-commits] [newsletter/staging] Use relative links in navbar

2019-01-03 Thread hiro
commit d4d382eb26617cf5817650bfb7067d5e59653215 Author: hiro Date: Thu Jan 3 13:46:19 2019 +0100 Use relative links in navbar --- templates/navbar.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/navbar.html b/templates/navbar.html index

[tor-commits] [newsletter/staging] December newsletter

2019-01-03 Thread hiro
commit 838d115ede9b459430c58408f05128940a5d8023 Author: hiro Date: Tue Dec 25 16:07:01 2018 +0100 December newsletter --- .../contents.lr| 151 + .../text/contents.lr | 70 ++ 2 files changed,

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit b551a88ea8a044531026756c87edda83dfd97e86 Author: Translation commit bot Date: Thu Jan 3 12:45:32 2019 + Update translations for donatepages-messagespot --- locale/de/LC_MESSAGES/messages.po| 5 +++-- locale/el/LC_MESSAGES/messages.po| 5 +++--

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

2019-01-03 Thread translation
commit 34e06bbde8a587bf84d1624d55706999c22eb40d Author: Translation commit bot Date: Thu Jan 3 11:46:06 2019 + Update translations for liveusb-creator --- fr/fr.po | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fr/fr.po b/fr/fr.po index c84328d13..65f1e27cd

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 426d8c82d318fbde4b67c2b5a10633e471b278fd Author: Translation commit bot Date: Thu Jan 3 11:45:35 2019 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

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

2019-01-03 Thread translation
commit c7485c2bee41fe30ac4eba5ba13bd937e1c51126 Author: Translation commit bot Date: Thu Jan 3 10:16:04 2019 + Update translations for liveusb-creator_completed --- tr/tr.po | 88 1 file changed, 49 insertions(+), 39

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

2019-01-03 Thread translation
commit 36c3145a602fd8bd128a5316c4f14e21fa7b14aa Author: Translation commit bot Date: Thu Jan 3 10:15:56 2019 + Update translations for liveusb-creator --- tr/tr.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tr/tr.po b/tr/tr.po index

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit de9fd7677c1d4a7ffc1e44c8323ea068436f3b3e Author: Translation commit bot Date: Thu Jan 3 09:45:28 2019 + Update translations for donatepages-messagespot --- locale/de/LC_MESSAGES/messages.po | 3 ++- locale/ru/LC_MESSAGES/messages.po | 24 +++- 2 files

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 546c01661a1aea8fba0dc9eb694126161a666b78 Author: Translation commit bot Date: Thu Jan 3 09:15:19 2019 + Update translations for donatepages-messagespot --- locale/ru/LC_MESSAGES/messages.po | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit ea3bf9b2a88130e81f472db66481ae644fdc6352 Author: Translation commit bot Date: Thu Jan 3 08:45:28 2019 + Update translations for donatepages-messagespot --- locale/ru/LC_MESSAGES/messages.po | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-01-03 Thread translation
commit 9c021c79ca204086dafe273e50ebb205f6e8a29a Author: Translation commit bot Date: Thu Jan 3 08:15:25 2019 + Update translations for donatepages-messagespot --- locale/ru/LC_MESSAGES/messages.po | 8 1 file changed, 8 insertions(+) diff --git