[tor-commits] [tor-messenger-build/master] Factor out common mozconfigs

2016-11-04 Thread arlo
commit 7aa51976111e377db911b69ecf17053c67429eff Author: Arlo Breault Date: Fri Nov 4 17:38:19 2016 -0700 Factor out common mozconfigs --- projects/instantbird/build | 3 ++- projects/instantbird/config | 1 + projects/instantbird/mozconfig-common |

[tor-commits] [tor-messenger-build/master] Create mar-tools zip files

2016-11-04 Thread boklm
commit b3ebc0f25959a034b609f6d6ba697da30ee43efa Author: Nicolas Vigier Date: Sat Nov 5 00:58:46 2016 +0100 Create mar-tools zip files --- projects/instantbird/build | 22 ++ projects/instantbird/config | 4 projects/tor-messenger/build | 1 + proje

[tor-commits] [tor-messenger-build/master] Make projects/tor-messenger output to a directory

2016-11-04 Thread boklm
commit 0bee903d5ce1141ec6175ecc7aa8bc477c7ed619 Author: Nicolas Vigier Date: Fri Nov 4 18:28:00 2016 +0100 Make projects/tor-messenger output to a directory This will now output to a directory, only containing one file. This is the first step before adding the mar file and mar-

[tor-commits] [tor-messenger-build/master] Update rbm

2016-11-04 Thread boklm
commit 20547601b68879068d65b14c179c5e189923e1ad Author: Nicolas Vigier Date: Fri Nov 4 17:45:46 2016 +0100 Update rbm The main change is that it is now possible to have the filename in input_files pointing to a directory. This will allow us to have projects that output mult

[tor-commits] [tor-messenger-build/master] Make projects/instantbird output to a directory

2016-11-04 Thread boklm
commit b677cb75447d7e3823b2bd179e8d6e335e510f8f Author: Nicolas Vigier Date: Fri Nov 4 20:28:20 2016 +0100 Make projects/instantbird output to a directory --- projects/instantbird/build | 3 ++- projects/instantbird/config | 2 +- projects/tor-messenger/build | 4 ++-- proje

[tor-commits] [tor-messenger-build/master] Create full mar files

2016-11-04 Thread boklm
commit a0b2e732c6e9fb7e5ee75bf762df1dd009797b1f Author: Nicolas Vigier Date: Sat Nov 5 02:09:26 2016 +0100 Create full mar files --- projects/tor-messenger/build | 26 +- projects/tor-messenger/build.osx | 16 +--- projects/tor-messenger/config|

[tor-commits] [tor-messenger-build/master] Hmm, --disable-signmar ^ --enable-signmar

2016-11-04 Thread arlo
commit f69ce392c274ed19a81a63cce4b946893d2502ff Author: Arlo Breault Date: Fri Nov 4 14:10:43 2016 -0700 Hmm, --disable-signmar ^ --enable-signmar --- projects/instantbird/mozconfig-windows-i686 | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/instantbird/mozconfig-windows-i686

[tor-commits] [tor/master] Would you believe me if I said there were more 32-bit and clang warnings?

2016-11-04 Thread nickm
commit 0fed324c2c3862b1911a1add352f45c9a21f7a47 Author: Nick Mathewson Date: Fri Nov 4 15:47:28 2016 -0400 Would you believe me if I said there were more 32-bit and clang warnings? --- src/test/test_hs_cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/te

[tor-commits] [tor/master] Fix some 32-bit warnings and clang warnings

2016-11-04 Thread nickm
commit f45a581486197fb71c166f130b9b4cb0ad42ceff Author: Nick Mathewson Date: Fri Nov 4 15:24:30 2016 -0400 Fix some 32-bit warnings and clang warnings --- src/or/hs_descriptor.c| 10 +- src/test/test_hs_descriptor.c | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions

[tor-commits] [tor/master] prop224: Fix memleaks in hs descriptor unit test

2016-11-04 Thread nickm
commit c1bbc8405b8f1624d008688627303911b93e7fb0 Author: David Goulet Date: Fri Nov 4 14:45:37 2016 -0400 prop224: Fix memleaks in hs descriptor unit test Signed-off-by: David Goulet --- src/test/test_hs_descriptor.c | 4 1 file changed, 4 insertions(+) diff --git a/src/test

[tor-commits] [tor/master] Fix a use-after-free error.

2016-11-04 Thread nickm
commit 954fb99a48ea12a6c1aa48e2ce1a8acf8fbe456b Author: David Goulet Date: Fri Nov 4 14:03:35 2016 -0400 Fix a use-after-free error. --- src/or/hs_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/hs_cache.c b/src/or/hs_cache.c index b5369c0..b7ff979 100644

[tor-commits] [tor/master] Fix an assertion failure in hs_cache_free_all().

2016-11-04 Thread nickm
commit dbd01590cc9e6329fab1acd57b7380fb9f30a0ae Author: Nick Mathewson Date: Fri Nov 4 13:30:10 2016 -0400 Fix an assertion failure in hs_cache_free_all(). It's possible for Tor to decide to exit before it's 100% done initializing. So, don't assert that the initialization is d

[tor-commits] [tor/master] Check the correct key when checking RSA crosscert in hs_descriptor.c

2016-11-04 Thread nickm
commit 09c750cce353d76c6b1e1481150c5dc0166f5a53 Author: Nick Mathewson Date: Fri Nov 4 13:49:05 2016 -0400 Check the correct key when checking RSA crosscert in hs_descriptor.c Note that the "signed key" in the signing key certificate is the signing key. The "signing key" in th

[tor-commits] [tor/master] Fix a bunch of leaks in hs_cache/upload_and_download_hs_desc

2016-11-04 Thread nickm
commit 29ae8dcf96532eb5be8023a29de404576d5d2339 Author: Nick Mathewson Date: Fri Nov 4 14:13:30 2016 -0400 Fix a bunch of leaks in hs_cache/upload_and_download_hs_desc --- src/or/hs_descriptor.c | 2 ++ src/test/test_hs_cache.c | 5 + 2 files changed, 7 insertions(+) diff --git a/sr

[tor-commits] [tor/master] Fix a heap overrun in test_decode_plaintext

2016-11-04 Thread nickm
commit 1a03edefbaf2f89489df86519b837b5bf8c5f18f Author: Nick Mathewson Date: Fri Nov 4 14:28:19 2016 -0400 Fix a heap overrun in test_decode_plaintext --- src/test/test_hs_descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_hs_descriptor.c b/src/test/test_hs_desc

[tor-commits] [tor/master] prop224: Remove pointless unit test

2016-11-04 Thread nickm
commit 791625750ef0c81b035b5c5c91ff9ab8a256df97 Author: David Goulet Date: Fri Nov 4 14:30:25 2016 -0400 prop224: Remove pointless unit test Signed-off-by: David Goulet --- src/test/test_hs_descriptor.c | 28 1 file changed, 28 deletions(-) diff --gi

[tor-commits] [tor/master] Fix memory leaks in hs_descriptor/decode_descriptor and in encode_enc_key()

2016-11-04 Thread nickm
commit d16b4b3e485526b39e7bdc36bf2d8041080a7201 Author: Nick Mathewson Date: Fri Nov 4 14:27:45 2016 -0400 Fix memory leaks in hs_descriptor/decode_descriptor and in encode_enc_key() --- src/or/hs_descriptor.c| 4 +++- src/test/test_hs_descriptor.c | 4 +++- 2 files changed, 6 inse

[tor-commits] [tor/master] prop224: Rename cert type to follow naming convention

2016-11-04 Thread nickm
commit 1263f74a12abfb7f3e9b9627fd1d37cb125b8429 Author: David Goulet Date: Wed Sep 14 15:05:48 2016 -0400 prop224: Rename cert type to follow naming convention Signed-off-by: David Goulet --- src/or/hs_descriptor.c| 10 +- src/or/torcert.h | 18 ++

[tor-commits] [tor/master] Expose desc_intro_point_free to the tests, and use it.

2016-11-04 Thread nickm
commit a4291eef5aeeb9ba8939b563a657ac50d4447b7e Author: Nick Mathewson Date: Fri Nov 4 14:21:53 2016 -0400 Expose desc_intro_point_free to the tests, and use it. Also fix another couple of leaks. --- src/or/hs_descriptor.c| 2 +- src/or/hs_descriptor.h| 2 +- src

[tor-commits] [tor/master] prop224: Use a const pointer for the cache lookup entry

2016-11-04 Thread nickm
commit 3f29688bdff3d6aa0b47ee7080995f44dbb579de Author: David Goulet Date: Thu Sep 15 14:13:18 2016 -0400 prop224: Use a const pointer for the cache lookup entry Signed-off-by: David Goulet --- src/or/directory.c | 4 +--- src/or/hs_cache.c| 16 sr

[tor-commits] [tor/master] Merge branch 'ticket17238_029_02-resquash'

2016-11-04 Thread nickm
commit c35c43d7d9df793c890deb14800e24327fbca452 Merge: bd6aa4f c189cb5 Author: Nick Mathewson Date: Fri Nov 4 13:26:37 2016 -0400 Merge branch 'ticket17238_029_02-resquash' Conflicts: src/or/rendclient.c src/or/rendcommon.c src/or/routerparse.c src/t

[tor-commits] [tor/master] Fix memory leaks in test_hs_cache.c

2016-11-04 Thread nickm
commit 7a78a37f1dcd88a44e9e28524afc9be2ef9531ce Author: Nick Mathewson Date: Fri Nov 4 14:39:35 2016 -0400 Fix memory leaks in test_hs_cache.c --- src/test/test_hs_cache.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/test_hs_cache.c b/src/test/test_hs_cache.c index a9f1f

[tor-commits] [tor/master] Make check-spaces happy :)

2016-11-04 Thread nickm
commit d795ed5871010b8ad6d216f5f4381e4191cb147c Author: George Kadianakis Date: Thu Aug 25 01:44:34 2016 +0300 Make check-spaces happy :) Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/directory.c| 8 src/or/hs_cache.c

[tor-commits] [tor/master] Fix more unit test leaks.

2016-11-04 Thread nickm
commit ed4aebcd975eff6a88e07d3db27596f8a32207bd Author: Nick Mathewson Date: Fri Nov 4 14:35:15 2016 -0400 Fix more unit test leaks. --- src/test/test_hs_cache.c | 6 +- src/test/test_hs_descriptor.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/test/t

[tor-commits] [tor/master] Fix compilation.

2016-11-04 Thread nickm
commit d88046a80d35bfc05c2b41e352beb9567262c53c Author: Nick Mathewson Date: Fri Nov 4 13:26:56 2016 -0400 Fix compilation. --- src/or/hs_descriptor.c | 17 ++--- src/or/hs_descriptor.h | 1 + 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/or/hs_descriptor

[tor-commits] [tor/master] prop224: fix unit test to actually initialize a connection object

2016-11-04 Thread nickm
commit b876e5128aaf4f65976545ffc942f041bf5df1c2 Author: David Goulet Date: Fri Nov 4 13:52:54 2016 -0400 prop224: fix unit test to actually initialize a connection object Signed-off-by: David Goulet --- src/test/test_hs_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio

[tor-commits] [tor/master] Add EnableOnionServicesV3 consensus parameter

2016-11-04 Thread nickm
commit 1517a8a2ebeb645669531b53bad52879d6da39d2 Author: David Goulet Date: Thu Aug 25 11:52:29 2016 -0400 Add EnableOnionServicesV3 consensus parameter This parameter controls if onion services version 3 (first version of prop224) is enabled or not. If disabled, the tor daemon

[tor-commits] [tor/master] prop224: Fix crosscert memory leaks on error

2016-11-04 Thread nickm
commit 6ac85ca2b4ca669657f19afc8e622ac2dd7191d2 Author: David Goulet Date: Fri Nov 4 14:14:56 2016 -0400 prop224: Fix crosscert memory leaks on error --- src/or/hs_descriptor.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/or/hs_descriptor.c b/src/or/hs_de

[tor-commits] [tor/master] prop224: Descriptor decoding implementation

2016-11-04 Thread nickm
commit cff1fd63f16e83e4620afc9a8219f44e8b88b592 Author: David Goulet Date: Tue Jun 28 16:27:01 2016 -0400 prop224: Descriptor decoding implementation Closes #18571 Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/hs_descriptor.c | 1191 +++

[tor-commits] [tor/master] test: Add prop224 directory fetch/upload unit tests

2016-11-04 Thread nickm
commit a8efd087bdd937027713217d74e1cfd40fba4961 Author: George Kadianakis Date: Thu Aug 25 11:11:23 2016 -0400 test: Add prop224 directory fetch/upload unit tests Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/directory.c | 2 +- src/or

[tor-commits] [tor/master] prop224: Add a cache free all function

2016-11-04 Thread nickm
commit 1eed6edf36d57c5f80a13a6884afda798fa2abcd Author: David Goulet Date: Fri Sep 16 16:39:01 2016 -0400 prop224: Add a cache free all function Signed-off-by: David Goulet --- src/or/hs_cache.c | 16 src/or/hs_cache.h | 1 + src/or/main.c | 1 + 3 files ch

[tor-commits] [tor/master] prop224: Directory support for v3 descriptor publishing

2016-11-04 Thread nickm
commit 45a72356cbf085f02d92edcbd9f5a3ed129216cc Author: David Goulet Date: Thu Aug 11 15:21:54 2016 -0400 prop224: Directory support for v3 descriptor publishing Closes #19205 Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/directory.c | 99

[tor-commits] [tor/master] Tell a broken test to skip itself

2016-11-04 Thread nickm
commit 0e2df2b653ea25d3191995829e64c512c4868f2c Author: Nick Mathewson Date: Fri Nov 4 13:57:07 2016 -0400 Tell a broken test to skip itself --- src/test/test_hs_descriptor.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/test/test_hs_descriptor.c b/src/test/test_hs_descripto

[tor-commits] [tor/master] prop224: Directory cache support

2016-11-04 Thread nickm
commit 025610612d78fe0a0ec95dd88c3d44e4bf643603 Author: David Goulet Date: Tue Mar 29 15:08:04 2016 -0400 prop224: Directory cache support This implements the proposal 224 directory descriptor cache store and lookup functionalities. Furthermore, it merges the OOM call for the H

[tor-commits] [tor/master] trunnel: Uncomment link_specifier so we can use it

2016-11-04 Thread nickm
commit 15f3563f1b9af67897fa050122cde22b5bd293de Author: David Goulet Date: Thu Mar 10 17:52:36 2016 -0500 trunnel: Uncomment link_specifier so we can use it Also add a trunnel definition for link_specifier_list Signed-off-by: John Brooks Signed-off-by: David Goulet

[tor-commits] [tor/master] test: Add prop224 directory cache unit tests

2016-11-04 Thread nickm
commit 1aeaba4906d9f0d8901f3ef928f2cbcd049f1140 Author: David Goulet Date: Wed Aug 10 16:40:06 2016 -0400 test: Add prop224 directory cache unit tests Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/hs_cache.c| 5 +- src/or/hs_cache.h

[tor-commits] [tor/master] prop224: Add new cert type for hidden service

2016-11-04 Thread nickm
commit 02ad553ccd241aacab2e80b07b0fd5bc072dc0f8 Author: David Goulet Date: Tue Jun 28 16:26:26 2016 -0400 prop224: Add new cert type for hidden service Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/torcert.h | 1 + 1 file changed, 1 insertion(+) di

[tor-commits] [tor/master] Use a better salted-MAC construction in build_mac()

2016-11-04 Thread nickm
commit c189cb5cc29e92e55f8e94b5531d2626eff71d63 Author: Nick Mathewson Date: Fri Nov 4 13:15:28 2016 -0400 Use a better salted-MAC construction in build_mac() --- src/or/hs_descriptor.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/or/hs_descriptor.c b/sr

[tor-commits] [tor/master] prop224: Descriptor encoding implementation

2016-11-04 Thread nickm
commit 91b5d0789ff5606cf97346590567857bfd78f9ad Author: David Goulet Date: Tue Mar 8 15:51:53 2016 -0500 prop224: Descriptor encoding implementation Add hs_descriptor.{c|h} with the needed ABI to represent a descriptor and needed component. Signed-off-by: David Goulet

[tor-commits] [tor/master] test: Add prop224 descriptor unit tests

2016-11-04 Thread nickm
commit 473f99bf7bdb7d23b914cd1b590451333baaf7fe Author: David Goulet Date: Tue Mar 15 14:18:03 2016 -0400 test: Add prop224 descriptor unit tests Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/hs_descriptor.c| 21 +- src/or/hs_descriptor.h

[tor-commits] [tor/master] Move token parsing code to parsecommon.{c|h}

2016-11-04 Thread nickm
commit e8c12175fe61e4666d093b1ac85cf9bbae281f48 Author: David Goulet Date: Fri Mar 11 13:26:04 2016 -0500 Move token parsing code to parsecommon.{c|h} Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/include.am| 2 + src/or/parsecommon.c | 453 ++

[tor-commits] [tor/master] Fix make check-spaces

2016-11-04 Thread nickm
commit 6847b9f6af1db75e44c7249b04820bf82f00a887 Author: Nick Mathewson Date: Fri Nov 4 14:00:08 2016 -0400 Fix make check-spaces --- src/or/circuitlist.h | 2 +- src/or/circuituse.c | 2 +- src/or/hs_cache.c | 1 + src/or/hs_common.c| 1 + src/or/

[tor-commits] [tor/master] hs: Refactor rend_data_t for multi version support

2016-11-04 Thread nickm
commit 8293356ad993e06c66e6b56534be91fb912c9b5a Author: David Goulet Date: Tue May 31 14:51:30 2016 -0400 hs: Refactor rend_data_t for multi version support In order to implement proposal 224, we need the data structure rend_data_t to be able to accomodate versionning that is

[tor-commits] [tor/master] prop224: Directory support for v3 descriptor fetch

2016-11-04 Thread nickm
commit f59990f24ddf3e5c7cdeb82c9e8cf16c7dcce56b Author: George Kadianakis Date: Thu Aug 25 11:04:59 2016 -0400 prop224: Directory support for v3 descriptor fetch Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- src/or/directory.c | 51

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

2016-11-04 Thread translation
commit 60df70708f18ce84009a47418416517b44b27202 Author: Translation commit bot Date: Fri Nov 4 17:17:01 2016 + Update translations for torbutton-abouttorproperties --- it/abouttor.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it/abouttor.properties

[tor-commits] [torspec/master] Reserve some link protocol numbers

2016-11-04 Thread nickm
commit 30b1c9e81b44006e079b60d0f9ebc1531fc71a0c Author: Nick Mathewson Date: Fri Nov 4 13:02:52 2016 -0400 Reserve some link protocol numbers --- proposals/264-subprotocol-versions.txt | 4 1 file changed, 4 insertions(+) diff --git a/proposals/264-subprotocol-versions.txt b/proposa

[tor-commits] [stem/master] Fix some typos

2016-11-04 Thread atagar
commit 106567876716295ec6fcfbfb7334ce018aff127a Author: cypherpunks Date: Fri Nov 4 14:29:24 2016 + Fix some typos --- stem/version.py| 2 +- test/integ/installation.py | 2 +- test/settings.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [stem/master] Ignore git mergetool backup files

2016-11-04 Thread atagar
commit 8034b4067e0b73849730c8e8ae100882b1e27d18 Author: cypherpunks Date: Fri Nov 4 14:35:29 2016 + Ignore git mergetool backup files --- .gitignore| 2 +- test/unit/installation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.git

[tor-commits] [webwml/master] Bug 20465: Call it 'Tor Browser', not 'The Tor Browser'

2016-11-04 Thread sebastian
commit 5bd3add63c57f92dfa36653f8b4e01a948c01981 Author: Arthur Edelstein Date: Tue Oct 25 16:33:02 2016 -0400 Bug 20465: Call it 'Tor Browser', not 'The Tor Browser' --- about/en/corepeople.wml | 2 +- docs/en/faq.wml | 16 docs/en/tor-doc-osx.wm

[tor-commits] [orbot/master] update changelog for RC7

2016-11-04 Thread n8fr8
commit 5c4d146f0e6a6e1dad8af1136c7b6d1eb97768a2 Author: Nathan Freitas Date: Fri Nov 4 07:51:03 2016 -0400 update changelog for RC7 --- CHANGELOG | 9 + 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 66e24d7..b089f69 100644 --- a/CHANGELOG +++ b/CHANGELOG

[tor-commits] [orbot/master] updated OpenSSL string in about UI to 1.0.2j

2016-11-04 Thread n8fr8
commit 7dd82aedd8102da2daf642fbed3472b038471980 Author: Nathan Freitas Date: Thu Nov 3 22:54:04 2016 -0400 updated OpenSSL string in about UI to 1.0.2j --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/string

[tor-commits] [orbot/master] update for new joint arm+x86 build release

2016-11-04 Thread n8fr8
commit 0efbb1729e8cc36c1e8711310749714f1ca01bfc Author: Nathan Freitas Date: Thu Nov 3 17:28:01 2016 -0400 update for new joint arm+x86 build release --- external/Makefile | 2 +- .../main/java/org/torproject/android/service/TorServiceCon

[tor-commits] [orbot/master] update tor binary flag for new SSL

2016-11-04 Thread n8fr8
commit b147d5d21e43ada0044572aa9a47234337152c08 Author: Nathan Freitas Date: Fri Nov 4 00:02:15 2016 -0400 update tor binary flag for new SSL --- .../main/java/org/torproject/android/service/TorServiceConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orb

[tor-commits] [orbot/master] update openssl to OpenSSL_1_0_2j

2016-11-04 Thread n8fr8
commit 693bc9e362d36b3855b8b5a528ee3cfaa2a96553 Author: Nathan Freitas Date: Thu Nov 3 21:39:26 2016 -0400 update openssl to OpenSSL_1_0_2j --- external/openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/openssl b/external/openssl index 55615e8..e216bf9 16

[tor-commits] [orbot/master] update to 15.2.0-RC-7-multi for new OpenSSL 1.0.2j

2016-11-04 Thread n8fr8
commit eb45d61dc90a31d41d33ad6be7cfed3e022284b7 Author: Nathan Freitas Date: Thu Nov 3 22:55:03 2016 -0400 update to 15.2.0-RC-7-multi for new OpenSSL 1.0.2j --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidMan

[tor-commits] [orbot/master] update for arm-x86 joint build 15.2.0-RC-6-multi

2016-11-04 Thread n8fr8
commit 523b7b0eb73f4a626f4f955ad84c07bd67707f7e Author: Nathan Freitas Date: Thu Nov 3 17:30:33 2016 -0400 update for arm-x86 joint build 15.2.0-RC-6-multi --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManif

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

2016-11-04 Thread translation
commit 7b09603f57e8bd6fb779bb403406b27b3ff27af3 Author: Translation commit bot Date: Fri Nov 4 09:47:03 2016 + Update translations for torbutton-abouttorproperties --- nl/abouttor.properties | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nl/abouttor.pr

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

2016-11-04 Thread translation
commit 1ca7078557a1c877c58995de99bf0b6d6a3e9404 Author: Translation commit bot Date: Fri Nov 4 09:47:08 2016 + Update translations for torbutton-abouttorproperties_completed --- nl/abouttor.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git a/nl/abouttor.properties b/n

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

2016-11-04 Thread translation
commit 3f7d389d9eac17e658f0d897f9afaba00697c798 Author: Translation commit bot Date: Fri Nov 4 08:17:02 2016 + Update translations for torbutton-abouttorproperties --- de/abouttor.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de/abouttor.propertie

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

2016-11-04 Thread translation
commit 992157381c36f89100b2659c9458011348545525 Author: Translation commit bot Date: Fri Nov 4 08:17:06 2016 + Update translations for torbutton-abouttorproperties_completed --- de/abouttor.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git a/de/abouttor.properties b/d

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

2016-11-04 Thread translation
commit 5566cb4937088b245c8a70a89ab4874f3372319d Author: Translation commit bot Date: Fri Nov 4 07:47:02 2016 + Update translations for torbutton-abouttorproperties --- de/abouttor.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de/abouttor.propertie