[tor-commits] [tor-messenger-build/updater] Fix typo in changelog

2016-09-06 Thread sukhbir
commit 8b3de3fc0e60928889efe6a316af78d5011ffbf4 Author: Sukhbir Singh Date: Tue Sep 6 12:36:15 2016 -0400 Fix typo in changelog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f612957..e4f5546 100644 ---

[tor-commits] [tor-messenger-build/updater] Release version 0.2.0b2

2016-09-06 Thread sukhbir
commit cd6c78cdc4eb0d797718e5817558d2dfe5a2baab Author: Sukhbir Singh Date: Tue Sep 6 15:31:02 2016 -0400 Release version 0.2.0b2 --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbm.conf b/rbm.conf index caf7a43..7569a12 100644 ---

[tor-commits] [tor-messenger-build/updater] Update changelog for 0.2.0b2

2016-09-06 Thread sukhbir
commit 80aa83b73a7e39214fbd99ca23d964d50812707e Author: Sukhbir Singh Date: Tue Sep 6 12:35:01 2016 -0400 Update changelog for 0.2.0b2 --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1faba19..f612957 100644 ---

[tor-commits] [tor/master] Capture and detect the BUG() warnings in test_util_parse_integer.

2016-09-06 Thread nickm
commit 3823d0aa7d2a3ea4c21610c111aa199f75ace107 Author: Nick Mathewson Date: Tue Sep 6 21:01:52 2016 -0400 Capture and detect the BUG() warnings in test_util_parse_integer. --- src/test/test_util.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Add !(...) to BUG() log messages

2016-09-06 Thread nickm
commit 2b39c927c7f2c13f17d9883371a12131b6c6df40 Author: Nick Mathewson Date: Tue Sep 6 20:59:07 2016 -0400 Add !(...) to BUG() log messages They use the same code as reporting assertion failures, so we should invert the sense of what we're "asserting".

[tor-commits] [tor/master] Fix a unit test bug for passing arguments to tor_parse_ulong.

2016-09-06 Thread nickm
commit 2a4a815f5801e79e67e9906eecdd544d25fcbfd6 Author: Nick Mathewson Date: Tue Sep 6 20:29:55 2016 -0400 Fix a unit test bug for passing arguments to tor_parse_ulong. We wanted to make sure -50 was a bad input, but instead we were passing a 'min' that

[tor-commits] [tor/master] Split tor_parse_{some_int} testing into separate fn. Code movement only.

2016-09-06 Thread nickm
commit 7ba47ca1fd7135fc9860caa70fc9ef7645f75950 Author: Nick Mathewson Date: Tue Sep 6 20:25:54 2016 -0400 Split tor_parse_{some_int} testing into separate fn. Code movement only. --- src/test/test_util.c | 246 +++ 1

[tor-commits] [torspec/master] Merge remote-tracking branch 'asn/ticket19972_01'

2016-09-06 Thread nickm
commit fbc791d59c8da4ecdef4a3dee6286a16def1c572 Merge: 4aff960 92c372b Author: Nick Mathewson Date: Tue Sep 6 20:12:08 2016 -0400 Merge remote-tracking branch 'asn/ticket19972_01' proposals/224-rend-spec-ng.txt | 30 +++--- 1 file changed, 15

[tor-commits] [torspec/master] Correct an error in proposal 224 citing 220

2016-09-06 Thread nickm
commit 3cc0e9b3a82435404f00036bd11b33689cc98080 Author: Nick Mathewson Date: Tue Sep 6 20:12:40 2016 -0400 Correct an error in proposal 224 citing 220 --- proposals/224-rend-spec-ng.txt | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[tor-commits] [torspec/master] prop224: Add string prefix to HS descriptor signature.

2016-09-06 Thread nickm
commit 92c372b0710ea4652015807f71b51adab6272737 Author: George Kadianakis Date: Thu Aug 25 12:37:58 2016 +0300 prop224: Add string prefix to HS descriptor signature. --- proposals/224-rend-spec-ng.txt | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff

[tor-commits] [torspec/master] prop224: Change the publish/fetch HSDir HTTP URL

2016-09-06 Thread nickm
commit d4607a7d2e24ef304021a6e88824647ec330b7f3 Author: David Goulet Date: Wed Aug 24 13:06:55 2016 -0400 prop224: Change the publish/fetch HSDir HTTP URL Use a more generic way to version the URL for the command so it's much easier to parse in the

[tor-commits] [torspec/master] prop224: Change format of enc-key cross certification

2016-09-06 Thread nickm
commit d0e79a351cfcadbd6ce654521d416ac04c6f9f7c Author: David Goulet Date: Wed Aug 24 13:17:28 2016 -0400 prop224: Change format of enc-key cross certification Use a more standard format from Tor and proposal 220 instead of our own construction.

[tor-commits] [tor/master] Stop inadvertently upgrading client intro connections to ntor

2016-09-06 Thread nickm
commit 0a3009bb85d5675e1565020de08df1081e52253c Author: teor Date: Wed Aug 31 15:10:58 2016 +1000 Stop inadvertently upgrading client intro connections to ntor Also stop logging the intro point details on error by default. Fixes #20012, introduced with

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/feature20069'

2016-09-06 Thread nickm
commit 43092e21c1874086076aa910fc2cba843bcaed39 Merge: 128f7ff 26b47f8 Author: Nick Mathewson Date: Tue Sep 6 19:06:32 2016 -0400 Merge remote-tracking branch 'teor/feature20069' changes/feature20069 | 6 ++ src/test/include.am | 4 ++-- 2 files changed, 8

[tor-commits] [tor/master] Add hs-ipv6 to the chutney IPv6 tests

2016-09-06 Thread nickm
commit 26b47f80dd87b3684d43bd6d1b4b9f4d773eed75 Author: teor Date: Tue Sep 6 13:45:09 2016 +1000 Add hs-ipv6 to the chutney IPv6 tests Requires a recent version of chutney. Also remove bridges+hs, as it's somewhat redundant. --- changes/feature20069 |

[tor-commits] [chutney/master] Add a hidden service to the IPv6 client network

2016-09-06 Thread teor
commit 90a008d8d69593a655b959f693d7dbe7f04cf0f3 Author: teor Date: Wed Sep 7 08:14:21 2016 +1000 Add a hidden service to the IPv6 client network --- networks/client-ipv6-only | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor-messenger-build/master] Release version 0.2.0b2

2016-09-06 Thread sukhbir
commit cd6c78cdc4eb0d797718e5817558d2dfe5a2baab Author: Sukhbir Singh Date: Tue Sep 6 15:31:02 2016 -0400 Release version 0.2.0b2 --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbm.conf b/rbm.conf index caf7a43..7569a12 100644 ---

[tor-commits] [collector/master] Change default log thresholds from TRACE to INFO.

2016-09-06 Thread karsten
commit 3148d4886746498ae1f8cc065706b60dc91aeb39 Author: Karsten Loesing Date: Tue Sep 6 20:47:27 2016 +0200 Change default log thresholds from TRACE to INFO. Implements #20079. --- CHANGELOG.md | 1 + src/main/resources/logback.xml | 11

[tor-commits] [collector/master] Add change log entry and tweaks for shutdown hook.

2016-09-06 Thread karsten
commit 261f2c06107bfe4e1a860f9d19fb23ace5c41a5e Author: Karsten Loesing Date: Tue Sep 6 20:41:32 2016 +0200 Add change log entry and tweaks for shutdown hook. --- CHANGELOG.md | 4 +++-

[tor-commits] [collector/master] Provide a shutdown-hook that allows running modules to finish properly.

2016-09-06 Thread karsten
commit 7cec1c874adffd14b7f152e289a0ccdc7cac7ad5 Author: iwakeh Date: Mon Sep 5 20:54:09 2016 +0200 Provide a shutdown-hook that allows running modules to finish properly. Implements task-19016. Adapted logback default to log shutdown-hook log statements

[tor-commits] [collector/master] Make waiting time for regular module shutdown configurable.

2016-09-06 Thread karsten
commit cb78f5fe5b30dc138bb545c8f26b95b7abc90d9d Author: iwakeh Date: Tue Sep 6 19:41:57 2016 +0200 Make waiting time for regular module shutdown configurable. --- .../java/org/torproject/collector/conf/Configuration.java | 15 +++

[tor-commits] [torspec/master] Consensus method 24: don't list invalid nodes.

2016-09-06 Thread nickm
commit 4aff96041b25ae89acbaf2335743e3e0ffe52da9 Author: Nick Mathewson Date: Tue Sep 6 14:41:06 2016 -0400 Consensus method 24: don't list invalid nodes. Also, note that you can safely assume that methods before 13 will never happen. Part of

[tor-commits] [tor/master] prop272: When voting, include no non-Valid relays in consensus

2016-09-06 Thread nickm
commit 9b9fb63276c892690d57ce5598e2e577d7e5ad9f Author: Nick Mathewson Date: Fri Aug 26 14:14:34 2016 -0400 prop272: When voting, include no non-Valid relays in consensus Implements ticket 20002, and part of proposal 272. --- changes/ticket20002 | 4

[tor-commits] [tor/master] Merge remote-tracking branch 'public/ticket20002'

2016-09-06 Thread nickm
commit 128f7ffbc0cda7760b96b4d8eeda9550e2626f04 Merge: 5927ed8 9b9fb63 Author: Nick Mathewson Date: Tue Sep 6 14:27:13 2016 -0400 Merge remote-tracking branch 'public/ticket20002' changes/ticket20002 | 4 src/or/dirvote.c| 10 +- src/or/dirvote.h

[tor-commits] [torspec/master] Add consensus method 23 to supported methods

2016-09-06 Thread nickm
commit b7a98754f09274309908304524b71e97ee03ebee Author: Matt Traudt Date: Tue Sep 6 12:45:04 2016 -0400 Add consensus method 23 to supported methods --- dir-spec.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dir-spec.txt b/dir-spec.txt index 6ba05bc..6466d8a

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

2016-09-06 Thread translation
commit aa37c62642f78c00d094797cba3c854ff16c2305 Author: Translation commit bot Date: Tue Sep 6 17:45:15 2016 + Update translations for whisperback --- om/om.po | 198 +++ 1 file changed, 198

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

2016-09-06 Thread translation
commit 453122bd0da72c76ae90ee1091e2b38a6eaad3e2 Author: Translation commit bot Date: Tue Sep 6 17:45:09 2016 + Update translations for torcheck --- om/torcheck.po | 102 + 1 file changed, 102

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

2016-09-06 Thread translation
commit 28279c66156f889ea0ee4ec5ff177ea1a8ce0d73 Author: Translation commit bot Date: Tue Sep 6 17:48:45 2016 + Update translations for tor-messenger-privdtd --- om/priv.dtd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/om/priv.dtd b/om/priv.dtd new

[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2016-09-06 Thread translation
commit a3a1c9645bc644c9cd9ee6564ccf1f59981d072f Author: Translation commit bot Date: Tue Sep 6 17:48:56 2016 + Update translations for tails-openpgp-applet --- om/openpgp-applet.pot | 177 ++ 1 file changed,

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

2016-09-06 Thread translation
commit 290012e61715f189daf982e20cb9f3e44117defc Author: Translation commit bot Date: Tue Sep 6 17:49:08 2016 + Update translations for tails-onioncircuits --- om/onioncircuits.pot | 85 1 file changed, 85

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

2016-09-06 Thread translation
commit d239d3c6a352bd96a02c5a64bdf328a2101cfa1d Author: Translation commit bot Date: Tue Sep 6 17:49:02 2016 + Update translations for torbutton-abouttbupdatedtd --- om/abouttbupdate.dtd | 6 ++ 1 file changed, 6 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 11e35f4fa8fe9b15ae557c6b4d7737956e4586bb Author: Translation commit bot Date: Tue Sep 6 17:48:33 2016 + Update translations for tor-messenger-loggerproperties --- om/logger.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 5119db3c7305c91a74014675c7641f161df61288 Author: Translation commit bot Date: Tue Sep 6 17:48:39 2016 + Update translations for tor-messenger-prefsdtd --- om/prefs.dtd | 22 ++ 1 file changed, 22 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 8495054039b268de17c31020036bc78a543afb91 Author: Translation commit bot Date: Tue Sep 6 17:48:27 2016 + Update translations for tor-messenger-otrproperties --- om/otr.properties | 31 +++ 1 file changed, 31 insertions(+)

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

2016-09-06 Thread translation
commit 1f3856edd6e0adfbc485be9705f70a150b6c7c94 Author: Translation commit bot Date: Tue Sep 6 17:48:22 2016 + Update translations for tor-messenger-ircproperties --- om/irc.properties | 208 ++ 1 file

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

2016-09-06 Thread translation
commit 33802650a931ec3b7283e9be31d51424b559d185 Author: Translation commit bot Date: Tue Sep 6 17:47:58 2016 + Update translations for tor-messenger-conversationsproperties --- om/conversations.properties | 80 +

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

2016-09-06 Thread translation
commit 30d265583d936f4bae94bb49e9ee0b3a0d0cc363 Author: Translation commit bot Date: Tue Sep 6 17:48:16 2016 + Update translations for tor-messenger-imtooltipproperties --- om/imtooltip.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git

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

2016-09-06 Thread translation
commit cba2f332644aef0a0db3476d601ee5c88b5110aa Author: Translation commit bot Date: Tue Sep 6 17:48:04 2016 + Update translations for tor-messenger-facebookproperties --- om/facebook.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 3850737b7aa8bc0553af36253968224bb21894fc Author: Translation commit bot Date: Tue Sep 6 17:47:52 2016 + Update translations for tor-messenger-contactsproperties --- om/contacts.properties | 8 1 file changed, 8 insertions(+) diff --git

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

2016-09-06 Thread translation
commit a03b35ceee8bad0f9e698f82568d3ef2e4ba03e6 Author: Translation commit bot Date: Tue Sep 6 17:48:10 2016 + Update translations for tor-messenger-fingerdtd --- om/finger.dtd | 15 +++ 1 file changed, 15 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 44fa12cae8201485194cf653ad41280912c0898c Author: Translation commit bot Date: Tue Sep 6 17:47:34 2016 + Update translations for tor-messenger-authdtd --- om/auth.dtd | 21 + 1 file changed, 21 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 6ae0156e0912982877a2173705fbd258a7e92058 Author: Translation commit bot Date: Tue Sep 6 17:47:46 2016 + Update translations for tor-messenger-commandsproperties --- om/commands.properties | 27 +++ 1 file changed, 27

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

2016-09-06 Thread translation
commit d55c184b667b7465392b3ae470936f39305fed9e Author: Translation commit bot Date: Tue Sep 6 17:47:28 2016 + Update translations for tor-messenger-accountsproperties --- om/accounts.properties | 9 + 1 file changed, 9 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 3f1f9220396c39e8edbf0ab23f1653b8c0c05a4f Author: Translation commit bot Date: Tue Sep 6 17:47:40 2016 + Update translations for tor-messenger-authproperties --- om/auth.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 497947e4e8e1b9f035887cb16f286def010b3a75 Author: Translation commit bot Date: Tue Sep 6 17:47:22 2016 + Update translations for torbutton-abouttorproperties --- om/abouttor.properties | 21 + 1 file changed, 21 insertions(+) diff

[tor-commits] [translation/tor-and-https] Update translations for tor-and-https

2016-09-06 Thread translation
commit 5ee2184ff941ceef823e9a3a2ee5d3e663fc86c8 Author: Translation commit bot Date: Tue Sep 6 17:47:05 2016 + Update translations for tor-and-https --- om.po | 135 ++ 1 file changed, 135

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

2016-09-06 Thread translation
commit e80780507c50c31b9aca8904815e8909004594ed Author: Translation commit bot Date: Tue Sep 6 17:47:17 2016 + Update translations for torbutton-aboutdialogdtd --- om/aboutdialog.dtd | 19 +++ 1 file changed, 19 insertions(+) diff --git

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

2016-09-06 Thread translation
commit 7cc06a32cefc0fa1e85d622dab1c92fd78c67536 Author: Translation commit bot Date: Tue Sep 6 17:47:11 2016 + Update translations for tor_animation --- om.srt | 165 + 1 file changed, 165

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

2016-09-06 Thread translation
commit dbaf4116bedae403ce5c26039d23c51384399da1 Author: Translation commit bot Date: Tue Sep 6 17:46:59 2016 + Update translations for tails-perl5lib --- om.po | 34 ++ 1 file changed, 34 insertions(+) diff --git a/om.po

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

2016-09-06 Thread translation
commit ae70dff48634c13733673d11d47b5e62a694937f Author: Translation commit bot Date: Tue Sep 6 17:46:50 2016 + Update translations for torbutton-torbuttondtd --- om/torbutton.dtd | 63 1 file changed,

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

2016-09-06 Thread translation
commit 6bf8bff269f178fac2adeb2b106aa26a1421c798 Author: Translation commit bot Date: Tue Sep 6 17:46:53 2016 + Update translations for tails-iuk --- om.po | 247 ++ 1 file changed, 247

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

2016-09-06 Thread translation
commit 6da84653f41b111262334eee175ad7f46aa59410 Author: Translation commit bot Date: Tue Sep 6 17:46:40 2016 + Update translations for torbutton-branddtd --- om/brand.dtd | 15 +++ 1 file changed, 15 insertions(+) diff --git a/om/brand.dtd

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

2016-09-06 Thread translation
commit 66e424ddaa613dfba16524042916f43aecbf3ab3 Author: Translation commit bot Date: Tue Sep 6 17:46:34 2016 + Update translations for torbutton-brandproperties --- om/brand.properties | 16 1 file changed, 16 insertions(+) diff --git

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

2016-09-06 Thread translation
commit e4835f00a3d2af02a594a364c206be0acb1624a3 Author: Translation commit bot Date: Tue Sep 6 17:46:46 2016 + Update translations for torbutton-torbuttonproperties --- om/torbutton.properties | 51 + 1 file

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

2016-09-06 Thread translation
commit 73e42ac3c2738c1ee5745d64c1a5caa9dae189db Author: Translation commit bot Date: Tue Sep 6 17:46:21 2016 + Update translations for tails-misc --- om.po | 399 ++ 1 file changed, 399

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2016-09-06 Thread translation
commit d418fa0cd17887d20cefde010f4fc4e90e3c8b89 Author: Translation commit bot Date: Tue Sep 6 17:46:28 2016 + Update translations for abouttor-homepage --- om/aboutTor.dtd | 49 + 1 file changed, 49

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

2016-09-06 Thread translation
commit 32f64af05517d72df0de866a48271240e37da93a Author: Translation commit bot Date: Tue Sep 6 17:46:09 2016 + Update translations for tor-launcher-progress --- om/progress.dtd | 4 1 file changed, 4 insertions(+) diff --git a/om/progress.dtd

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

2016-09-06 Thread translation
commit 180acc502ac26973cbcfbcde95309d435e131a84 Author: Translation commit bot Date: Tue Sep 6 17:46:15 2016 + Update translations for tor-launcher-network-settings --- om/network-settings.dtd | 75 + 1 file

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

2016-09-06 Thread translation
commit 8592566f7d867344f35b1b7ad76d815e8fcc38f8 Author: Translation commit bot Date: Tue Sep 6 17:45:57 2016 + Update translations for mat-gui --- om.po | 187 ++ 1 file changed, 187

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

2016-09-06 Thread translation
commit 42e4ad32a661fd5ee64aa1d5c11e55c348f073b3 Author: Translation commit bot Date: Tue Sep 6 17:46:03 2016 + Update translations for tor-launcher-properties --- om/torlauncher.properties | 63 +++ 1 file

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

2016-09-06 Thread translation
commit f5602d81ebd96e5f68b23f52bc6f0ce83444deda Author: Translation commit bot Date: Tue Sep 6 17:45:51 2016 + Update translations for torbirdy --- om/torbirdy.dtd| 58 ++ om/torbirdy.properties | 18

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

2016-09-06 Thread translation
commit ee711efef3011689156c41a0cea8e327d11addd2 Author: Translation commit bot Date: Tue Sep 6 17:45:44 2016 + Update translations for tails-greeter --- om/om.po | 186 +++ 1 file changed, 186

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

2016-09-06 Thread translation
commit 2e94247b5be6c4499a114a1156a81a46d8b6cb17 Author: Translation commit bot Date: Tue Sep 6 17:45:24 2016 + Update translations for https_everywhere --- om/https-everywhere.dtd| 57 +++ om/https-everywhere.properties | 8

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

2016-09-06 Thread translation
commit 439eb6653d1a58413fb7455e6137afecf28e9145 Author: Translation commit bot Date: Tue Sep 6 17:45:38 2016 + Update translations for tails-persistence-setup --- om/om.po | 323 +++ 1 file

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

2016-09-06 Thread translation
commit b1b803234851225e648964b7ee776e7ea233 Author: Translation commit bot Date: Tue Sep 6 17:45:31 2016 + Update translations for liveusb-creator --- om/om.po | 607 +++ 1 file changed, 607

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

2016-09-06 Thread translation
commit d0eb9916a86c5d6a3618f86b10c5d637373b1f67 Author: Translation commit bot Date: Tue Sep 6 17:45:02 2016 + Update translations for bridgedb --- om/LC_MESSAGES/bridgedb.po | 380 + 1 file changed, 380

[tor-commits] [tor/master] checkSpace.pl now forbids more identifiers.

2016-09-06 Thread nickm
commit 5927ed8d3324c39fd8aa3d496d119b37b97a1d73 Author: Nick Mathewson Date: Tue Sep 6 12:35:37 2016 -0400 checkSpace.pl now forbids more identifiers. The functions it warns about are: assert, memcmp, strcat, strcpy, sprintf, malloc, free, realloc,

[tor-commits] [tor-messenger-build/master] Fix typo in changelog

2016-09-06 Thread sukhbir
commit 8b3de3fc0e60928889efe6a316af78d5011ffbf4 Author: Sukhbir Singh Date: Tue Sep 6 12:36:15 2016 -0400 Fix typo in changelog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f612957..e4f5546 100644 ---

[tor-commits] [tor-messenger-build/master] Update changelog for 0.2.0b2

2016-09-06 Thread sukhbir
commit 80aa83b73a7e39214fbd99ca23d964d50812707e Author: Sukhbir Singh Date: Tue Sep 6 12:35:01 2016 -0400 Update changelog for 0.2.0b2 --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1faba19..f612957 100644 ---

[tor-commits] [tor/master] Merge remote-tracking branch 'pastly/ticket19122'

2016-09-06 Thread nickm
commit 4e3f9c1f3af6292f30799f005f6df8f9c1bc7fee Merge: 4402289 e90bd48 Author: Nick Mathewson Date: Tue Sep 6 11:56:46 2016 -0400 Merge remote-tracking branch 'pastly/ticket19122' changes/19122 | 3 +++ doc/tor.1.txt | 2 +- 2 files changed, 4 insertions(+), 1

[tor-commits] [tor/master] Change UID to Username in man page

2016-09-06 Thread nickm
commit e90bd48c2f74026279ababab89a47633f32f982c Author: Matt Traudt Date: Tue Sep 6 11:37:59 2016 -0400 Change UID to Username in man page --- changes/19122 | 3 +++ doc/tor.1.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changes/19122

[tor-commits] [tor-messenger-build/updater] Apply patch for #13252 to all platforms

2016-09-06 Thread sukhbir
commit d280b06001d930c277d1536c982d472ce6d1b244 Author: Sukhbir Singh Date: Tue Sep 6 11:54:23 2016 -0400 Apply patch for #13252 to all platforms --- projects/instantbird/config | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/instantbird/config

[tor-commits] [tor-messenger-build/master] Apply patch for #13252 to all platforms

2016-09-06 Thread sukhbir
commit d280b06001d930c277d1536c982d472ce6d1b244 Author: Sukhbir Singh Date: Tue Sep 6 11:54:23 2016 -0400 Apply patch for #13252 to all platforms --- projects/instantbird/config | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/instantbird/config

[tor-commits] [tor/master] Merge remote-tracking branch 'sebastian/bug20065'

2016-09-06 Thread nickm
commit 440228907da9aff06562c4193ab9551b9fc5bad8 Merge: 55a2bfb 74d710e Author: Nick Mathewson Date: Tue Sep 6 10:12:42 2016 -0400 Merge remote-tracking branch 'sebastian/bug20065' changes/bug20065 | 5 + src/or/router.c | 5 +++-- 2 files changed, 8

[tor-commits] [tor/master] Give useful error if authority_signing_key doesn't exist

2016-09-06 Thread nickm
commit 74d710e7dc93c5449e4c88ffa0048afdb3c31e8f Author: Sebastian Hahn Date: Tue Sep 6 00:11:45 2016 +0200 Give useful error if authority_signing_key doesn't exist --- changes/bug20065 | 5 + src/or/router.c | 5 +++-- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/master] Fix a space error in the man page

2016-09-06 Thread nickm
commit b3dfd9defbb2ac728eeffd2bc310304f7e59539c Author: teor Date: Tue Sep 6 17:48:31 2016 +1000 Fix a space error in the man page --- doc/tor.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a0a0bcb..4221544

[tor-commits] [tor/master] Fix an indentation issue in rend_config_services

2016-09-06 Thread nickm
commit 55a2bfb05609a790d47119d54a99d05380360131 Author: teor Date: Tue Sep 6 17:48:49 2016 +1000 Fix an indentation issue in rend_config_services --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendservice.c

[tor-commits] [tor/master] Fix a comment typo in smartlist_get_most_frequent_()

2016-09-06 Thread nickm
commit 41ad244dd6bdda4cd49f0e7da46e56724c07cf6a Author: teor (Tim Wilson-Brown) Date: Wed Feb 10 15:20:46 2016 +1100 Fix a comment typo in smartlist_get_most_frequent_() --- src/common/container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-launcher/master] fixup! Bug 14272: Make Tor Launcher work with Unix Domain Socket option

2016-09-06 Thread gk
commit fa4e114a20067810af0c5cc6a57aa6e849386418 Author: Georg Koppen Date: Tue Sep 6 07:36:04 2016 + fixup! Bug 14272: Make Tor Launcher work with Unix Domain Socket option Permissions for the Tor data directory are too permissive for control sockets.