[tor-commits] [snowflake/master] Remove support for the base64 WebSocket subprotocol.

2017-01-18 Thread dcf
commit 15963688c202df4d0c81a27bccdaefcfe22b5963 Author: David Fifield Date: Wed Jan 18 20:00:59 2017 -0800 Remove support for the base64 WebSocket subprotocol. This was only needed for very very old Firefox before WebSockets were properly standardized. --- server/server.go | 4

[tor-commits] [snowflake/master] Remove the --port option from WebSocket server.

2017-01-18 Thread dcf
commit 3e7825171539708927c4f12f3bb9c22a8e4fd1a9 Author: David Fifield Date: Wed Jan 18 19:33:07 2017 -0800 Remove the --port option from WebSocket server. Recommend ServerTransportListenAddr in torrc instead. --- server/server.go | 12 ++-- server/torrc | 3 ++- 2 fil

[tor-commits] [snowflake/master] Remove unused logFile variable.

2017-01-18 Thread dcf
commit 57f72ab4ff5ea98866bf423a17c704a8c534e302 Author: David Fifield Date: Wed Jan 18 19:20:30 2017 -0800 Remove unused logFile variable. --- server/server.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/server.go b/server/server.go index 672c79e..b5417b5 100644 --- a/serve

[tor-commits] [snowflake/master] Simplify signal handling in WebSocket server.

2017-01-18 Thread dcf
commit 2a9126a1581a9e2bf5c8fbcd6992cfe57d8df831 Author: David Fifield Date: Wed Jan 18 19:24:02 2017 -0800 Simplify signal handling in WebSocket server. pt-spec no longer talks about SIGINT. --- server/server.go | 29 + 1 file changed, 9 insertions(+),

[tor-commits] [snowflake/master] Remove Makefile

2017-01-18 Thread arlo
commit 2fd691c49068368f64049402165bd9cc81ae0d0b Author: Arlo Breault Date: Wed Jan 18 16:58:16 2017 -0800 Remove Makefile --- .travis.yml | 5 +++-- Makefile| 5 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cc861b..d5648b0 100644

[tor-commits] [snowflake/master] go get websocket in CI

2017-01-18 Thread arlo
commit 815f97635522782bcce55f7de30c8bbefbe278c3 Author: Arlo Breault Date: Wed Jan 18 17:06:01 2017 -0800 go get websocket in CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d5648b0..551cd91 100644 --- a/.travis.yml +++ b/.travis.yml @

[tor-commits] [snowflake/master] Pass on exit code from spawned task so CI fails

2017-01-18 Thread arlo
commit 61a2702ded0dfb460a91d248c2b5eb5d691edf4f Author: Arlo Breault Date: Wed Jan 18 17:20:13 2017 -0800 Pass on exit code from spawned task so CI fails --- proxy/Cakefile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proxy/Cakefile b/proxy/Cakefile index 6e5a4

[tor-commits] [snowflake/master] Fix lint complaints

2017-01-18 Thread arlo
commit 3516599bae84d396a34cde4199c58c9dd67b275a Author: Arlo Breault Date: Wed Jan 18 17:23:18 2017 -0800 Fix lint complaints --- proxy/snowflake.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/snowflake.coffee b/proxy/snowflake.coffee index 944c304..1f

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

2017-01-18 Thread translation
commit da58eaa230b80be5956fd7ca64c63cf69015fe05 Author: Translation commit bot Date: Wed Jan 18 23:46:07 2017 + Update translations for tor-launcher-network-settings --- da/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/network-settings.dtd

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

2017-01-18 Thread translation
commit 46f2807af0f08c532c943fc79da94c4b580101b1 Author: Translation commit bot Date: Wed Jan 18 23:46:11 2017 + Update translations for tor-launcher-network-settings_completed --- da/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/network-set

[tor-commits] [tor/master] Improve a few comments.

2017-01-18 Thread nickm
commit d6c14915cd3c6379973340afe3fd7f4e3f069166 Author: George Kadianakis Date: Sun Jan 8 15:06:39 2017 +0200 Improve a few comments. - Also remove LCOV marks from blocks of code that can be reachable by tests if we mock relay_send_command_from_edge(). Signed-off-by:

[tor-commits] [tor/master] whitespace fixes

2017-01-18 Thread nickm
commit 85a17ee2e784eeb6db32c178cbc2e2620ef3b765 Author: Nick Mathewson Date: Wed Jan 18 17:14:42 2017 -0500 whitespace fixes --- src/or/hs_intropoint.c| 1 + src/test/test_hs_intropoint.c | 15 ++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/or/

[tor-commits] [tor/master] cell: Add a control cell ID for semantic

2017-01-18 Thread nickm
commit cacfd82c8dcc74ef8d96c0051649b5eae3e31d61 Author: David Goulet Date: Thu Nov 10 16:04:04 2016 -0500 cell: Add a control cell ID for semantic Signed-off-by: David Goulet --- src/or/relay.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/or/relay.h b/src/or/relay.h

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/ticket20029_030_06-resquash'

2017-01-18 Thread nickm
commit 88e4ffab9ea98d135de592c3af368940ee4f0c5f Merge: e167a0e d6c1491 Author: Nick Mathewson Date: Wed Jan 18 17:13:36 2017 -0500 Merge remote-tracking branch 'dgoulet/ticket20029_030_06-resquash' src/or/hs_intropoint.c| 340 +++--- src/or/hs_i

[tor-commits] [tor/master] prop224: Add INTRODUCE1 cell relay support

2017-01-18 Thread nickm
commit e1497744c8887c883541d3cb6d3d63d9ab51f9ad Author: David Goulet Date: Thu Nov 10 16:04:23 2016 -0500 prop224: Add INTRODUCE1 cell relay support Closes #20029 Signed-off-by: David Goulet --- src/or/hs_intropoint.c| 338 +++-

[tor-commits] [tor/master] hs: Rename rend_mid_introduce() with legacy semantic

2017-01-18 Thread nickm
commit 5208085be1deff4711b634b108052970aed6a127 Author: David Goulet Date: Tue Nov 15 14:29:02 2016 -0500 hs: Rename rend_mid_introduce() with legacy semantic Signed-off-by: David Goulet --- src/or/hs_intropoint.c | 2 +- src/or/rendmid.c | 4 ++-- src/or/rendmid.h |

[tor-commits] [tor/master] prop224: Add unit tests for INTRODUCE1 support

2017-01-18 Thread nickm
commit 50cfc9834094acf33bd5afff6a2a36f7f17e70e0 Author: David Goulet Date: Tue Nov 15 15:09:27 2016 -0500 prop224: Add unit tests for INTRODUCE1 support Signed-off-by: David Goulet --- src/or/hs_intropoint.c| 14 +- src/or/hs_intropoint.h| 9 ++ src/or/relay.c

[tor-commits] [tor/master] hs: Remove useless code in rend_mid_introduce()

2017-01-18 Thread nickm
commit db77a38da2f661d81ea2c8df1b62e5de64a32488 Author: David Goulet Date: Tue Nov 15 14:23:25 2016 -0500 hs: Remove useless code in rend_mid_introduce() With the previous commit, we validate the circuit _before_ calling rend_mid_introduce() which handles the INTRODUCE1 payload

[tor-commits] [tor/master] prop224: Rename hs_intro_circuit_is_suitable()

2017-01-18 Thread nickm
commit 9d7505a62aebaaf2fdf0e3a8178b80be17047e7b Author: David Goulet Date: Tue Nov 15 14:18:48 2016 -0500 prop224: Rename hs_intro_circuit_is_suitable() Adds a better semantic and it also follows the same interface for the INTRODUCE1 API which is circuit_is_suitable_for_introdu

[tor-commits] [doctor/master] Check for shared random partiioning issues

2017-01-18 Thread atagar
commit 482304916eedcde95f15c21e7041f28364bda6e9 Author: Damian Johnson Date: Mon Jan 16 13:47:24 2017 -0800 Check for shared random partiioning issues First of four shared random checks requested on... https://trac.torproject.org/projects/tor/ticket/17434 --- consensus_

[tor-commits] [doctor/master] Drop descriptor validation from consensus checks

2017-01-18 Thread atagar
commit 73a33c7899d591cab4eaa6baf0ddd1ed7481eb51 Author: Damian Johnson Date: Mon Jan 16 12:22:27 2017 -0800 Drop descriptor validation from consensus checks The descriptor checker (which only notifies me) already runs the descriptor validation checks. No point in having them bl

[tor-commits] [doctor/master] Check that authority reveal values match all votes

2017-01-18 Thread atagar
commit 5f86ba53a41fc0ffedfc53a21f5534182286a3f7 Author: Damian Johnson Date: Tue Jan 17 10:52:16 2017 -0800 Check that authority reveal values match all votes Second check requested on https://trac.torproject.org/projects/tor/ticket/17434 --- consensus_health_checker.py | 46

[tor-commits] [doctor/master] Pick dry-run status based on user

2017-01-18 Thread atagar
commit d00a61c31d60f781f8e795a10bf0187c6a722a54 Author: Damian Johnson Date: Mon Jan 16 10:44:14 2017 -0800 Pick dry-run status based on user Rather than hardcoding this flag to True when developing why not simply base it on our user? The doctor virt is usually the only place

[tor-commits] [doctor/master] Alert if shared random value is missing from the consensus

2017-01-18 Thread atagar
commit d4794c77ada6cd6a67433e551e6876b6bc33cd30 Author: Damian Johnson Date: Wed Jan 18 10:51:42 2017 -0800 Alert if shared random value is missing from the consensus Third check for https://trac.torproject.org/projects/tor/ticket/17434 --- consensus_health_checker.py | 18 +++

[tor-commits] [doctor/master] Limit the hours when the shared random check runs

2017-01-18 Thread atagar
commit f0e9e20373c1ca719083f3262ff6fce57ba46d81 Author: Damian Johnson Date: Tue Jan 17 10:10:24 2017 -0800 Limit the hours when the shared random check runs Shared randomness does different things during different hours so need to add special handling. --- consensus_health_c

[tor-commits] [tor-browser-bundle/master] Bug 20989: Browser sandbox profile is too restrictive on OSX 10.12.2

2017-01-18 Thread gk
commit f55cbeea243675db8acf1015ca7e1ceed39f0933 Author: Kathy Brade Date: Tue Jan 17 10:27:25 2017 -0500 Bug 20989: Browser sandbox profile is too restrictive on OSX 10.12.2 Allow full read access to all files under /usr/lib. Allow full read access to /Library/Preferences/com.a

[tor-commits] [sandboxed-tor-browser/master] Bump the version to 0.0.4-dev, so I can do development again.

2017-01-18 Thread yawning
commit 6477aea9f9918d7a50a23196c77c3b42a96bdb2c Author: Yawning Angel Date: Wed Jan 18 20:15:49 2017 + Bump the version to 0.0.4-dev, so I can do development again. --- ChangeLog| 2 ++ data/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/C

[tor-commits] [tor/master] circuit: Make circuit_build_times_disabled take an or_options_t

2017-01-18 Thread nickm
commit 0069d14753e6050cc20ccd2009b3e04ab8426497 Author: David Goulet Date: Wed Jan 18 12:53:01 2017 -0500 circuit: Make circuit_build_times_disabled take an or_options_t That way, when we are parsing the options and LearnCircuitBuildTimeout is set to 0, we don't assert trying

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/bug21062_030_01'

2017-01-18 Thread nickm
commit e167a0e17d9211205651b07b65b0e83695bf6cf1 Merge: 31dd7de 0069d14 Author: Nick Mathewson Date: Wed Jan 18 15:11:36 2017 -0500 Merge remote-tracking branch 'dgoulet/bug21062_030_01' changes/bug21062 | 4 src/or/circuitbuild.c | 2 +- src/or/circuitstats.c | 22 +++-

[tor-commits] [tor/master] put units in constant names for DIRCACHE_MEN_MEM*

2017-01-18 Thread nickm
commit e0e729d4b52ef4a14e63e194ff0a47a0aa0d0f99 Author: Nick Mathewson Date: Wed Jan 18 15:08:10 2017 -0500 put units in constant names for DIRCACHE_MEN_MEM* --- src/or/config.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/or/config.c b/src/or/config

[tor-commits] [tor/master] Rename DIRCACHE_MIN_BANDWIDTH and DIRCACHE_MIN_MB_BANDWIDTH

2017-01-18 Thread nickm
commit 426ceb41ef8a583cedaac5df68400c201aa30d8f Author: Neel Chauhan Date: Sat Dec 24 07:26:37 2016 -0500 Rename DIRCACHE_MIN_BANDWIDTH and DIRCACHE_MIN_MB_BANDWIDTH Renamed to DIRCACHE_MIN_MEM and DIRCACHE_MIN_MB_MEM. Signed-off-by: David Goulet --- src/or/config.c | 16

[tor-commits] [tor/master] Merge branch 'bug20684_030_01'

2017-01-18 Thread nickm
commit 31dd7dec9a9ca6cf6e146fc429ee6be8bcd2042d Merge: 9d47f4d e0e729d Author: Nick Mathewson Date: Wed Jan 18 15:08:42 2017 -0500 Merge branch 'bug20684_030_01' src/or/config.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) ___

[tor-commits] [sandboxed-tor-browser/master] Remove suggestions to use other projects. No functional changes.

2017-01-18 Thread yawning
commit 851b16c0ebe52285de5aa8f1e0ef8e59392dfa11 Author: Yawning Angel Date: Wed Jan 18 19:31:29 2017 + Remove suggestions to use other projects. No functional changes. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b8d

[tor-commits] [sandboxed-tor-browser/master] Do the release ritual for sandboxed-tor-browser-0.0.3.

2017-01-18 Thread yawning
commit 220a347dcea5b3cb4fe4c286c93472f7f23c4b43 Author: Yawning Angel Date: Wed Jan 18 20:03:11 2017 + Do the release ritual for sandboxed-tor-browser-0.0.3. --- ChangeLog| 2 +- data/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeL

[tor-commits] [tor/master] Fix a memory leak in bench.c

2017-01-18 Thread nickm
commit 9d47f4d298553cbbafa5afb65e4972bff0b3024a Author: Nick Mathewson Date: Wed Jan 18 14:29:52 2017 -0500 Fix a memory leak in bench.c --- src/test/bench.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/bench.c b/src/test/bench.c index 30984fd..99bc686 100

[tor-commits] [sandboxed-tor-browser/master] Update README.md to reflect reality, no functional changes.

2017-01-18 Thread yawning
commit 9c250a07e524a68593616696e9d555f61c06d52b Author: Yawning Angel Date: Wed Jan 18 19:27:32 2017 + Update README.md to reflect reality, no functional changes. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 675ee2f..1b8d51b 100644 ---

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

2017-01-18 Thread translation
commit 8c2b69f213501d7eaeac8853b7632a0a17487fe6 Author: Translation commit bot Date: Wed Jan 18 19:18:29 2017 + Update translations for exoneratorproperties_completed --- da/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/exonerator.pr

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

2017-01-18 Thread translation
commit 130795c60d3a1873581f247923bcb2100d0639b5 Author: Translation commit bot Date: Wed Jan 18 19:18:17 2017 + Update translations for tor-messenger-uiproperties_completed --- da/ui.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/ui.properties b/da/ui

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

2017-01-18 Thread translation
commit ed8a7937d65219355fd1361d1b7a53b67856d278 Author: Translation commit bot Date: Wed Jan 18 19:18:26 2017 + Update translations for exoneratorproperties --- da/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/exonerator.properties b

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

2017-01-18 Thread translation
commit 3db35ccc70dd85cd5a14c54a0043056ec8ca2d6b Author: Translation commit bot Date: Wed Jan 18 19:18:14 2017 + Update translations for tor-messenger-uiproperties --- da/ui.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/ui.properties b/da/ui.propertie

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

2017-01-18 Thread translation
commit b0cd113aaf2d5ee70a8673b48652c0e9d003e9d0 Author: Translation commit bot Date: Wed Jan 18 19:16:38 2017 + Update translations for torbutton-branddtd --- da/brand.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/brand.dtd b/da/brand.dtd index fdae445..38d

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

2017-01-18 Thread translation
commit a03faeaa700a02371380b01f99b7e7c56b0f714d Author: Translation commit bot Date: Wed Jan 18 19:16:41 2017 + Update translations for torbutton-branddtd_completed --- da/brand.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/brand.dtd b/da/brand.dtd index fd

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

2017-01-18 Thread translation
commit c318972555f809a97be7299848d4920934d32885 Author: Translation commit bot Date: Wed Jan 18 19:16:19 2017 + Update translations for tails-misc --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index de408d1..2845786 100644 --- a/da.po +

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

2017-01-18 Thread translation
commit 4e5a271eda377cc85c38ba78e9ad2593a746347c Author: Translation commit bot Date: Wed Jan 18 19:16:22 2017 + Update translations for tails-misc_completed --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index de408d1..2845786 100644 ---

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

2017-01-18 Thread translation
commit c6d16a780bb9b0c5003c76cc8715e60c457a668c Author: Translation commit bot Date: Wed Jan 18 19:16:34 2017 + Update translations for torbutton-brandproperties_completed --- da/brand.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/da/brand.pr

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

2017-01-18 Thread translation
commit 886bc2687c50ceb6fe4653c373d12639d9a03797 Author: Translation commit bot Date: Wed Jan 18 19:16:31 2017 + Update translations for torbutton-brandproperties --- da/brand.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/da/brand.properties b

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

2017-01-18 Thread translation
commit 72f980e88ec099e624f6188ead13a30232ed2bfa Author: Translation commit bot Date: Wed Jan 18 19:15:29 2017 + Update translations for https_everywhere_completed --- da/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/ssl-observatory.dtd b/da/

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

2017-01-18 Thread translation
commit 5ec3ab902cf7268f56ad83cd824f2b9187d71e21 Author: Translation commit bot Date: Wed Jan 18 19:15:24 2017 + Update translations for https_everywhere --- da/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/ssl-observatory.dtd b/da/ssl-observ

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

2017-01-18 Thread translation
commit 25d3257ba016061b803f99d22a24c83ce5cc91c4 Author: Translation commit bot Date: Wed Jan 18 19:16:01 2017 + Update translations for tor-launcher-properties --- da/torlauncher.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/torlauncher.propertie

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

2017-01-18 Thread translation
commit 6fca5d89ec61c55d999d0f2dc7f4cc1ac214c9e6 Author: Translation commit bot Date: Wed Jan 18 19:16:04 2017 + Update translations for tor-launcher-properties_completed --- da/torlauncher.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/torlauncher

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

2017-01-18 Thread translation
commit e1baae43ce2a11dc4bd4e3b910d9f28557c09cc7 Author: Translation commit bot Date: Wed Jan 18 19:15:19 2017 + Update translations for whisperback_completed --- da/da.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/da.po b/da/da.po index 36a834e..08809e

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

2017-01-18 Thread translation
commit e1a59c2c3b770cf1b8b527c060012f214a9e7df7 Author: Translation commit bot Date: Wed Jan 18 19:15:16 2017 + Update translations for whisperback --- da/da.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/da.po b/da/da.po index 36a834e..08809e9 100644 -

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

2017-01-18 Thread translation
commit 8ad2b34805bd4e0d3a91aaeabc54f25f036d57f1 Author: Translation commit bot Date: Wed Jan 18 18:47:05 2017 + Update translations for tor_animation --- da.srt | 55 --- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a

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

2017-01-18 Thread translation
commit 0dca256cee946e4670df4490c661f2cf86cf413a Author: Translation commit bot Date: Wed Jan 18 18:47:08 2017 + Update translations for tor_animation_completed --- da.srt | 55 --- 1 file changed, 28 insertions(+), 27 deletions(-) di

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

2017-01-18 Thread translation
commit b3b833b5069fe8c688ec2f861bb4bf8552c167d1 Author: Translation commit bot Date: Wed Jan 18 18:47:01 2017 + Update translations for tor-and-https_completed --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index 5316060..8f1c6f7 100644

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

2017-01-18 Thread translation
commit 50b4d6c28f15070459250b004453b4167f1da816 Author: Translation commit bot Date: Wed Jan 18 18:46:58 2017 + Update translations for tor-and-https --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index 5316060..8f1c6f7 100644 --- a/da.p

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

2017-01-18 Thread translation
commit 5cb92fd8ccced5dd4afec05e8017271d540d9892 Author: Translation commit bot Date: Wed Jan 18 18:46:10 2017 + Update translations for tor-launcher-network-settings --- da/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/network-settings.

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

2017-01-18 Thread translation
commit 84722147536439269397d6e275d4297f3769f6cd Author: Translation commit bot Date: Wed Jan 18 18:45:56 2017 + Update translations for tor-launcher-properties --- da/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torlauncher.properties b/

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

2017-01-18 Thread translation
commit 143b226ce824379d0b2ad7c8aba2bdc150a6924e Author: Translation commit bot Date: Wed Jan 18 18:46:20 2017 + Update translations for tails-misc_completed --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index 61b3088..de408d1 100644 ---

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

2017-01-18 Thread translation
commit bfd3565e4e901b85e95bb3a850e8dd1bcaa20f3f Author: Translation commit bot Date: Wed Jan 18 18:46:41 2017 + Update translations for torbutton-torbuttonproperties --- da/torbutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torbutton.properties

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

2017-01-18 Thread translation
commit 7baea40114240b4eace6a93e0c3c39f02653d3f6 Author: Translation commit bot Date: Wed Jan 18 18:46:27 2017 + Update translations for abouttor-homepage_completed --- da/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/aboutTor.dtd b/da/aboutTor.dtd

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

2017-01-18 Thread translation
commit 6d80957415c879e4b3e24da1aa4eca484067de66 Author: Translation commit bot Date: Wed Jan 18 18:46:24 2017 + Update translations for abouttor-homepage --- da/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/aboutTor.dtd b/da/aboutTor.dtd index 4909

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

2017-01-18 Thread translation
commit 78762759b9c96474491ea0abe64e56669872814c Author: Translation commit bot Date: Wed Jan 18 18:46:13 2017 + Update translations for tor-launcher-network-settings_completed --- da/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/network

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

2017-01-18 Thread translation
commit 7c591bed51cdc52ac2c3e586f8b10dc2e9536382 Author: Translation commit bot Date: Wed Jan 18 18:46:17 2017 + Update translations for tails-misc --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index 61b3088..de408d1 100644 --- a/da.po +

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

2017-01-18 Thread translation
commit 6bee1dc19f604f9167e0822fc2c7bfd62635f238 Author: Translation commit bot Date: Wed Jan 18 18:46:01 2017 + Update translations for tor-launcher-properties_completed --- da/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torlauncher.pro

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

2017-01-18 Thread translation
commit bac3bd45f8a71ebc41cc2470a99a8dbf1fbc9be3 Author: Translation commit bot Date: Wed Jan 18 18:18:47 2017 + Update translations for exoneratorproperties --- da/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/exonerator.properties b

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

2017-01-18 Thread translation
commit 96b6cadf1c3dde9dfa724e7b287f327d895bd250 Author: Translation commit bot Date: Wed Jan 18 18:18:38 2017 + Update translations for tor-messenger-uiproperties_completed --- da/ui.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/da/ui.propert

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

2017-01-18 Thread translation
commit 81622cc8109f440bd0291a6ebdfb2a368bc3abe8 Author: Translation commit bot Date: Wed Jan 18 18:18:35 2017 + Update translations for tor-messenger-uiproperties --- da/ui.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/da/ui.properties b/da/u

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

2017-01-18 Thread translation
commit 2f55a34d9b41e3f2b36586b5f1e5363ff6540d34 Author: Translation commit bot Date: Wed Jan 18 18:18:50 2017 + Update translations for exoneratorproperties_completed --- da/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/exonerator.pr

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

2017-01-18 Thread translation
commit bfa542f7539a4b8d4b1c254822d82d05772e1a00 Author: Translation commit bot Date: Wed Jan 18 18:18:21 2017 + Update translations for tor-messenger-prefsdtd_completed --- da/prefs.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/prefs.dtd b/da/prefs.dtd inde

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

2017-01-18 Thread translation
commit d29f060654af02710bdf5917b7c02bd85b19754a Author: Translation commit bot Date: Wed Jan 18 18:18:09 2017 + Update translations for tor-messenger-fingerdtd_completed --- da/finger.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/finger.dtd b/da/finger.dtd

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

2017-01-18 Thread translation
commit ea1981d6628a26202de1d87ed968096d2c86094e Author: Translation commit bot Date: Wed Jan 18 18:18:06 2017 + Update translations for tor-messenger-fingerdtd --- da/finger.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/finger.dtd b/da/finger.dtd index 3529

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

2017-01-18 Thread translation
commit 56a883c86298f9bb4b05e7f0af48505abdbfe6d4 Author: Translation commit bot Date: Wed Jan 18 18:18:18 2017 + Update translations for tor-messenger-prefsdtd --- da/prefs.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/prefs.dtd b/da/prefs.dtd index a14ddf1.

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

2017-01-18 Thread translation
commit 523a5ec423f9c11075ca0bb95c6fd0b2380e0181 Author: Translation commit bot Date: Wed Jan 18 18:18:02 2017 + Update translations for tor-messenger-authproperties --- da/auth.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/auth.properties b/da/au

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

2017-01-18 Thread translation
commit c86d368918d591e39ab6797f113f0a881aeb235f Author: Translation commit bot Date: Wed Jan 18 18:17:58 2017 + Update translations for tor-messenger-authproperties_completed --- da/auth.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/auth.properti

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

2017-01-18 Thread translation
commit 9e4c1e244ea24856aee1745a1d206e3420c932cc Author: Translation commit bot Date: Wed Jan 18 18:17:52 2017 + Update translations for tor-messenger-authdtd --- da/auth.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/da/auth.dtd b/da/auth.dtd index

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

2017-01-18 Thread translation
commit ffa1b7cfe4c652c6ccb293fad16ac4c209f5fe01 Author: Translation commit bot Date: Wed Jan 18 18:17:55 2017 + Update translations for tor-messenger-authdtd_completed --- da/auth.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/da/auth.dtd b/da/auth

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

2017-01-18 Thread translation
commit ca909c630da855757aa68852dba984a436bf075d Author: Translation commit bot Date: Wed Jan 18 18:17:43 2017 + Update translations for torbutton-abouttbupdatedtd_completed --- da/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/abouttbupdate.dtd

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

2017-01-18 Thread translation
commit c1e1b08b6e9ebfeba986da80e2f2853eb403a199 Author: Translation commit bot Date: Wed Jan 18 18:17:20 2017 + Update translations for torbutton-aboutdialogdtd --- da/aboutdialog.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/aboutdialog.dtd b/da/abou

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

2017-01-18 Thread translation
commit c669a82c995372b0c9914c2fa4007b4066bd16b4 Author: Translation commit bot Date: Wed Jan 18 18:17:02 2017 + Update translations for tails-iuk_completed --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index cef6566..0c0f916 100644 ---

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

2017-01-18 Thread translation
commit 8c9c7cb92c06c4c1839c43c962c0c19b3cf5cf39 Author: Translation commit bot Date: Wed Jan 18 18:16:58 2017 + Update translations for tails-iuk --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index cef6566..0c0f916 100644 --- a/da.po ++

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

2017-01-18 Thread translation
commit 5906b0d3c2c2f87095b7c32614f67228d30b1b30 Author: Translation commit bot Date: Wed Jan 18 18:17:39 2017 + Update translations for torbutton-abouttbupdatedtd --- da/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/abouttbupdate.dtd b/da/abou

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

2017-01-18 Thread translation
commit 9ce30c9a7ac332a1dd31a6c5ff9340506405ea8b Author: Translation commit bot Date: Wed Jan 18 18:17:36 2017 + Update translations for tails-openpgp-applet_completed --- da/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/openpgp-applet.pot

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

2017-01-18 Thread translation
commit 4cafbfef0d944f3fafbecfbeb2241dcf61708da5 Author: Translation commit bot Date: Wed Jan 18 18:17:32 2017 + Update translations for tails-openpgp-applet --- da/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/openpgp-applet.pot b/da/open

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

2017-01-18 Thread translation
commit b359ab6e1cb9df6d8e65875873f23e4eec98a2b5 Author: Translation commit bot Date: Wed Jan 18 18:17:24 2017 + Update translations for torbutton-aboutdialogdtd_completed --- da/aboutdialog.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/aboutdialog.dtd

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

2017-01-18 Thread translation
commit 52268547887b5921b63689f42aee313d848fbc18 Author: Translation commit bot Date: Wed Jan 18 18:16:49 2017 + Update translations for torbutton-branddtd_completed --- da/brand.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/brand.dtd b/da/brand.dtd inde

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

2017-01-18 Thread translation
commit e6d8b86550cd7f39eafb5e6cb7a0220344475463 Author: Translation commit bot Date: Wed Jan 18 18:16:38 2017 + Update translations for torbutton-brandproperties --- da/brand.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/brand.properties b/da/bra

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

2017-01-18 Thread translation
commit c15cfba3958db95e6b5624591c3e3d4977b40447 Author: Translation commit bot Date: Wed Jan 18 18:16:45 2017 + Update translations for torbutton-branddtd --- da/brand.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/brand.dtd b/da/brand.dtd index 96325fb.

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

2017-01-18 Thread translation
commit 366f2940f9723c72b912ce08fa4e58136da0354e Author: Translation commit bot Date: Wed Jan 18 18:16:42 2017 + Update translations for torbutton-brandproperties_completed --- da/brand.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/brand.propertie

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

2017-01-18 Thread translation
commit 9b42b9458ed78eb443939ffe3340f20193fc80e0 Author: Translation commit bot Date: Wed Jan 18 18:16:12 2017 + Update translations for tor-launcher-properties_completed --- da/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torlauncher.pro

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

2017-01-18 Thread translation
commit 7e9e291ce57b23abc475e16900ec69790be4f3c7 Author: Translation commit bot Date: Wed Jan 18 18:16:21 2017 + Update translations for tor-launcher-network-settings --- da/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/network-settings.dtd

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

2017-01-18 Thread translation
commit 566c6d8299a200cc2b35cad490748e6c89c4301e Author: Translation commit bot Date: Wed Jan 18 18:16:24 2017 + Update translations for tor-launcher-network-settings_completed --- da/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/network-set

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

2017-01-18 Thread translation
commit f923e61b9211fc554a0a56aded905bbab6d93b04 Author: Translation commit bot Date: Wed Jan 18 18:15:58 2017 + Update translations for torbirdy_completed --- da/torbirdy.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torbirdy.properties b/da/torbirdy

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

2017-01-18 Thread translation
commit 40853ee2359fad4878650e7b2a20a8134af66944 Author: Translation commit bot Date: Wed Jan 18 18:15:54 2017 + Update translations for torbirdy --- da/torbirdy.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torbirdy.properties b/da/torbirdy.propertie

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

2017-01-18 Thread translation
commit 9a608ae53403b6bebd5aad6446641e2fec5d7786 Author: Translation commit bot Date: Wed Jan 18 18:16:05 2017 + Update translations for mat-gui_completed --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index d079a48..aa410ad 100644 --- a/

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

2017-01-18 Thread translation
commit 887b46984fe4e3a4aa5e5477c80f98735b4a8eac Author: Translation commit bot Date: Wed Jan 18 18:16:08 2017 + Update translations for tor-launcher-properties --- da/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/torlauncher.properties b/

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

2017-01-18 Thread translation
commit 63d16c92b0a2a77c4020a2d21df7a65cf6447d0c Author: Translation commit bot Date: Wed Jan 18 18:16:01 2017 + Update translations for mat-gui --- da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da.po b/da.po index d079a48..aa410ad 100644 --- a/da.po +++

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

2017-01-18 Thread translation
commit bdbabb95692d9496425d465fd100fe12925ea923 Author: Translation commit bot Date: Wed Jan 18 18:15:50 2017 + Update translations for tails-greeter_completed --- da/da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/da.po b/da/da.po index 6ffc277..11742b

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

2017-01-18 Thread translation
commit 17a003f99317f9bbb8397596290047117d008d8b Author: Translation commit bot Date: Wed Jan 18 18:15:46 2017 + Update translations for tails-greeter --- da/da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/da.po b/da/da.po index 6ffc277..11742b8 100644 -

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

2017-01-18 Thread translation
commit 5dc9ea1080958611d8f32dfc6e3e3969988a222c Author: Translation commit bot Date: Wed Jan 18 18:15:35 2017 + Update translations for liveusb-creator_completed --- da/da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/da.po b/da/da.po index 7f335df..e7a5

  1   2   3   >