[tor-commits] [stem/master] Disable MAPADDRESS integ test

2018-03-23 Thread atagar
commit ceff2024e9341a5bb138f6610845fd7faef908a9 Author: Damian Johnson Date: Fri Mar 23 17:27:54 2018 -0700 Disable MAPADDRESS integ test Struggled with this for quite a while but no dice. Disabling the broken test for now... https://trac.torproject.org/projects/tor/

[tor-commits] [stem/master] Drop dead code from test.network

2018-03-23 Thread atagar
commit 7af33123135355d0e7805f9688160d799103cb58 Author: Damian Johnson Date: Fri Mar 23 17:36:43 2018 -0700 Drop dead code from test.network Chunks of this module are unused, so testing 'em. --- test/network.py | 72 ++--- 1 file

[tor-commits] [stem/master] Fix the ONLINE integ test target

2018-03-23 Thread atagar
commit 4a8f8d0499aefaddd6d5d9386744e1b1125c6036 Merge: 3e1414f8 7af33123 Author: Damian Johnson Date: Fri Mar 23 17:59:09 2018 -0700 Fix the ONLINE integ test target Handful of changes to support running our ONLINE integ testing target. There's still two failing tests:

[tor-commits] [stem/master] Capitalize test.network constants

2018-03-23 Thread atagar
commit c5c095c791ab6d379524742464f99be256fd6685 Author: Damian Johnson Date: Fri Mar 23 13:51:09 2018 -0700 Capitalize test.network constants --- test/integ/control/controller.py | 2 +- test/network.py | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff -

[tor-commits] [stem/master] Resync manual information

2018-03-23 Thread atagar
commit cb2c5ac3346567ac699900fb2400d7304e3c5b46 Author: Damian Johnson Date: Fri Mar 23 12:35:20 2018 -0700 Resync manual information Oh, thought I just synced this yesterday. Odd. * Manual's config_options attribute changed modified CacheDirectory (summary)

[tor-commits] [stem/master] Better exception when calling set_conf() with the wrong type

2018-03-23 Thread atagar
commit 9b4a7fe6b720665eae7fdf5e378b9dbcab5ebc4a Author: Damian Johnson Date: Fri Mar 23 13:37:05 2018 -0700 Better exception when calling set_conf() with the wrong type When calling set_conf() with other types, say an integer value, we failed internally with... =

[tor-commits] [tor/maint-0.3.3] Fix windows compilation warnings in hs_service.c

2018-03-23 Thread nickm
commit eacfd2911274a7f6676509fc8173b66bd1264bc2 Author: Nick Mathewson Date: Fri Mar 23 17:47:56 2018 -0400 Fix windows compilation warnings in hs_service.c These were breaking jenkins builds. Bugfix on 5804ccc9070dc54; bug not in any released Tor. --- src/or/hs_service.c | 4

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

2018-03-23 Thread nickm
commit a4190d44fa744707229f0ca737bddec36f9aae8c Merge: 7c360ee75 eacfd2911 Author: Nick Mathewson Date: Fri Mar 23 17:49:29 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 src/or/hs_service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) __

[tor-commits] [tor/release-0.3.3] Fix windows compilation warnings in hs_service.c

2018-03-23 Thread nickm
commit eacfd2911274a7f6676509fc8173b66bd1264bc2 Author: Nick Mathewson Date: Fri Mar 23 17:47:56 2018 -0400 Fix windows compilation warnings in hs_service.c These were breaking jenkins builds. Bugfix on 5804ccc9070dc54; bug not in any released Tor. --- src/or/hs_service.c | 4

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

2018-03-23 Thread nickm
commit d749f6b5f62731d42bdad5d60a413fdd7f120158 Merge: 398bef259 eacfd2911 Author: Nick Mathewson Date: Fri Mar 23 17:49:29 2018 -0400 Merge branch 'maint-0.3.3' src/or/hs_service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ___ t

[tor-commits] [tor/master] Fix windows compilation warnings in hs_service.c

2018-03-23 Thread nickm
commit eacfd2911274a7f6676509fc8173b66bd1264bc2 Author: Nick Mathewson Date: Fri Mar 23 17:47:56 2018 -0400 Fix windows compilation warnings in hs_service.c These were breaking jenkins builds. Bugfix on 5804ccc9070dc54; bug not in any released Tor. --- src/or/hs_service.c | 4

[tor-commits] [tor/master] Define SRCDIR more correctly in configure.ac

2018-03-23 Thread nickm
commit 398bef2592010e71692dd9c3b5b90d3751c48bb2 Author: Nick Mathewson Date: Fri Mar 23 12:38:27 2018 -0400 Define SRCDIR more correctly in configure.ac Without this fix, we were just getting SRCDIR=`pwd`, which naturally was breaking out-of-tree builds. Bugfix on beca

[tor-commits] [torbirdy/master] Update translations

2018-03-23 Thread sukhbir
commit 06b100b8c151cb2ef6dc9c8f69c2af80030952ad Author: Sukhbir Singh Date: Fri Mar 23 12:26:53 2018 -0400 Update translations --- chrome/locale/af/torbirdy.dtd | 2 -- chrome/locale/am/torbirdy.dtd | 2 -- chrome/locale/ast/torbirdy.dtd | 2 -- chrome/locale/be/torbirdy.d

[tor-commits] [tor/master] test: more data on geoip load failure.

2018-03-23 Thread nickm
commit bb9012c818124a6fed3321bdbd6bc46c63e89341 Author: Nick Mathewson Date: Fri Mar 23 11:48:15 2018 -0400 test: more data on geoip load failure. --- src/test/test_geoip.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test/test_geoip.c b/src/test/test_geoip.

[tor-commits] [tor/master] Fix redundant authority certificate fetch

2018-03-23 Thread nickm
commit 930b9855819ff80f165930fa4096ef063e802274 Author: Deepesh Pathak Date: Sun Mar 4 21:13:58 2018 +0530 Fix redundant authority certificate fetch - Fixes #24740 - Fetch certificates only in those cases when consensus are waiting for certs. --- changes/ticket24740| 5 +

[tor-commits] [tor/master] Merge remote-tracking branch 'fristonio/ticket-24740'

2018-03-23 Thread nickm
commit e263317e07e61e7adbb3515b46a978997a9d20c0 Merge: 4c7e8 930b98558 Author: Nick Mathewson Date: Fri Mar 23 11:22:58 2018 -0400 Merge remote-tracking branch 'fristonio/ticket-24740' changes/ticket24740| 5 + src/or/networkstatus.c | 17 - 2 files changed, 1

[tor-commits] [tor/maint-0.3.3] tests: Automatically detect Rust crates to test and also pass --verbose.

2018-03-23 Thread nickm
commit 657d5cbbbc09948416bcc4f717cbfb64761a908d Author: Isis Lovecruft Date: Tue Mar 20 20:46:19 2018 + tests: Automatically detect Rust crates to test and also pass --verbose. * FIXES #25560: https://bugs.torproject.org/25560. --- changes/bug25560 | 5 + src/test/i

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

2018-03-23 Thread nickm
commit 79d3f401a5c87a61ca153af207039158db5f7874 Merge: 2b3138741 657d5cbbb Author: Nick Mathewson Date: Fri Mar 23 11:18:20 2018 -0400 Merge branch 'bug25560_rebased_033' into maint-0.3.3 changes/bug25560 | 5 + src/test/include.am | 2 +- src/test/test_rust.sh | 23 +

[tor-commits] [tor/master] tests: Automatically detect Rust crates to test and also pass --verbose.

2018-03-23 Thread nickm
commit 657d5cbbbc09948416bcc4f717cbfb64761a908d Author: Isis Lovecruft Date: Tue Mar 20 20:46:19 2018 + tests: Automatically detect Rust crates to test and also pass --verbose. * FIXES #25560: https://bugs.torproject.org/25560. --- changes/bug25560 | 5 + src/test/i

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

2018-03-23 Thread nickm
commit 79d3f401a5c87a61ca153af207039158db5f7874 Merge: 2b3138741 657d5cbbb Author: Nick Mathewson Date: Fri Mar 23 11:18:20 2018 -0400 Merge branch 'bug25560_rebased_033' into maint-0.3.3 changes/bug25560 | 5 + src/test/include.am | 2 +- src/test/test_rust.sh | 23 +

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

2018-03-23 Thread nickm
commit 7c360ee7581e606149e16c460d08117b8933e8d1 Merge: f1a88ec11 79d3f401a Author: Nick Mathewson Date: Fri Mar 23 11:18:23 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug25560 | 5 + src/test/include.am | 2 +- src/test/test_rust.sh | 23 +---

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

2018-03-23 Thread nickm
commit 79d3f401a5c87a61ca153af207039158db5f7874 Merge: 2b3138741 657d5cbbb Author: Nick Mathewson Date: Fri Mar 23 11:18:20 2018 -0400 Merge branch 'bug25560_rebased_033' into maint-0.3.3 changes/bug25560 | 5 + src/test/include.am | 2 +- src/test/test_rust.sh | 23 +

[tor-commits] [tor/release-0.3.3] tests: Automatically detect Rust crates to test and also pass --verbose.

2018-03-23 Thread nickm
commit 657d5cbbbc09948416bcc4f717cbfb64761a908d Author: Isis Lovecruft Date: Tue Mar 20 20:46:19 2018 + tests: Automatically detect Rust crates to test and also pass --verbose. * FIXES #25560: https://bugs.torproject.org/25560. --- changes/bug25560 | 5 + src/test/i

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

2018-03-23 Thread nickm
commit 4c7e83161beb8adb47556ff437261498d618 Merge: fae525478 79d3f401a Author: Nick Mathewson Date: Fri Mar 23 11:18:47 2018 -0400 Merge branch 'maint-0.3.3' changes/bug25560 | 5 + src/test/include.am | 2 +- src/test/test_rust.sh | 22 -- 3 files cha

[tor-commits] [tor/master] hs: Fix two typos in an inline comment.

2018-03-23 Thread nickm
commit fae525478370bb4834ac28fe06464a285b3d4a30 Author: Isis Lovecruft Date: Thu Mar 22 22:33:34 2018 + hs: Fix two typos in an inline comment. * FIXES #25602: https://bugs.torproject.org/25602 --- src/or/hs_cell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

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

2018-03-23 Thread translation
commit 38e26e205abbb72c891c9e7dc7026df6135543fd Author: Translation commit bot Date: Fri Mar 23 11:16:38 2018 + Update translations for tor-launcher-properties_completed --- ru/torlauncher.properties | 14 ++ 1 file changed, 14 insertions(+) diff --git a/ru/torlauncher.pro

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

2018-03-23 Thread translation
commit e7b25a81406f09f7c223c1242fee0767228bb6c1 Author: Translation commit bot Date: Fri Mar 23 11:16:33 2018 + Update translations for tor-launcher-properties --- ru/torlauncher.properties | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/r