[tor-commits] [obfs4/master] Do the release ritual for obfs4proxy-0.0.10

2019-04-11 Thread yawning
commit f58291912a66c2e76007175401f552ec4576f255 Author: Yawning Angel Date: Fri Apr 12 05:19:00 2019 + Do the release ritual for obfs4proxy-0.0.10 --- ChangeLog| 4 +++- obfs4proxy/obfs4proxy.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[tor-commits] [chutney/master] bootstrap-network: Log the flavour name that's actually being used

2019-04-11 Thread teor
commit b03e5a30b4255d1ac10ebb9015dcbcaf502d4720 Author: teor Date: Mon Apr 8 08:30:53 2019 +1000 bootstrap-network: Log the flavour name that's actually being used Part of 30058. --- tools/bootstrap-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/17'

2019-04-11 Thread teor
commit 113f415e3bd5bbc2bb3788555fe2566ba723b91c Merge: 1941747 f6d4095 Author: teor Date: Fri Apr 12 12:50:58 2019 +1000 Merge remote-tracking branch 'tor-github/pr/17' tools/bootstrap-network.sh | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

[tor-commits] [chutney/master] bootstrap-network: Actually use the first argument as the network flavour

2019-04-11 Thread teor
commit f6d409540a751008b788138daa037dd3289e2f12 Author: teor Date: Mon Apr 8 08:31:59 2019 +1000 bootstrap-network: Actually use the first argument as the network flavour Before these bug 30058 fixes, bootstrap-network.sh: * Logged the first argument as the network flavour

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/19'

2019-04-11 Thread teor
commit 81265144939d2f620d36827970e96115d725dd04 Merge: cdd4389 86fb60a Author: teor Date: Fri Apr 12 12:39:35 2019 +1000 Merge remote-tracking branch 'tor-github/pr/19' tools/test-network-impl.sh | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)

[tor-commits] [chutney/master] shellcheck: Disable SC1117: backslash escaping

2019-04-11 Thread teor
commit dc4a018b05f324cbdd9e4ac49474f2ad8a8ad87c Author: teor Date: Mon Apr 8 15:10:28 2019 +1000 shellcheck: Disable SC1117: backslash escaping SC1117 was disabled after shellcheck release 0.5, because it was too pedantic. But shellcheck 0.5.0 is still in the Travis

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/21'

2019-04-11 Thread teor
commit 1941747db8b14885ae0dfed40b8e5425e47bee2d Merge: fa9588e dc4a018 Author: teor Date: Fri Apr 12 12:41:50 2019 +1000 Merge remote-tracking branch 'tor-github/pr/21' Merged the shellcheck and unit tests. Put shellcheck first. .travis.yml| 9 +

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/18'

2019-04-11 Thread teor
commit cdd438923096a893e7dbe52ef8c3cd2c962ad59b Merge: 9bb251f c5ed158 Author: teor Date: Fri Apr 12 12:38:27 2019 +1000 Merge remote-tracking branch 'tor-github/pr/18' .travis.yml | 1 + lib/chutney/Debug.py | 18 ++- lib/chutney/Templating.py | 2 +-

[tor-commits] [chutney/master] README: Update the default start time

2019-04-11 Thread teor
commit fa9588e3ce31715ff934705071ba0c86e39e45df Author: teor Date: Fri Apr 12 12:40:13 2019 +1000 README: Update the default start time --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 59b97cd..c828e1d 100644 --- a/README +++ b/README @@

[tor-commits] [chutney/master] shellcheck: fix warnings in the hsaddress.sh script

2019-04-11 Thread teor
commit 899d385c700a5de3243271d0885424abf7a65204 Author: teor Date: Mon Apr 8 12:02:34 2019 +1000 shellcheck: fix warnings in the hsaddress.sh script Part of 30065. --- tools/hsaddress.sh | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [chutney/master] fixup! test: Add tests/unit-tests.sh

2019-04-11 Thread teor
commit 2a0a85c62de94e7b5d290b3bbae132e26c6f11a1 Author: teor Date: Mon Apr 8 11:06:08 2019 +1000 fixup! test: Add tests/unit-tests.sh --- tests/unit-tests.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit-tests.sh b/tests/unit-tests.sh index

[tor-commits] [chutney/master] Travis: test shellcheck as part of Travis

2019-04-11 Thread teor
commit 9ca5257386bc8f7e65a685c4e90817bf17d45183 Author: teor Date: Mon Apr 8 12:03:07 2019 +1000 Travis: test shellcheck as part of Travis Closes 30065. --- .travis.yml | 9 + 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a140dd..fd04d7d

[tor-commits] [chutney/master] shellcheck: fix warnings in the bootstrap-network.sh script

2019-04-11 Thread teor
commit d6df03566a138d6934abedf94bdff4c08d64f83b Author: teor Date: Mon Apr 8 12:01:26 2019 +1000 shellcheck: fix warnings in the bootstrap-network.sh script Part of 30065. --- tools/bootstrap-network.sh | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[tor-commits] [chutney/master] shellcheck: fix warnings in the warnings.sh script

2019-04-11 Thread teor
commit 2e605ac428ba212df7c1e26c5493350d93c5 Author: teor Date: Mon Apr 8 12:01:59 2019 +1000 shellcheck: fix warnings in the warnings.sh script Part of 30065. --- tools/warnings.sh | 48 ++-- 1 file changed, 26 insertions(+), 22

[tor-commits] [chutney/master] fixup! fixup! test: Add tests/unit-tests.sh

2019-04-11 Thread teor
commit 65c669cc4dd5b53463553fd32a35ed533dad948e Author: teor Date: Mon Apr 8 11:50:41 2019 +1000 fixup! fixup! test: Add tests/unit-tests.sh --- tests/unit-tests.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit-tests.sh b/tests/unit-tests.sh index

[tor-commits] [chutney/master] tests: Add a shellcheck test

2019-04-11 Thread teor
commit ef79e2143ee426eee74d322dd4140d7c076af221 Author: teor Date: Mon Apr 8 12:23:48 2019 +1000 tests: Add a shellcheck test Part of 30065. --- tests/shellcheck-tests.sh | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/shellcheck-tests.sh

[tor-commits] [chutney/master] fixup! test-network: Try a default start time of 120 seconds

2019-04-11 Thread teor
commit 86fb60ac29ea11f16e82aaad4d165b02d1ba83b0 Author: teor Date: Mon Apr 8 10:56:53 2019 +1000 fixup! test-network: Try a default start time of 120 seconds --- tools/test-network-impl.sh | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[tor-commits] [chutney/master] Traffic: make the unit test compatible with python 3

2019-04-11 Thread teor
commit c5ed1580d9b864287068c3b4fa3620835c3c8ede Author: teor Date: Mon Apr 8 15:02:55 2019 +1000 Traffic: make the unit test compatible with python 3 Part of 30063. --- lib/chutney/Traffic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [chutney/master] README: fix grammar

2019-04-11 Thread teor
commit de76537ce4700895e517dc3a068f4dead77375cd Author: teor Date: Sat Apr 6 13:15:20 2019 +1000 README: fix grammar --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0cc5a1e..59b97cd 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@

[tor-commits] [chutney/master] Travis: Run unit-tests.sh before running the tor integration test

2019-04-11 Thread teor
commit 03bcfa025f0eb4a33e7735883411328b62d834ba Author: teor Date: Mon Apr 8 10:32:26 2019 +1000 Travis: Run unit-tests.sh before running the tor integration test Closes 30063. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index

[tor-commits] [chutney/master] test-network: Try a default start time of 120 seconds

2019-04-11 Thread teor
commit d40ea6d478fdde2b7a3a22e05036f6e923ed29bb Author: teor Date: Mon Apr 8 10:47:26 2019 +1000 test-network: Try a default start time of 120 seconds For Travis and other slow or loaded machines. TODO: update the README with the new default. (Conflicts with 30059.)

[tor-commits] [chutney/master] shellcheck: Fix warnings in the chutney script

2019-04-11 Thread teor
commit 40fd44a8ba26144b83c0e0a8e6caff03df717ec4 Author: teor Date: Mon Apr 8 12:00:45 2019 +1000 shellcheck: Fix warnings in the chutney script Part of 30065. --- chutney | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chutney b/chutney index

[tor-commits] [chutney/master] TODO: we have done some of the TODOs

2019-04-11 Thread teor
commit 9bb251f8035832920776332f8b74ed6c97007729 Author: teor Date: Mon Apr 8 09:04:16 2019 +1000 TODO: we have done some of the TODOs But we forgot to take them off our list. Part of bug 30059. --- TODO | 7 --- 1 file changed, 7 deletions(-) diff --git a/TODO

[tor-commits] [chutney/master] README: specify the default CHUTNEY_START_TIME

2019-04-11 Thread teor
commit aceff9ee30898ec0135002a9d5d7c9a680be91c8 Author: teor Date: Sat Apr 6 12:06:05 2019 +1000 README: specify the default CHUTNEY_START_TIME --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 93309cb..9fdee93 100644 --- a/README

[tor-commits] [chutney/master] tests: Stop requiring python2 for module tests

2019-04-11 Thread teor
commit 191e280f636a724d5c80b0ff74e571711b8e94fb Author: teor Date: Mon Apr 8 10:06:12 2019 +1000 tests: Stop requiring python2 for module tests And make the modules executable, so we can run them in unit tests. Part of 30063. --- lib/chutney/Debug.py | 2 +-

[tor-commits] [chutney/master] tests: Add unit tests to Debug.py

2019-04-11 Thread teor
commit 7a3db9879d0f9a6116456910207c4e2a19bf5169 Author: teor Date: Mon Apr 8 10:08:36 2019 +1000 tests: Add unit tests to Debug.py Part of 30063. --- lib/chutney/Debug.py | 16 1 file changed, 16 insertions(+) diff --git a/lib/chutney/Debug.py

[tor-commits] [chutney/master] test: Add tests/unit-tests.sh

2019-04-11 Thread teor
commit 09fbfaefbb6f9ad59bf3947e3e9c6ec0d2fe3989 Author: teor Date: Mon Apr 8 10:31:45 2019 +1000 test: Add tests/unit-tests.sh Test each chutney module separately, using its own unit tests. Part of 30063. --- tests/unit-tests.sh | 78

[tor-commits] [chutney/master] README: rewrite the bandwidth tests section

2019-04-11 Thread teor
commit 8ddd5efff908bcd5998a8149418af7f06e5a30cb Author: teor Date: Sat Apr 6 13:14:55 2019 +1000 README: rewrite the bandwidth tests section --- README | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README b/README index 9fdee93..0cc5a1e 100644 ---

[tor-commits] [chutney/master] tests: Stop requiring a tor (or SOCKS) proxy for the Traffic.py tests

2019-04-11 Thread teor
commit 25162cb860eb0dab828aae9718e758628b0b2d83 Author: teor Date: Mon Apr 8 10:08:00 2019 +1000 tests: Stop requiring a tor (or SOCKS) proxy for the Traffic.py tests Part of 30063. --- lib/chutney/Traffic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/maint-0.4.0] bump to 0.4.0.4-rc-dev

2019-04-11 Thread nickm
commit 40471d73e5270d615a92be2ee1e7c70232dcbbcc Author: Nick Mathewson Date: Thu Apr 11 17:05:38 2019 -0400 bump to 0.4.0.4-rc-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/master] forward-port the 0.4.0.4-rc changelog

2019-04-11 Thread nickm
commit adeecce53b68eb7183bf8d5b3051303b5f2f1d45 Author: Nick Mathewson Date: Thu Apr 11 17:06:19 2019 -0400 forward-port the 0.4.0.4-rc changelog --- ChangeLog | 138 ++ 1 file changed, 138 insertions(+) diff --git a/ChangeLog

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

2019-04-11 Thread nickm
commit 7dd247c5fd91962cf12ffc1c2aced0a3e8d01f29 Merge: 9fabf104e 40471d73e Author: Nick Mathewson Date: Thu Apr 11 17:05:45 2019 -0400 Merge branch 'maint-0.4.0' ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2019-04-11 Thread nickm
commit 5ae1389465f9be45530c8e07f7870e021705fe31 Merge: dac18e0b2 40471d73e Author: Nick Mathewson Date: Thu Apr 11 17:06:26 2019 -0400 Merge branch 'maint-0.4.0' into release-0.4.0 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/master] bump to 0.4.0.4-rc-dev

2019-04-11 Thread nickm
commit 40471d73e5270d615a92be2ee1e7c70232dcbbcc Author: Nick Mathewson Date: Thu Apr 11 17:05:38 2019 -0400 bump to 0.4.0.4-rc-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.0] bump to 0.4.0.4-rc-dev

2019-04-11 Thread nickm
commit 40471d73e5270d615a92be2ee1e7c70232dcbbcc Author: Nick Mathewson Date: Thu Apr 11 17:05:38 2019 -0400 bump to 0.4.0.4-rc-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [webwml/master] alpha version is now 0.4.0.4-rc

2019-04-11 Thread nickm
commit 5378a52ac0220f996108e24e4fa0ef59b9c30eaf Author: Nick Mathewson Date: Thu Apr 11 17:04:56 2019 -0400 alpha version is now 0.4.0.4-rc --- Makefile | 2 +- include/versions.wmi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile

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

2019-04-11 Thread translation
commit 16f0a44c506d40c709ff6a437500ea195c7b00d6 Author: Translation commit bot Date: Thu Apr 11 19:50:47 2019 + Update translations for tpo-web --- contents+tr.po | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contents+tr.po b/contents+tr.po index

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

2019-04-11 Thread translation
commit e09f60938f8d7f094ff69c744e987a257bccfee3 Author: Translation commit bot Date: Thu Apr 11 19:50:52 2019 + Update translations for tpo-web_completed --- contents+tr.po | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contents+tr.po b/contents+tr.po index

[tor-commits] [translation/torbutton-browseronboardingproperties] Update translations for torbutton-browseronboardingproperties

2019-04-11 Thread translation
commit afa4bb28691855c909295cd8686083c9386aa708 Author: Translation commit bot Date: Thu Apr 11 19:49:49 2019 + Update translations for torbutton-browseronboardingproperties --- tr/browserOnboarding.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/torbutton-browseronboardingproperties_completed] Update translations for torbutton-browseronboardingproperties_completed

2019-04-11 Thread translation
commit b64926926792c0ef0fa37422ec94e9e903a00157 Author: Translation commit bot Date: Thu Apr 11 19:49:56 2019 + Update translations for torbutton-browseronboardingproperties_completed --- tr/browserOnboarding.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-04-11 Thread translation
commit 459529fdf3ad0189839b89ef8a6ba7602a983935 Author: Translation commit bot Date: Thu Apr 11 19:48:11 2019 + Update translations for tbmanual-contentspot_completed --- contents+tr.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contents+tr.po

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

2019-04-11 Thread translation
commit 97acf73e6bb7ceb927e9c6ecd5681d317fee8be3 Author: Translation commit bot Date: Thu Apr 11 19:48:05 2019 + Update translations for tbmanual-contentspot --- contents+tr.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contents+tr.po b/contents+tr.po

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

2019-04-11 Thread translation
commit 2877699ed71b5891fe6380ad50ea10f1707cdcfb Author: Translation commit bot Date: Thu Apr 11 19:45:37 2019 + Update translations for donatepages-messagespot --- locale/tr/LC_MESSAGES/messages.po | 29 - 1 file changed, 20 insertions(+), 9 deletions(-)

[tor-commits] [goptlib/master] Bug 28940: add support for LOG.

2019-04-11 Thread dcf
commit 350ea810838a99d9fc9bf7e3523fcc5635691eed Author: David Fifield Date: Thu Feb 7 19:56:13 2019 -0700 Bug 28940: add support for LOG. --- pt.go | 65 +++ pt_test.go | 128 + 2 files changed,

[tor-commits] [goptlib/master] ChangeLog for Log.

2019-04-11 Thread dcf
commit 781a46c66d2ddbc3509354ae7f1fccab74cb9927 Author: David Fifield Date: Thu Apr 11 12:29:08 2019 -0600 ChangeLog for Log. --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38d63eb..2aae857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3

[tor-commits] [tor/master] Fix SC2006 in minimize.sh

2019-04-11 Thread nickm
commit 0e0a0b9802e7e7bf192df9c93f257913e926033a Author: rl1987 Date: Mon Apr 8 11:16:45 2019 +0300 Fix SC2006 in minimize.sh --- changes/ticket30079 | 3 +++ src/test/fuzz/minimize.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changes/ticket30079

[tor-commits] [tor/master] Add changes file

2019-04-11 Thread nickm
commit b2eced6c0747159ab7b3942a45c1a147a5ecfc96 Author: rl1987 Date: Wed Apr 3 18:05:23 2019 +0300 Add changes file --- changes/bug30002 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes/bug30002 b/changes/bug30002 new file mode 100644 index 0..da61c9e4b --- /dev/null

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/887'

2019-04-11 Thread nickm
commit d549440124be04986cc7a2b8cb98bd878fca5532 Merge: f8dc935fb b2eced6c0 Author: Nick Mathewson Date: Thu Apr 11 14:29:16 2019 -0400 Merge remote-tracking branch 'tor-github/pr/887' changes/bug30002| 2 ++ src/test/test_key_expiration.sh | 14 +++--- 2 files

[tor-commits] [tor/master] Fix SC2064 warning

2019-04-11 Thread nickm
commit 9e04a8722081cd761ee3a2e173b53c7859a8c916 Author: rl1987 Date: Wed Apr 3 17:58:05 2019 +0300 Fix SC2064 warning --- src/test/test_key_expiration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_key_expiration.sh b/src/test/test_key_expiration.sh

[tor-commits] [tor/master] Fix SC2086 warnings in test_key_expiration.sh

2019-04-11 Thread nickm
commit 9e0f0a565632327263c1c3466978f8bc5e759194 Author: rl1987 Date: Wed Apr 3 17:52:31 2019 +0300 Fix SC2086 warnings in test_key_expiration.sh --- src/test/test_key_expiration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/test_key_expiration.sh

[tor-commits] [tor/master] Fix SC2006 warnings

2019-04-11 Thread nickm
commit 700310df613e379dc1930917f0f8a25f0c894a52 Author: rl1987 Date: Wed Apr 3 17:56:52 2019 +0300 Fix SC2006 warnings --- src/test/test_key_expiration.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/test_key_expiration.sh

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/913'

2019-04-11 Thread nickm
commit 9fabf104ed8163e6647a31d3f54aaf4eba5dacb0 Merge: d54944012 0e0a0b980 Author: Nick Mathewson Date: Thu Apr 11 14:30:05 2019 -0400 Merge remote-tracking branch 'tor-github/pr/913' changes/ticket30079 | 3 +++ src/test/fuzz/minimize.sh | 2 +- 2 files changed, 4 insertions(+), 1

[tor-commits] [tor/master] Fix SC2015 warning

2019-04-11 Thread nickm
commit 4172b638b8221e2d56c20e2a408948977c68358a Author: rl1987 Date: Wed Apr 3 18:03:34 2019 +0300 Fix SC2015 warning --- src/test/test_key_expiration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_key_expiration.sh b/src/test/test_key_expiration.sh

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/741'

2019-04-11 Thread nickm
commit f8dc935fb7f2d5fb2a5ec4224c7d99f0f177608e Merge: 3c64cfe64 9b7cdd23d Author: Nick Mathewson Date: Thu Apr 11 14:27:06 2019 -0400 Merge remote-tracking branch 'tor-github/pr/741' doc/tor.1.txt | 13 +++-- src/config/torrc.sample.in | 21 - 2

[tor-commits] [tor/master] doc: update the man page and sample torrc for ExitRelay

2019-04-11 Thread nickm
commit 9b7cdd23deb5830cce794ce6e901b82fa094dd9f Author: teor Date: Thu Feb 28 11:22:20 2019 +1000 doc: update the man page and sample torrc for ExitRelay We changed the default of ExitRelay in #21530 in 0.3.5.1-alpha, but forgot to update the documentation. Closes

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] Bug 27503: Disabling accessibility on Windows breaks screen readers

2019-04-11 Thread gk
commit f5f845f5fe14b5085f919ba46ec092b14c7fcb11 Author: Richard Pospesel Date: Tue Apr 2 17:33:09 2019 -0700 Bug 27503: Disabling accessibility on Windows breaks screen readers This patch is merely an application of the current accessibility fixes in Mozilla 1520177 (

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

2019-04-11 Thread translation
commit 4841926e898e29e2feaad26a78c0fa8851c7d1c7 Author: Translation commit bot Date: Thu Apr 11 18:15:36 2019 + Update translations for donatepages-messagespot --- locale/id/LC_MESSAGES/messages.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/release-0.4.0] More changelog edits (thanks, seborn!)

2019-04-11 Thread nickm
commit dac18e0b2085814c32070d603c4c94297ee778cc Author: Nick Mathewson Date: Thu Apr 11 14:04:02 2019 -0400 More changelog edits (thanks, seborn!) --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70c040544..20a00899c 100644

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

2019-04-11 Thread translation
commit 320b76bdfd4536d95af6e48252fa7b204a9a9190 Author: Translation commit bot Date: Thu Apr 11 17:47:59 2019 + Update translations for tbmanual-contentspot_completed --- contents+id.po | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/contents+id.po

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

2019-04-11 Thread translation
commit 327f2096b3f9a1922873befa38127b4557c5c6e4 Author: Translation commit bot Date: Thu Apr 11 17:47:49 2019 + Update translations for tbmanual-contentspot --- contents+id.po | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/contents+id.po

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] Bug 29859: Disable HLS support for now

2019-04-11 Thread gk
commit 477af8c709134b57b530b4b94ce6b4c82cb46fce Author: Georg Koppen Date: Thu Mar 28 19:10:34 2019 + Bug 29859: Disable HLS support for now --- mobile/android/app/000-tor-browser-android.js | 3 +++ mobile/android/moz.configure | 2 +- 2 files changed, 4

[tor-commits] [tor/release-0.4.0] Light editing on changelog

2019-04-11 Thread nickm
commit 5d83c34ef9dccab311b9991abc3904ab409c5cfc Author: Nick Mathewson Date: Thu Apr 11 10:26:41 2019 -0400 Light editing on changelog --- ChangeLog | 81 +-- 1 file changed, 37 insertions(+), 44 deletions(-) diff --git

[tor-commits] [snowflake/master] Moved data channel timeout to constant

2019-04-11 Thread cohosh
commit 62fddab153019ac7e5d7efd1d327b20aede921c3 Author: Cecylia Bocovich Date: Fri Apr 5 10:40:11 2019 -0400 Moved data channel timeout to constant --- proxy-go/snowflake.go | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proxy-go/snowflake.go

[tor-commits] [snowflake/master] Merge branch 'deadlock'

2019-04-11 Thread cohosh
commit 6399ef9d4fa7d1dced903b43f329a43d3a80dfc7 Merge: 3eb9064 62fddab Author: Cecylia Bocovich Date: Thu Apr 11 09:57:38 2019 -0400 Merge branch 'deadlock' proxy-go/snowflake.go | 57 +-- 1 file changed, 32 insertions(+), 25 deletions(-)

[tor-commits] [snowflake/master] Fix for proxy deadlock bug

2019-04-11 Thread cohosh
commit c28c8ca489633aae2d9b9dbea0e781ca5e44cc66 Author: Cecylia Bocovich Date: Sat Mar 30 12:19:29 2019 -0400 Fix for proxy deadlock bug This is a fix for the proxy-go deadlock bug (ticket #25688). The assumption that OnIceComplete is always followed by a successful

[tor-commits] [snowflake/master] Added check to see if peer connection succeeded

2019-04-11 Thread cohosh
commit 08f5205461573bf8a6e8961540ac620865a3b45c Author: Cecylia Bocovich Date: Wed Apr 3 15:59:47 2019 -0400 Added check to see if peer connection succeeded This is related to the proxy-go deadlock bug #25688. If a client doesn't do anything with the SDP answer, a token will

[tor-commits] [tor-browser-build/master] Bug 28622: Update Tor Browser icon for Android

2019-04-11 Thread gk
commit 300c55e5e0cf8e24f49959eababd2c7d9fc056ad Author: Georg Koppen Date: Wed Mar 20 11:11:39 2019 + Bug 28622: Update Tor Browser icon for Android --- projects/firefox/config | 6 +++--- projects/firefox/mozconfig-android-armv7 | 1 -

[tor-commits] [tor-browser-build/master] Merge branch 'bug_28622_v2'

2019-04-11 Thread gk
commit bfc677fcd93dc80c062a0dfe3e93115808f09480 Merge: 3ba2100 300c55e Author: Georg Koppen Date: Thu Apr 11 13:57:29 2019 + Merge branch 'bug_28622_v2' projects/firefox/config | 6 +++--- projects/firefox/mozconfig-android-armv7 | 1 -

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 28622: Update Tor Browser icon for mobile

2019-04-11 Thread gk
commit 80e82b14804f677dd89a63a79d42f420ab9ccb7d Author: Georg Koppen Date: Wed Apr 10 20:29:15 2019 + fixup! Bug 28622: Update Tor Browser icon for mobile --- mobile/android/branding/alpha/locales/en-US/brand.dtd | 8

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] Bug 28622: Update Tor Browser icon for mobile

2019-04-11 Thread gk
commit 099b6fcae28c60e96e7c24fd54ca7da14b00510f Author: Georg Koppen Date: Thu Mar 28 15:12:37 2019 + Bug 28622: Update Tor Browser icon for mobile We follow the desktop layout by providing icons for stable, alpha, and nightly versions in the official, alpha, and nightly

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] Bug 29238 - Prevent crash on Android after update

2019-04-11 Thread gk
commit bfa54eb8ac5dc923527f07e48d0a390314991fd3 Author: Matthew Finkel Date: Fri Mar 22 16:24:09 2019 + Bug 29238 - Prevent crash on Android after update --- mobile/android/base/AndroidManifest.xml.in | 8 1 file changed, 8 deletions(-) diff --git

[tor-commits] [translation/support-portal] Update translations for support-portal

2019-04-11 Thread translation
commit bf44af86672752ff7c10ab2a4635cd5c51775e89 Author: Translation commit bot Date: Thu Apr 11 13:50:58 2019 + Update translations for support-portal --- contents+el.po | 5 + 1 file changed, 5 insertions(+) diff --git a/contents+el.po b/contents+el.po index 876ec3c07..dccf4b474

[tor-commits] [translation/support-portal] Update translations for support-portal

2019-04-11 Thread translation
commit e3fa1cc67099fa4fb8574cc794710f3a82f6f116 Author: Translation commit bot Date: Thu Apr 11 13:20:52 2019 + Update translations for support-portal --- contents+el.po | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/contents+el.po b/contents+el.po

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

2019-04-11 Thread translation
commit 41fa477a0da01c5a241fe2e4fc327c139a04a9ce Author: Translation commit bot Date: Thu Apr 11 13:15:37 2019 + Update translations for donatepages-messagespot --- locale/ka/LC_MESSAGES/messages.po | 20 1 file changed, 20 insertions(+) diff --git

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

2019-04-11 Thread translation
commit a2211cc0f8b408cd942728dc63696574b56b4a0c Author: Translation commit bot Date: Thu Apr 11 12:45:36 2019 + Update translations for donatepages-messagespot --- locale/ka/LC_MESSAGES/messages.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[tor-commits] [tpo/master] add Icelandic and Georgian language

2019-04-11 Thread emmapeel
commit 9cf90b3c2aa26df2d11efb6abc86041b28c73a13 Author: emma peel Date: Thu Apr 11 13:01:42 2019 +0200 add Icelandic and Georgian language --- configs/i18n.ini| 2 +- databags/about+is.ini | 1 + databags/about+ka.ini | 1 + databags/alternatives.ini | 12

[tor-commits] [tor-browser-build/master] Merge branch 'bug_29843'

2019-04-11 Thread gk
commit 3ba210064197298ad1c54ca74f086a67653109a2 Merge: 516887a b619af7 Author: Georg Koppen Date: Thu Apr 11 10:23:30 2019 + Merge branch 'bug_29843' projects/firefox/1527534.patch | 139 + projects/firefox/build | 6 ++

[tor-commits] [tor-browser-build/master] Bug 29843: Backport the fix for bug 1527534

2019-04-11 Thread gk
commit b619af79d04bde9313d8a4a2696c4a5a06c60175 Author: Georg Koppen Date: Thu Mar 21 15:06:04 2019 + Bug 29843: Backport the fix for bug 1527534 --- projects/firefox/1527534.patch | 139 + projects/firefox/build | 6 ++

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

2019-04-11 Thread translation
commit dc820973cfe7ca06e97e210354b185ee08eb53df Author: Translation commit bot Date: Thu Apr 11 10:17:53 2019 + Update translations for tbmanual-contentspot --- contents+ar.po | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contents+ar.po b/contents+ar.po

[tor-commits] [translation/torbutton-browseronboardingproperties] Update translations for torbutton-browseronboardingproperties

2019-04-11 Thread translation
commit c185c0b6e5b6fa8802df966d95a1e563997a0c25 Author: Translation commit bot Date: Thu Apr 11 09:49:28 2019 + Update translations for torbutton-browseronboardingproperties --- sk/browserOnboarding.properties | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [translation/torbutton-torbuttonproperties_completed] Update translations for torbutton-torbuttonproperties_completed

2019-04-11 Thread translation
commit ca7a89dba83e8f580f41ef52131f5959293fe3c9 Author: Translation commit bot Date: Thu Apr 11 09:48:52 2019 + Update translations for torbutton-torbuttonproperties_completed --- sk/torbutton.properties | 60 + 1 file changed, 60

[tor-commits] [translation/torbutton-browseronboardingproperties_completed] Update translations for torbutton-browseronboardingproperties_completed

2019-04-11 Thread translation
commit 3aabb60bf9981c7ea50be7d89bc490a12e30dcc1 Author: Translation commit bot Date: Thu Apr 11 09:49:34 2019 + Update translations for torbutton-browseronboardingproperties_completed --- sk/browserOnboarding.properties | 71 + 1 file changed,

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2019-04-11 Thread translation
commit ce2c1b9686a041595f68d3e243f610c9edb5a62e Author: Translation commit bot Date: Thu Apr 11 09:48:45 2019 + Update translations for torbutton-torbuttonproperties --- sk/torbutton.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[tor-commits] [tpo/master] Add Alex to people

2019-04-11 Thread hiro
commit d18b755658674a6f4c96f5fec31517af62746408 Author: hiro Date: Thu Apr 11 11:36:57 2019 +0200 Add Alex to people --- content/about/people/acat/contents.lr | 15 +++ 1 file changed, 15 insertions(+) diff --git a/content/about/people/acat/contents.lr

[tor-commits] [translation/torbutton-browseronboardingproperties] Update translations for torbutton-browseronboardingproperties

2019-04-11 Thread translation
commit 42a4afbeced62c603407343a22337eddc42aedf9 Author: Translation commit bot Date: Thu Apr 11 09:19:29 2019 + Update translations for torbutton-browseronboardingproperties --- sk/browserOnboarding.properties | 20 ++-- 1 file changed, 10 insertions(+), 10

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

2019-04-11 Thread translation
commit b21570b1110b8d2ab71a2443f0b83fbe506ce2fe Author: Translation commit bot Date: Thu Apr 11 09:17:55 2019 + Update translations for tbmanual-contentspot_completed --- contents+es.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contents+es.po

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

2019-04-11 Thread translation
commit 5ce519576c0438e8a44efd149b475d4105b432dd Author: Translation commit bot Date: Thu Apr 11 09:17:49 2019 + Update translations for tbmanual-contentspot --- contents+es.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contents+es.po

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

2019-04-11 Thread translation
commit c760ac3670a311d35ce0a3daa6d0a823cb19dc70 Author: Translation commit bot Date: Thu Apr 11 08:51:47 2019 + Update translations for tpo-web --- contents+sk.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contents+sk.po b/contents+sk.po index

[tor-commits] [translation/torbutton-browseronboardingproperties] Update translations for torbutton-browseronboardingproperties

2019-04-11 Thread translation
commit 934dc6914bc11a957768f54b39021d6daaea188b Author: Translation commit bot Date: Thu Apr 11 08:50:43 2019 + Update translations for torbutton-browseronboardingproperties --- sk/browserOnboarding.properties | 38 +++--- 1 file changed, 19

[tor-commits] [translation/torbutton-browseronboardingproperties_completed] Update translations for torbutton-browseronboardingproperties_completed

2019-04-11 Thread translation
commit cbffe0f22c9b7763afe64b1fff9e6d85507a4245 Author: Translation commit bot Date: Thu Apr 11 08:20:33 2019 + Update translations for torbutton-browseronboardingproperties_completed --- nl/browserOnboarding.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/torbutton-browseronboardingproperties] Update translations for torbutton-browseronboardingproperties

2019-04-11 Thread translation
commit 5981b23a56ac28e84aed94777e798af07849c219 Author: Translation commit bot Date: Thu Apr 11 08:20:27 2019 + Update translations for torbutton-browseronboardingproperties --- nl/browserOnboarding.properties | 2 +- sk/browserOnboarding.properties | 6 +++--- 2 files changed, 4

[tor-commits] [translation/tba-torbrowserstringsdtd_completed] Update translations for tba-torbrowserstringsdtd_completed

2019-04-11 Thread translation
commit 1d02838f36fcd6900cbd677dae391e5c7d8865f7 Author: Translation commit bot Date: Thu Apr 11 08:18:20 2019 + Update translations for tba-torbrowserstringsdtd_completed --- sk/torbrowser_strings.dtd | 57 +++ 1 file changed, 57

[tor-commits] [translation/tba-torbrowserstringsdtd] Update translations for tba-torbrowserstringsdtd

2019-04-11 Thread translation
commit 44d259949226e57d762d65f389fe640fc86204c2 Author: Translation commit bot Date: Thu Apr 11 08:18:14 2019 + Update translations for tba-torbrowserstringsdtd --- sk/torbrowser_strings.dtd | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens

2019-04-11 Thread gk
commit 7b5f5ee887cd6fd865e86784ad536b4c0136ce83 Author: Matthew Finkel Date: Tue Apr 9 17:52:28 2019 + fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens --- .../app/src/main/res/layout/tor_bootstrap.xml | 9 +-

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens

2019-04-11 Thread gk
commit d3ea3528ce2cde0675d297ea934090c77f4b5f76 Author: Matthew Finkel Date: Mon Apr 1 21:39:53 2019 + fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens Bug 29906 Add API-level guard --- .../org/mozilla/gecko/torbootstrap/TorBootstrapPanel.java |

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens

2019-04-11 Thread gk
commit fd7cccb3f4a908ff38edfefc36b194666c886f69 Author: Matthew Finkel Date: Tue Apr 2 20:59:30 2019 + fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens Bug 29982 - Adding additional safe guards ---

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 28329 - Part 1. Add new Tor resources

2019-04-11 Thread gk
commit be91c6f0a5cba14a7ba0e17682b158ada97667be Author: Matthew Finkel Date: Tue Apr 9 17:53:01 2019 + fixup! Bug 28329 - Part 1. Add new Tor resources --- mobile/android/app/src/main/res/drawable/tor_spinning_onion.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens

2019-04-11 Thread gk
commit 8b16afa5b647078a22a862360f4764bce82760ca Author: Matthew Finkel Date: Fri Mar 22 13:43:30 2019 + fixup! Bug 28329 - Part 4. Add new Tor Bootstrapping and configuration screens Bug 29858 - Load onboarding panels after bootstrapping is completed. ---

[tor-commits] [translation/tba-torbrowserstringsdtd] Update translations for tba-torbrowserstringsdtd

2019-04-11 Thread translation
commit 02a24cc47b9e55b54a3ffb9178e082a246dee973 Author: Translation commit bot Date: Thu Apr 11 07:47:42 2019 + Update translations for tba-torbrowserstringsdtd --- sk/torbrowser_strings.dtd | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

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

2019-04-11 Thread translation
commit a9f5cad518b52479d7e6ba39b0fba363ec660add Author: Translation commit bot Date: Thu Apr 11 07:46:40 2019 + Update translations for tails-misc_completed --- sk.po | 897 ++ 1 file changed, 569 insertions(+), 328

  1   2   >