[tor-commits] [user-manual/master] Update first-time.page with review feedback

2016-10-18 Thread colin
commit c05ee61c0256bcde258e6536bc9467446889ee59 Author: Colin Childs Date: Tue Oct 18 22:45:59 2016 -0500 Update first-time.page with review feedback --- C/first-time.page | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C/first-time.page

[tor-commits] [user-manual/master] Update circumvention.page with review feedback

2016-10-18 Thread colin
commit fd89d754b44d2aa5a8f5a766598f2550bb7066a7 Author: Colin Childs Date: Tue Oct 18 23:50:34 2016 -0500 Update circumvention.page with review feedback --- C/circumvention.page | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] Enable SVG

2016-10-18 Thread arlo
commit c3f190e3be82a2e12e236986474f8c270ba2635b Author: Arlo Breault Date: Tue Oct 18 21:34:58 2016 -0700 Enable SVG * TB's patch "Bug 12827: Create preference to disable SVG" adds a preference `svg.in-content.enabled` that we need to toggle in order

[tor-commits] [user-manual/master] Fix spacing issue

2016-10-18 Thread colin
commit 0265ee606358fe38264dbda05a7845a024d02302 Author: Colin Childs Date: Wed Oct 19 00:18:55 2016 -0500 Fix spacing issue --- C/downloading.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/downloading.page b/C/downloading.page index

[tor-commits] [tor-messenger-build/master] Next release will be a minor version bump

2016-10-18 Thread arlo
commit cc6e1927f9ff91a073adc848685acd79d9296f35 Author: Arlo Breault Date: Tue Oct 18 21:56:44 2016 -0700 Next release will be a minor version bump --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [user-manual/master] Correct number of pluggable transports on circumvention.page

2016-10-18 Thread colin
commit b50cfb6f4aa51c7dafdd9ad1f5a80efd798bf5de Author: Colin Childs Date: Tue Oct 18 23:54:22 2016 -0500 Correct number of pluggable transports on circumvention.page --- C/circumvention.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [user-manual/master] Remove reference to h...@rt.tp.o on bridges.page

2016-10-18 Thread colin
commit b04486a5d88190a9192d1960906c3c08ac56519c Author: Colin Childs Date: Wed Oct 19 00:25:44 2016 -0500 Remove reference to h...@rt.tp.o on bridges.page --- C/bridges.page | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/C/bridges.page

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

2016-10-18 Thread translation
commit 8b437fcc0e6be6742960f61de526bc69aa803913 Author: Translation commit bot Date: Tue Oct 18 08:47:42 2016 + Update translations for torbutton-torbuttondtd --- ach/torbutton.dtd | 1 - ady/torbutton.dtd | 1 - af/torbutton.dtd |

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

2016-10-18 Thread translation
commit 66a69d96e8e06fa4b2bce28cc98209324dea6ad0 Author: Translation commit bot Date: Tue Oct 18 10:46:33 2016 + Update translations for torbutton-torbuttondtd --- es/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [torbutton/master] Bug 20388: Consolidate Services.prefs references

2016-10-18 Thread gk
commit 2cef75462d4a7f640b4586c0cd50b6679b9fc7ae Author: Arthur Edelstein Date: Mon Oct 17 14:21:36 2016 -0700 Bug 20388: Consolidate Services.prefs references --- src/chrome/content/torbutton.js | 76 - 1 file changed, 29

[tor-commits] [webwml/master] Add my new GPG key to signing-keys.wml

2016-10-18 Thread nickm
commit 9cf47c85b3d9568ab39e82b98c6d4f3b81f8c49f Author: Nick Mathewson Date: Tue Oct 18 08:59:37 2016 -0400 Add my new GPG key to signing-keys.wml --- docs/en/signing-keys.wml | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

[tor-commits] [torsocks/master] Use xz for dist tarball now

2016-10-18 Thread dgoulet
commit d5d7eaab8fb82353079180e71884c37f6e2e882c Author: David Goulet Date: Tue Oct 18 12:39:02 2016 -0400 Use xz for dist tarball now Signed-off-by: David Goulet --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+),

[tor-commits] [torsocks/master] Remove TODO as we use the bugtracker for those

2016-10-18 Thread dgoulet
commit b92860d5979de1902707b638933d315e3313848f Author: David Goulet Date: Tue Oct 18 12:25:58 2016 -0400 Remove TODO as we use the bugtracker for those Signed-off-by: David Goulet --- TODO | 94

[tor-commits] [torsocks/master] Update version to v2.2.0

2016-10-18 Thread dgoulet
commit e54d80bc9595beeceac637b03e5c5395c07e62f7 Author: David Goulet Date: Tue Oct 18 12:44:01 2016 -0400 Update version to v2.2.0 Signed-off-by: David Goulet --- ChangeLog| 17 + configure.ac | 2 +- 2 files changed, 18

[tor-commits] [torsocks/master] execve: only include xattr.h for Linux

2016-10-18 Thread dgoulet
commit d13977e5a4b5666eaae23deb4ffdfa313da7c078 Author: David Goulet Date: Tue Oct 18 10:38:28 2016 -0400 execve: only include xattr.h for Linux Signed-off-by: David Goulet --- src/lib/execve.c | 2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [torsocks/master] syscall: sched_getaffinity is only Linux

2016-10-18 Thread dgoulet
commit b0174499cf17cf153d76b26dadf6b57e18d4a801 Author: David Goulet Date: Tue Oct 18 10:32:43 2016 -0400 syscall: sched_getaffinity is only Linux Signed-off-by: David Goulet --- src/common/compat.h | 3 --- src/lib/syscall.c | 5 ++--- 2

[tor-commits] [tor-browser-bundle/master] Bug 20184: OS X builds are still not reproducible

2016-10-18 Thread gk
commit 04a9af0eb1e6466ce6a7007a46d73fb7a38442e8 Author: Georg Koppen Date: Sun Oct 9 11:12:43 2016 + Bug 20184: OS X builds are still not reproducible We ecountered on some machines failures to reproduce OS X builds. The investigation seems to indicate

[tor-commits] [tor/master] Turn replaycache.c module doc into doxygen

2016-10-18 Thread nickm
commit 439654012964fa8cd4e2dac926e245295c6b Author: Nick Mathewson Date: Tue Oct 18 12:31:50 2016 -0400 Turn replaycache.c module doc into doxygen --- src/or/replaycache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/replaycache.c

[tor-commits] [tor/master] Module documentation for circuitmux_ewma.c

2016-10-18 Thread nickm
commit 84829e336c3f72e4926e90d6f2e58eed0a538bce Author: Nick Mathewson Date: Tue Oct 18 11:28:40 2016 -0400 Module documentation for circuitmux_ewma.c --- src/or/circuitmux_ewma.c | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-)

[tor-commits] [tor/master] changes file for module docs

2016-10-18 Thread nickm
commit 9a3adb07c49a522ffbefb009687c3bd9ee282d59 Author: Nick Mathewson Date: Tue Oct 18 19:35:10 2016 -0400 changes file for module docs --- changes/more_module_docs | 4 1 file changed, 4 insertions(+) diff --git a/changes/more_module_docs

[tor-commits] [tor/master] Turn circuitmux.c comments into module docs.

2016-10-18 Thread nickm
commit 56933787d55f74c667f364ae58cd277d79d9fc27 Author: Nick Mathewson Date: Tue Oct 18 11:17:34 2016 -0400 Turn circuitmux.c comments into module docs. --- src/or/circuitmux.c | 89 - 1 file changed, 47

[tor-commits] [tor/master] Module docs for channel.c and channeltls.c

2016-10-18 Thread nickm
commit 35df48b189f513a456c90b5418ddab027079d507 Author: Nick Mathewson Date: Mon Oct 17 14:23:53 2016 -0400 Module docs for channel.c and channeltls.c --- src/or/channel.c| 26 ++ src/or/channeltls.c | 22 ++ 2 files

[tor-commits] [tor/master] Document connection_or.c and connection.c at module level

2016-10-18 Thread nickm
commit d1b45786b1f91d3a65e88cc99c8021ea9d25a106 Author: Nick Mathewson Date: Tue Oct 18 12:25:55 2016 -0400 Document connection_or.c and connection.c at module level --- src/or/connection.c| 44 src/or/connection_or.c

[tor-commits] [tor/master] Module-level docs for ext_orport and router.c

2016-10-18 Thread nickm
commit 54fda6b98ad79d3c2ce50858cea2226675ebfd4c Author: Nick Mathewson Date: Tue Oct 18 19:32:49 2016 -0400 Module-level docs for ext_orport and router.c --- src/or/ext_orport.c | 12 +++- src/or/router.c | 19 +-- 2 files changed, 28

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

2016-10-18 Thread translation
commit 76fc2886d03bca468414d94b94159ceada8f8e9e Author: Translation commit bot Date: Wed Oct 19 02:48:25 2016 + Update translations for tor-messenger-ircproperties --- gd/irc.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2016-10-18 Thread translation
commit 6caf67a0d6b0c5d6243cd344ca8ee238edc1e08a Author: Translation commit bot Date: Wed Oct 19 02:47:40 2016 + Update translations for tor-messenger-authdtd --- gd/auth.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gd/auth.dtd

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

2016-10-18 Thread translation
commit b20b084dc4be92094d322737956d7808d61c3537 Author: Translation commit bot Date: Wed Oct 19 02:45:30 2016 + Update translations for https_everywhere --- gd/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2016-10-18 Thread translation
commit bbb1471a021deb710dcf34daa3f18ca984037faf Author: Translation commit bot Date: Wed Oct 19 02:45:04 2016 + Update translations for bridgedb --- gd/LC_MESSAGES/bridgedb.po | 70 +++--- 1 file changed, 35

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

2016-10-18 Thread translation
commit 3a4c6ba3ce0700a5be5600886a6a9de3dfdb5f60 Author: Translation commit bot Date: Wed Oct 19 02:45:52 2016 + Update translations for tails-greeter --- gd/gd.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gd/gd.po

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

2016-10-18 Thread translation
commit bfc31cd150f7ddf3e9b71e57a611006ad86ec2f7 Author: Translation commit bot Date: Wed Oct 19 02:46:24 2016 + Update translations for tor-launcher-network-settings --- gd/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff