[tor-commits] [translation/tpo-web_completed] Update translations for tpo-web_completed

2019-05-30 Thread translation
commit be1df78c8c84dfdab730fb6d0589264fb6cf2f34 Author: Translation commit bot Date: Fri May 31 01:20:22 2019 + Update translations for tpo-web_completed --- contents+zh-CN.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contents+zh-CN.po

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-05-30 Thread translation
commit e84b71e85cd013f991b675103b0004ee4b6a101a Author: Translation commit bot Date: Fri May 31 01:20:16 2019 + Update translations for tpo-web --- contents+zh-CN.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contents+zh-CN.po b/contents+zh-CN.po

[tor-commits] [tor/master] changes file for coverity fixes in tests (30150)

2019-05-30 Thread asn
commit 6246f4539ed317e05b773b0e373f1aa369d3759d Author: Nick Mathewson Date: Thu May 16 15:38:08 2019 -0400 changes file for coverity fixes in tests (30150) --- changes/ticket30150 | 4 1 file changed, 4 insertions(+) diff --git a/changes/ticket30150 b/changes/ticket30150 new file

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1032'

2019-05-30 Thread asn
commit d8bd98b2fde088d7e277854ceeb69e0a2ba080de Merge: 70553a913 6246f4539 Author: George Kadianakis Date: Wed May 29 21:28:04 2019 +0300 Merge branch 'tor-github/pr/1032' changes/ticket30150 | 4 src/test/rng_test_helpers.c | 1 + src/test/test_channel.c | 5 -

[tor-commits] [tor/master] rng_test_helpers: add a needless lock/unlock pair to please coverity

2019-05-30 Thread asn
commit 1bf451cffba5da84166dda48ec957e0b9cf45bee Author: Nick Mathewson Date: Thu May 16 15:03:54 2019 -0400 rng_test_helpers: add a needless lock/unlock pair to please coverity Fix for CID 1444908 --- src/test/rng_test_helpers.c | 3 +++ 1 file changed, 3 insertions(+) diff

[tor-commits] [tor/master] hs tests: explicitly free 'service' variable.

2019-05-30 Thread asn
commit 0a9685b3a7437e8851f8cb65fea3d0a16b7833a7 Author: Nick Mathewson Date: Thu May 16 15:21:18 2019 -0400 hs tests: explicitly free 'service' variable. This should fix about 15 CID issues, where coverity can't tell that hs_free_all() frees the service we allocated. ---

[tor-commits] [tor/master] test_channel_listener: free 'chan' explicitly

2019-05-30 Thread asn
commit d5db40a0145457f6a1ee24ac1310511eaf62b959 Author: Nick Mathewson Date: Thu May 16 15:34:28 2019 -0400 test_channel_listener: free 'chan' explicitly This should fix CID 1437442, where coverity can't tell that channel_free_all() frees the fake channel we allocated. ---

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1059'

2019-05-30 Thread asn
commit dd62cb788ea0e526cbed835c6c8b5eb15ed8685b Merge: 8dfc8d706 d8bd98b2f Author: George Kadianakis Date: Thu May 30 21:01:59 2019 +0300 Merge branch 'tor-github/pr/1059' changes/ticket30150 | 4 src/test/rng_test_helpers.c | 1 + src/test/test_channel.c | 5 -

[tor-commits] [stem/master] Travis: remove shellcheck

2019-05-30 Thread atagar
commit 026dfa4808cf5f9b56dbfba328919e6cfc3b666e Author: teor Date: Thu May 30 18:52:01 2019 +1000 Travis: remove shellcheck The last shell script has been removed from stem master, so there's no need for shellcheck in CI any more. Implements 30650. --- .travis.yml |

[tor-commits] [stem/master] Travis: add --target ONLINE to the latest python and tor versions

2019-05-30 Thread atagar
commit 36dc1ff55af20a20ad2a9836af0c535159e92cc8 Author: teor Date: Thu May 30 19:05:08 2019 +1000 Travis: add --target ONLINE to the latest python and tor versions Add --target ONLINE on: * macOS, tor stable, python 2.7 * Linux, tor master, python 2.7 * Linux, tor

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1057'

2019-05-30 Thread dgoulet
commit 8dfc8d7063bf4b317bd47b7a2e8cccb0a428e861 Merge: a462ca7cc 8f3430fc2 Author: David Goulet Date: Thu May 30 12:58:35 2019 -0400 Merge branch 'tor-github/pr/1057' changes/bug30629| 6 ++ src/app/main/shutdown.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] changes file for 30629

2019-05-30 Thread dgoulet
commit 8f3430fc28be9ac16909fd02e0d48aad4ccc128e Author: Nick Mathewson Date: Thu May 30 12:58:12 2019 -0400 changes file for 30629 --- changes/bug30629 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/changes/bug30629 b/changes/bug30629 new file mode 100644 index

[tor-commits] [tor/master] Shutdown libevent _after_ the subsystems.

2019-05-30 Thread dgoulet
commit ba9b0319b00692038e5d4aa2eff7cf5d6947e659 Author: Nick Mathewson Date: Wed May 29 11:25:47 2019 -0400 Shutdown libevent _after_ the subsystems. This is necessary since shutting down libevent frees some pointer that the subsystems want to free themselves. A longer term

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1055'

2019-05-30 Thread dgoulet
commit a462ca7cce3699f488b5e2f2921738c944cb29c7 Merge: ef9170db4 2d66250d8 Author: David Goulet Date: Thu May 30 12:53:52 2019 -0400 Merge branch 'tor-github/pr/1055' changes/bug30646 | 4 src/feature/control/control_cmd.c | 1 - 2 files changed, 4 insertions(+), 1

[tor-commits] [tor/master] Remove want_cmddata from HSFETCH, which does not in fact want data

2019-05-30 Thread dgoulet
commit 2d66250d8acfc61210442df94fe04df09c2dbab6 Author: Nick Mathewson Date: Wed May 29 10:10:57 2019 -0400 Remove want_cmddata from HSFETCH, which does not in fact want data This looks a copy-and-paste error to me. Fixes bug 30646; bugfix on 0.4.1.1-alpha. ---

[tor-commits] [metrics-web/master] Extend latency graph to contain high/low values.

2019-05-30 Thread karsten
commit fd251d6c69efeb3d548f915cc40e001e89c1f41f Author: Karsten Loesing Date: Wed May 29 16:10:40 2019 +0200 Extend latency graph to contain high/low values. This patch adds two new lines to the existing circuit round-trip latencies graph: lowest and highest measurements that

[tor-commits] [tor/master] Tweak comments in tor_vasprintf(), and add a changes file for 30651

2019-05-30 Thread dgoulet
commit 0e0cf4abd80249faa23f2bbdb89e62ba96c898f0 Author: Nick Mathewson Date: Wed May 29 09:38:32 2019 -0400 Tweak comments in tor_vasprintf(), and add a changes file for 30651 --- changes/bug30561| 6 ++ src/common/compat.c | 10 ++ 2 files changed, 12 insertions(+), 4

[tor-commits] [tor/master] Merge branch 'ticket30561_029' into ticket30561_035

2019-05-30 Thread dgoulet
commit 8f0b29961eb4b9965f22bbcabdc0aa0354c19a4a Merge: e5deb2bbc 0e0cf4abd Author: Nick Mathewson Date: Wed May 29 09:43:20 2019 -0400 Merge branch 'ticket30561_029' into ticket30561_035 changes/bug30561| 6 ++ src/lib/string/printf.c | 16 +--- 2 files changed,

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1054'

2019-05-30 Thread dgoulet
commit ef9170db4cc936c7154d8be7626f9c57f75c0049 Merge: 61bd8f428 8f0b29961 Author: David Goulet Date: Thu May 30 09:59:21 2019 -0400 Merge branch 'tor-github/pr/1054' changes/bug30561| 6 ++ src/lib/string/printf.c | 16 +--- 2 files changed, 19 insertions(+), 3

[tor-commits] [tor/master] Fixed tor_vasprintf on systems without vasprintf.

2019-05-30 Thread dgoulet
commit 0d5a0b4f0ccc804913fbca20acf5fc62f52570b8 Author: Tobias Stoeckmann Date: Wed May 29 09:33:24 2019 -0400 Fixed tor_vasprintf on systems without vasprintf. If tor is compiled on a system with neither vasprintf nor _vscprintf, the fallback implementation exposes a logic

[tor-commits] [tor/master] Changes file for bug 30614

2019-05-30 Thread dgoulet
commit bdf685e47614ef5dca935b9fe9a608ffdd63a816 Author: Nick Mathewson Date: Wed May 29 09:05:26 2019 -0400 Changes file for bug 30614 --- changes/bug30614 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug30614 b/changes/bug30614 new file mode 100644 index

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1049'

2019-05-30 Thread dgoulet
commit 61bd8f428b2bd637591dace2d7d65af42740b898 Merge: 70553a913 bdf685e47 Author: David Goulet Date: Thu May 30 09:56:18 2019 -0400 Merge branch 'tor-github/pr/1049' changes/bug30614 | 4 src/lib/malloc/map_anon.c | 4 2 files changed, 8 insertions(+)

[tor-commits] [tor/master] Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available.

2019-05-30 Thread dgoulet
commit 7971b3a5a6fc8b964339b144ae33faf9db1c3869 Author: Taylor R Campbell Date: Sat May 25 03:55:24 2019 + Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available. Fixes assertion failure in tests on NetBSD: slow/prob_distr/stochastic_log_logistic: [forking] May 25

[tor-commits] [collector/master] Bump version to 1.9.1-dev.

2019-05-30 Thread karsten
commit d992d8719d507fa8fffee24faa18546da848e16e Author: Karsten Loesing Date: Thu May 30 15:32:07 2019 +0200 Bump version to 1.9.1-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index d2d1f73..d0fd248 100644 --- a/build.xml +++

[tor-commits] [collector/master] Fix synchronizing bandwidth files from other CollecTors.

2019-05-30 Thread karsten
commit c19be5b35490a1da33ecf57201e37409599fea48 Author: Karsten Loesing Date: Thu May 16 15:55:57 2019 +0200 Fix synchronizing bandwidth files from other CollecTors. Fixes #30525. --- build.xml | 2 +-

[tor-commits] [collector/release] Fix synchronizing bandwidth files from other CollecTors.

2019-05-30 Thread karsten
commit c19be5b35490a1da33ecf57201e37409599fea48 Author: Karsten Loesing Date: Thu May 16 15:55:57 2019 +0200 Fix synchronizing bandwidth files from other CollecTors. Fixes #30525. --- build.xml | 2 +-

[tor-commits] [collector/release] Prepare for 1.9.1 release.

2019-05-30 Thread karsten
commit df98ac79a3d0cb0e0a4e37387420a2edf60cf093 Author: Karsten Loesing Date: Wed May 29 17:48:07 2019 +0200 Prepare for 1.9.1 release. --- CHANGELOG.md | 7 +++ build.xml| 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [collector/release] Bump version to 1.9.0-dev.

2019-05-30 Thread karsten
commit e5c75cf463d5dbb6304c5f08825792dd95635a79 Author: Karsten Loesing Date: Tue May 14 08:51:57 2019 +0200 Bump version to 1.9.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b156b01..5be33ff 100644 --- a/build.xml +++

[tor-commits] [collector/master] Prepare for 1.9.1 release.

2019-05-30 Thread karsten
commit df98ac79a3d0cb0e0a4e37387420a2edf60cf093 Author: Karsten Loesing Date: Wed May 29 17:48:07 2019 +0200 Prepare for 1.9.1 release. --- CHANGELOG.md | 7 +++ build.xml| 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [metrics-lib/release] Prepare for 2.6.2 release.

2019-05-30 Thread karsten
commit 3fe5dd322a823f50003bf66596cb73d990d2d70f Author: Karsten Loesing Date: Wed May 29 17:22:12 2019 +0200 Prepare for 2.6.2 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [metrics-lib/release] Recognize bandwidth files with @type annotation.

2019-05-30 Thread karsten
commit f8afa3930d800e139b4e1ca540961ac4a097c11b Author: Karsten Loesing Date: Thu May 16 15:54:13 2019 +0200 Recognize bandwidth files with @type annotation. Fixes part of #30525. --- CHANGELOG.md| 6 ++

[tor-commits] [metrics-lib/release] Bump version to 2.6.1-dev.

2019-05-30 Thread karsten
commit 3693e107a3aff7473200ece3ba3889dc9462c7b3 Author: Karsten Loesing Date: Mon May 13 11:45:17 2019 +0200 Bump version to 2.6.1-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9b76d46..9ae5215 100644 --- a/build.xml +++

[tor-commits] [metrics-lib/master] Bump version to 2.6.2-dev.

2019-05-30 Thread karsten
commit e723c065b764ecfbb3bb96d4c491e67398b7f21b Author: Karsten Loesing Date: Thu May 30 15:21:41 2019 +0200 Bump version to 2.6.2-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e6a1dbe..3066e90 100644 --- a/build.xml +++

[tor-commits] [metrics-lib/master] Prepare for 2.6.2 release.

2019-05-30 Thread karsten
commit 3fe5dd322a823f50003bf66596cb73d990d2d70f Author: Karsten Loesing Date: Wed May 29 17:22:12 2019 +0200 Prepare for 2.6.2 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

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

2019-05-30 Thread translation
commit feca21854365e2ccd0441000ab10cd69c4ef1a84 Author: Translation commit bot Date: Thu May 30 12:47:18 2019 + Update translations for tails-greeter-2_completed --- es/es.po | 44 +++- 1 file changed, 23 insertions(+), 21 deletions(-) diff

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

2019-05-30 Thread translation
commit d043dbe3dad4c414f50f9502a0816d36a7d61c3c Author: Translation commit bot Date: Thu May 30 12:47:12 2019 + Update translations for tails-greeter-2 --- es/es.po | 44 +++- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git

[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2019-05-30 Thread translation
commit b2c899c1ed42b6f9a8490dc14c0332ba56e09181 Author: Translation commit bot Date: Thu May 30 12:46:30 2019 + Update translations for mat-gui_completed --- es.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es.po b/es.po index fb3a67834..5ecdb63d0 100644

[tor-commits] [translation/mat-gui] Update translations for mat-gui

2019-05-30 Thread translation
commit 09adc64ae5a2bef7fcfe2e20cf2c85512ce4cfb7 Author: Translation commit bot Date: Thu May 30 12:46:21 2019 + Update translations for mat-gui --- es.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es.po b/es.po index fb3a67834..5ecdb63d0 100644 --- a/es.po

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

2019-05-30 Thread translation
commit 43fa95c504efb6d35d82d4347e0f3c8a9eee74fa Author: Translation commit bot Date: Thu May 30 08:45:55 2019 + Update translations for exoneratorproperties_completed --- zh_CN/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-05-30 Thread translation
commit b76cb6173f64f287563582a8144391bbc12639ba Author: Translation commit bot Date: Thu May 30 08:45:46 2019 + Update translations for exoneratorproperties --- zh_CN/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_CN/exonerator.properties

[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2019-05-30 Thread translation
commit 3cfdfe68db156b0eca53b600ad0350f005fc66e2 Author: Translation commit bot Date: Thu May 30 06:50:19 2019 + Update translations for tor-launcher-network-settings --- zh_CN/network-settings.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2019-05-30 Thread translation
commit f31d3cb3bb3fb3eadc295de14193587b0fb61006 Author: Translation commit bot Date: Thu May 30 06:50:02 2019 + Update translations for torcheck_completed --- zh_CN/torcheck.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh_CN/torcheck.po

[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2019-05-30 Thread translation
commit 572e79477de6f50288679a6999f4eb30150bee85 Author: Translation commit bot Date: Thu May 30 06:50:24 2019 + Update translations for tor-launcher-network-settings_completed --- zh_CN/network-settings.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2019-05-30 Thread translation
commit 347340f38ea2e0b7a4649e51c51671d084679e50 Author: Translation commit bot Date: Thu May 30 06:50:07 2019 + Update translations for tor-launcher-properties --- zh_CN/torlauncher.properties | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff

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

2019-05-30 Thread translation
commit 26c6e06d0ac5915576ad6bee2b5fece0f480f40c Author: Translation commit bot Date: Thu May 30 06:49:53 2019 + Update translations for torcheck --- zh_CN/torcheck.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh_CN/torcheck.po b/zh_CN/torcheck.po index

[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2019-05-30 Thread translation
commit b7342f3d36367dcf55a9f39567aa31473f200647 Author: Translation commit bot Date: Thu May 30 06:50:13 2019 + Update translations for tor-launcher-properties_completed --- zh_CN/torlauncher.properties | 30 +++--- 1 file changed, 15 insertions(+), 15