[tor-commits] [orbot/master] update transifex config

2018-10-30 Thread n8fr8
commit f68fdc1b194584a1995231c3225a1341d0dc7b0a Author: n8fr8 Date: Tue Oct 30 03:54:17 2018 -0400 update transifex config --- .tx/config | 5 - 1 file changed, 5 deletions(-) diff --git a/.tx/config b/.tx/config index 2d3cb83e..6976ee79 100644 --- a/.tx/config +++ b/.tx/config @@

[tor-commits] [orbot/master] update to 16.0.3-RC-1-tor-0.3.4.8

2018-10-30 Thread n8fr8
commit 21896f81a234019003d7e7c7df668373d9b05a9a Author: n8fr8 Date: Tue Oct 30 03:54:59 2018 -0400 update to 16.0.3-RC-1-tor-0.3.4.8 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 49cbdd20..b8d69640

[tor-commits] [translation-tools/master] shut off the script because is too noisy

2018-10-30 Thread emmapeel
commit 776ef40d4c11ad82d3e85649137c94ced3c843a8 Author: emma peel Date: Tue Oct 30 07:54:51 2018 + shut off the script because is too noisy --- update_translations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_translations b/update_translations index

[tor-commits] [tor/release-0.3.5] Only pass `-C default-linker-libraries` with sanitizers

2018-10-30 Thread nickm
commit 82857849662189d25e1a06bf6b764c64d2468168 Author: Alex Crichton Date: Mon Oct 29 10:00:23 2018 -0700 Only pass `-C default-linker-libraries` with sanitizers This'll help retain test compatibility until 1.31.0 is released! --- configure.ac| 8

[tor-commits] [tor/release-0.3.5] Remove `[features]` from workspace Cargo.toml

2018-10-30 Thread nickm
commit 757a2360a41a5de2abd283ddee9fd26bb045bc04 Author: Alex Crichton Date: Mon Oct 1 22:57:38 2018 -0700 Remove `[features]` from workspace Cargo.toml Unfortunately Cargo doesn't actually parse these! Cargo should probably print a warning saying they're not used... ---

[tor-commits] [tor/release-0.3.5] Remove the `link_rust.sh.in` script

2018-10-30 Thread nickm
commit 6ebb2c46d5eae7bae8d827fdc68d3ed58b16e95a Author: Alex Crichton Date: Mon Oct 1 22:50:08 2018 -0700 Remove the `link_rust.sh.in` script This is no longer necessary with upstream rust-lang/rust changes as well as some local tweaks. Namely: * The

[tor-commits] [tor/release-0.3.5] Add a changes file for Alex Crichton's rust fixes.

2018-10-30 Thread nickm
commit ee1cc0feaef6a13f3edf47a42b0c8e5a07603f9c Author: Nick Mathewson Date: Tue Oct 30 08:45:35 2018 -0400 Add a changes file for Alex Crichton's rust fixes. --- changes/rust_asan | 8 1 file changed, 8 insertions(+) diff --git a/changes/rust_asan b/changes/rust_asan new file

[tor-commits] [tor/master] Add a changes file for Alex Crichton's rust fixes.

2018-10-30 Thread nickm
commit ee1cc0feaef6a13f3edf47a42b0c8e5a07603f9c Author: Nick Mathewson Date: Tue Oct 30 08:45:35 2018 -0400 Add a changes file for Alex Crichton's rust fixes. --- changes/rust_asan | 8 1 file changed, 8 insertions(+) diff --git a/changes/rust_asan b/changes/rust_asan new file

[tor-commits] [tor/master] Fix segfaults related to sanitizers+jemalloc

2018-10-30 Thread nickm
commit 74c1e44746a7d9c810f095177af88b7dbaafd3e3 Author: Alex Crichton Date: Mon Oct 1 22:54:20 2018 -0700 Fix segfaults related to sanitizers+jemalloc It looks to be the case that Rust's standard allocator, jemalloc, is incompatible with sanitizers. The incompatibility, for

[tor-commits] [tor/maint-0.3.5] Add a changes file for Alex Crichton's rust fixes.

2018-10-30 Thread nickm
commit ee1cc0feaef6a13f3edf47a42b0c8e5a07603f9c Author: Nick Mathewson Date: Tue Oct 30 08:45:35 2018 -0400 Add a changes file for Alex Crichton's rust fixes. --- changes/rust_asan | 8 1 file changed, 8 insertions(+) diff --git a/changes/rust_asan b/changes/rust_asan new file

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5

2018-10-30 Thread nickm
commit 262b0fe7a00f9f13980c408b975f08fcdc8ec117 Merge: 709cd447f 828578496 Author: Nick Mathewson Date: Tue Oct 30 08:39:57 2018 -0400 Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 .travis.yml | 15 +-- configure.ac

[tor-commits] [tor/master] Remove rlib+staticlib configuration for Rust crates

2018-10-30 Thread nickm
commit 38d644c94bf1a42fcec40843e817c460e9e752de Author: Alex Crichton Date: Mon Oct 1 22:58:44 2018 -0700 Remove rlib+staticlib configuration for Rust crates Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs! ---

[tor-commits] [tor/maint-0.3.5] Remove `[features]` from workspace Cargo.toml

2018-10-30 Thread nickm
commit 757a2360a41a5de2abd283ddee9fd26bb045bc04 Author: Alex Crichton Date: Mon Oct 1 22:57:38 2018 -0700 Remove `[features]` from workspace Cargo.toml Unfortunately Cargo doesn't actually parse these! Cargo should probably print a warning saying they're not used... ---

[tor-commits] [tor/release-0.3.5] Fix segfaults related to sanitizers+jemalloc

2018-10-30 Thread nickm
commit 74c1e44746a7d9c810f095177af88b7dbaafd3e3 Author: Alex Crichton Date: Mon Oct 1 22:54:20 2018 -0700 Fix segfaults related to sanitizers+jemalloc It looks to be the case that Rust's standard allocator, jemalloc, is incompatible with sanitizers. The incompatibility, for

[tor-commits] [tor/release-0.3.5] Remove rlib+staticlib configuration for Rust crates

2018-10-30 Thread nickm
commit 38d644c94bf1a42fcec40843e817c460e9e752de Author: Alex Crichton Date: Mon Oct 1 22:58:44 2018 -0700 Remove rlib+staticlib configuration for Rust crates Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs! ---

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5

2018-10-30 Thread nickm
commit 262b0fe7a00f9f13980c408b975f08fcdc8ec117 Merge: 709cd447f 828578496 Author: Nick Mathewson Date: Tue Oct 30 08:39:57 2018 -0400 Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 .travis.yml | 15 +-- configure.ac

[tor-commits] [tor/release-0.3.5] Reenable hardening options with Rust on Travis

2018-10-30 Thread nickm
commit 3dca87e1f98adcdffb962de381d1e5d5410f3d54 Author: Alex Crichton Date: Mon Oct 1 22:48:46 2018 -0700 Reenable hardening options with Rust on Travis Previously the sanitizers are forcibly disabled as they were found to be incompatible with Rust code. The nightly channel of

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

2018-10-30 Thread nickm
commit c19bb4d62e9bf3d969a6950e529a95e2f98b7e1c Merge: ed8a853bd ee1cc0fea Author: Nick Mathewson Date: Tue Oct 30 08:45:49 2018 -0400 Merge branch 'maint-0.3.5' .travis.yml | 15 +-- changes/rust_asan| 8 configure.ac

[tor-commits] [tor/maint-0.3.5] Merge branch 'maint-0.3.4' into maint-0.3.5

2018-10-30 Thread nickm
commit 3a05b5acdc4a40eae6016ab94067bf5dde92e5fe Merge: 97324a731 cf2cb783b Author: Nick Mathewson Date: Tue Oct 30 09:35:11 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

[tor-commits] [tor/maint-0.3.4] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

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

2018-10-30 Thread nickm
commit cf2cb783b77bf9a84c6485b492ebb7e09914b74f Merge: c4b6b5738 038bc21f8 Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

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

2018-10-30 Thread nickm
commit cf2cb783b77bf9a84c6485b492ebb7e09914b74f Merge: c4b6b5738 038bc21f8 Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035

2018-10-30 Thread nickm
commit 7bf9c93ab3af5be6f0881d4bc21fd8d72becff96 Merge: 1ae911660 80ad15921 Author: teor Date: Tue Sep 18 23:32:57 2018 +1000 Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035 Resolve conflicts due to rustfmt, and run rustfmt on the merged code. changes/bug27741

[tor-commits] [tor/master] Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035

2018-10-30 Thread nickm
commit 7bf9c93ab3af5be6f0881d4bc21fd8d72becff96 Merge: 1ae911660 80ad15921 Author: teor Date: Tue Sep 18 23:32:57 2018 +1000 Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035 Resolve conflicts due to rustfmt, and run rustfmt on the merged code. changes/bug27741

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

2018-10-30 Thread nickm
commit cf2cb783b77bf9a84c6485b492ebb7e09914b74f Merge: c4b6b5738 038bc21f8 Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

[tor-commits] [tor/master] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5

2018-10-30 Thread nickm
commit 97324a731f5cbdfd0a00b852f4388c3dd149c7fa Merge: ee1cc0fea 7bf9c93ab Author: Nick Mathewson Date: Tue Oct 30 09:35:07 2018 -0400 Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 19 ---

[tor-commits] [tor/maint-0.3.3] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

[tor-commits] [tor/maint-0.3.4] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

[tor-commits] [tor/maint-0.3.3] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

[tor-commits] [tor/maint-0.3.5] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

[tor-commits] [tor/master] Add changes file

2018-10-30 Thread nickm
commit 1a1b088f8cab73ca258c35e83d21df900f8e2e32 Author: rl1987 Date: Mon Aug 13 19:05:40 2018 +0300 Add changes file --- changes/bug21900 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug21900 b/changes/bug21900 new file mode 100644 index 0..686cb6c58 ---

[tor-commits] [tor/master] Fallback to local DNS when no other nameservers are known

2018-10-30 Thread nickm
commit 91fa12aedc5f30e0f3703bed252e5b30ce374c5c Author: rl1987 Date: Mon Aug 13 18:31:27 2018 +0300 Fallback to local DNS when no other nameservers are known --- src/feature/relay/dns.c | 55 ++--- 1 file changed, 38 insertions(+), 17

[tor-commits] [tor/master] In configured_nameserver_address, check if tor_addr_from_sockaddr succeeded

2018-10-30 Thread nickm
commit b7edfcbf6bb3a27d914ad883ae75413a4d25739a Author: rl1987 Date: Fri Oct 26 10:26:47 2018 +0300 In configured_nameserver_address, check if tor_addr_from_sockaddr succeeded --- src/feature/relay/dns.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Check if libevent comes with evdns_base_get_nameserver_addr()

2018-10-30 Thread nickm
commit 92f0e04f8d08574be60da7e6ebad90a2883a488a Author: rl1987 Date: Sat Oct 20 20:18:54 2018 +0300 Check if libevent comes with evdns_base_get_nameserver_addr() --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 292244f56..af3d64b7f

[tor-commits] [tor/master] Exclude test and a supporting function when evdns_base_get_nameserver_addr() is not available

2018-10-30 Thread nickm
commit 98cef6807eb70e7c459f6f80a06f894fac63100a Author: rl1987 Date: Sat Oct 20 20:32:26 2018 +0300 Exclude test and a supporting function when evdns_base_get_nameserver_addr() is not available --- src/feature/relay/dns.c | 2 ++ src/feature/relay/dns.h | 2 ++ src/test/test_dns.c |

[tor-commits] [tor/master] Unit test for DNS fallback in configure_nameservers

2018-10-30 Thread nickm
commit d827902cb1107593473552974be5fcbb1fbb4abe Author: rl1987 Date: Sat Oct 20 20:15:06 2018 +0300 Unit test for DNS fallback in configure_nameservers --- src/feature/relay/dns.c | 30 src/feature/relay/dns.h | 3 +++ src/test/test_dns.c | 61

[tor-commits] [tor/master] Mention DNS fallback in manpage

2018-10-30 Thread nickm
commit 98fd3b410463a25be0864cfaa8ef2e56420125fe Author: rl1987 Date: Mon Aug 13 18:48:32 2018 +0300 Mention DNS fallback in manpage --- doc/tor.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 406372433..8729b8ed5 100644 ---

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/425'

2018-10-30 Thread nickm
commit 30d853a9067e866312e475f42fb6063718591af8 Merge: 084924360 b7edfcbf6 Author: Nick Mathewson Date: Tue Oct 30 09:16:55 2018 -0400 Merge remote-tracking branch 'tor-github/pr/425' changes/bug21900| 4 +++ configure.ac| 2 ++ doc/tor.1.txt | 3 +-

[tor-commits] [tor/maint-0.3.5] Detect the onion service version and then check for invalid options unless we have set HiddenServiceVersion

2018-10-30 Thread dgoulet
commit 82b3a023024755971003f53950d9b6dfbe90f969 Author: Neel Chauhan Date: Wed Oct 24 12:19:42 2018 -0400 Detect the onion service version and then check for invalid options unless we have set HiddenServiceVersion --- src/feature/hs/hs_config.c | 30 +++---

[tor-commits] [tor/maint-0.3.5] Add changes file for Bug #28127

2018-10-30 Thread dgoulet
commit 9b72dca953d56636f0434bd67be2ca80422e7c1e Author: Neel Chauhan Date: Wed Oct 24 12:20:28 2018 -0400 Add changes file for Bug #28127 --- changes/bug28127 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/bug28127 b/changes/bug28127 new file mode 100644 index

[tor-commits] [tor/master] Code cleanups for tor_addr_parse()

2018-10-30 Thread nickm
commit 1425549ca61cab8aa9476a25be0a31f726672bcc Author: rl1987 Date: Sat Sep 1 21:22:47 2018 +0300 Code cleanups for tor_addr_parse() --- src/lib/net/address.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/net/address.c b/src/lib/net/address.c index

[tor-commits] [tor/master] Move a check for trailing colon to tor_inet_pton()

2018-10-30 Thread nickm
commit 742cd1564993faefded2d33b6839428a1fe4412a Author: rl1987 Date: Sat Sep 1 20:56:33 2018 +0300 Move a check for trailing colon to tor_inet_pton() That way, string_is_valid_ipv6_address() can benefit from it --- src/lib/net/address.c | 5 + src/lib/net/inaddr.c | 8

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

2018-10-30 Thread nickm
commit 084924360aa937014aa4b86de1131e0a413e81de Merge: c19bb4d62 1425549ca Author: Nick Mathewson Date: Tue Oct 30 09:05:42 2018 -0400 Merge branch 'ticket23082_squashed' changes/bug23082 | 4 src/lib/net/address.c | 12 +-- src/lib/net/inaddr.c | 8 +++-

[tor-commits] [tor/master] Improve bracket handling in tor_addr_parse()

2018-10-30 Thread nickm
commit 23ed863da4f66d9e07f578118f328b9f1898fe52 Author: rl1987 Date: Fri Aug 31 18:55:36 2018 +0300 Improve bracket handling in tor_addr_parse() * Actually check for second bracket * Only attempt parsing IPv4 address when no brackets found --- src/lib/net/address.c | 9

[tor-commits] [tor/master] Add tests for tor_addr_parse, separate from tor_addr_port_parse.

2018-10-30 Thread nickm
commit feae813e1bf32e7fc35a14d88ece4a9457cfd172 Author: David Fifield Date: Wed Aug 2 02:04:35 2017 -0700 Add tests for tor_addr_parse, separate from tor_addr_port_parse. --- src/test/test_addr.c | 56 +++- 1 file changed, 55 insertions(+),

[tor-commits] [tor/master] Reject addresses with needless trailing colon

2018-10-30 Thread nickm
commit 01eb164574bdcc938509810634dfb0348c484662 Author: rl1987 Date: Fri Aug 31 19:34:14 2018 +0300 Reject addresses with needless trailing colon --- src/lib/net/address.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lib/net/address.c

[tor-commits] [tor/master] Add changes file

2018-10-30 Thread nickm
commit 1baa2703c36cf964d5fc1f07433196e8ccc0e55a Author: rl1987 Date: Fri Aug 31 20:05:54 2018 +0300 Add changes file --- changes/bug23082 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug23082 b/changes/bug23082 new file mode 100644 index 0..fc4b52c36 ---

[tor-commits] [tor/release-0.3.5] Detect the onion service version and then check for invalid options unless we have set HiddenServiceVersion

2018-10-30 Thread dgoulet
commit 82b3a023024755971003f53950d9b6dfbe90f969 Author: Neel Chauhan Date: Wed Oct 24 12:19:42 2018 -0400 Detect the onion service version and then check for invalid options unless we have set HiddenServiceVersion --- src/feature/hs/hs_config.c | 30 +++---

[tor-commits] [tor/master] Add test for HiddenServiceAuthorizeClient and v3 onion services

2018-10-30 Thread dgoulet
commit cd9914d9f91a2fd1f56e1c0f89bee57b9a49bbc6 Author: Neel Chauhan Date: Wed Oct 24 12:20:10 2018 -0400 Add test for HiddenServiceAuthorizeClient and v3 onion services --- src/test/test_hs_config.c | 16 1 file changed, 16 insertions(+) diff --git

[tor-commits] [tor/maint-0.3.5] Add test for HiddenServiceAuthorizeClient and v3 onion services

2018-10-30 Thread dgoulet
commit cd9914d9f91a2fd1f56e1c0f89bee57b9a49bbc6 Author: Neel Chauhan Date: Wed Oct 24 12:20:10 2018 -0400 Add test for HiddenServiceAuthorizeClient and v3 onion services --- src/test/test_hs_config.c | 16 1 file changed, 16 insertions(+) diff --git

[tor-commits] [tor/master] Detect the onion service version and then check for invalid options unless we have set HiddenServiceVersion

2018-10-30 Thread dgoulet
commit 82b3a023024755971003f53950d9b6dfbe90f969 Author: Neel Chauhan Date: Wed Oct 24 12:19:42 2018 -0400 Detect the onion service version and then check for invalid options unless we have set HiddenServiceVersion --- src/feature/hs/hs_config.c | 30 +++---

[tor-commits] [tor/release-0.3.5] Add test for HiddenServiceAuthorizeClient and v3 onion services

2018-10-30 Thread dgoulet
commit cd9914d9f91a2fd1f56e1c0f89bee57b9a49bbc6 Author: Neel Chauhan Date: Wed Oct 24 12:20:10 2018 -0400 Add test for HiddenServiceAuthorizeClient and v3 onion services --- src/test/test_hs_config.c | 16 1 file changed, 16 insertions(+) diff --git

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

2018-10-30 Thread dgoulet
commit cdb065d6b211298efb0be9320fce32d307b79d2c Merge: 6ba7f9f0a 9b72dca95 Author: David Goulet Date: Tue Oct 30 10:55:10 2018 -0400 Merge branch 'maint-0.3.5' changes/bug28127| 7 +++ src/feature/hs/hs_config.c | 30 +++---

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-10-30 Thread translation
commit adf0df1efc8d61a535bef9f71077e5f74b66ccc9 Author: Translation commit bot Date: Tue Oct 30 15:15:25 2018 + Update translations for donatepages-messagespot --- locale/el/LC_MESSAGES/messages.po| 23 +++ locale/es_AR/LC_MESSAGES/messages.po | 2 +- 2 files

[tor-commits] [tor/master] Add changes file for Bug #28127

2018-10-30 Thread dgoulet
commit 9b72dca953d56636f0434bd67be2ca80422e7c1e Author: Neel Chauhan Date: Wed Oct 24 12:20:28 2018 -0400 Add changes file for Bug #28127 --- changes/bug28127 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/bug28127 b/changes/bug28127 new file mode 100644 index

[tor-commits] [tor/release-0.3.5] Add changes file for Bug #28127

2018-10-30 Thread dgoulet
commit 9b72dca953d56636f0434bd67be2ca80422e7c1e Author: Neel Chauhan Date: Wed Oct 24 12:20:28 2018 -0400 Add changes file for Bug #28127 --- changes/bug28127 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/bug28127 b/changes/bug28127 new file mode 100644 index

[tor-commits] [translation/donatepages-messagespot_completed] Update translations for donatepages-messagespot_completed

2018-10-30 Thread translation
commit 509da29317440c20708fe2214d00d5c0f47a5d4b Author: Translation commit bot Date: Tue Oct 30 15:15:31 2018 + Update translations for donatepages-messagespot_completed --- locale/es_AR/LC_MESSAGES/messages.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.3.5] Remove the `link_rust.sh.in` script

2018-10-30 Thread nickm
commit 6ebb2c46d5eae7bae8d827fdc68d3ed58b16e95a Author: Alex Crichton Date: Mon Oct 1 22:50:08 2018 -0700 Remove the `link_rust.sh.in` script This is no longer necessary with upstream rust-lang/rust changes as well as some local tweaks. Namely: * The

[tor-commits] [tor/maint-0.3.5] Fix segfaults related to sanitizers+jemalloc

2018-10-30 Thread nickm
commit 74c1e44746a7d9c810f095177af88b7dbaafd3e3 Author: Alex Crichton Date: Mon Oct 1 22:54:20 2018 -0700 Fix segfaults related to sanitizers+jemalloc It looks to be the case that Rust's standard allocator, jemalloc, is incompatible with sanitizers. The incompatibility, for

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5

2018-10-30 Thread nickm
commit 262b0fe7a00f9f13980c408b975f08fcdc8ec117 Merge: 709cd447f 828578496 Author: Nick Mathewson Date: Tue Oct 30 08:39:57 2018 -0400 Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 .travis.yml | 15 +-- configure.ac

[tor-commits] [tor/master] Remove the `link_rust.sh.in` script

2018-10-30 Thread nickm
commit 6ebb2c46d5eae7bae8d827fdc68d3ed58b16e95a Author: Alex Crichton Date: Mon Oct 1 22:50:08 2018 -0700 Remove the `link_rust.sh.in` script This is no longer necessary with upstream rust-lang/rust changes as well as some local tweaks. Namely: * The

[tor-commits] [tor/maint-0.3.5] Reenable hardening options with Rust on Travis

2018-10-30 Thread nickm
commit 3dca87e1f98adcdffb962de381d1e5d5410f3d54 Author: Alex Crichton Date: Mon Oct 1 22:48:46 2018 -0700 Reenable hardening options with Rust on Travis Previously the sanitizers are forcibly disabled as they were found to be incompatible with Rust code. The nightly channel of

[tor-commits] [tor/master] Only pass `-C default-linker-libraries` with sanitizers

2018-10-30 Thread nickm
commit 82857849662189d25e1a06bf6b764c64d2468168 Author: Alex Crichton Date: Mon Oct 29 10:00:23 2018 -0700 Only pass `-C default-linker-libraries` with sanitizers This'll help retain test compatibility until 1.31.0 is released! --- configure.ac| 8

[tor-commits] [tor/maint-0.3.5] Only pass `-C default-linker-libraries` with sanitizers

2018-10-30 Thread nickm
commit 82857849662189d25e1a06bf6b764c64d2468168 Author: Alex Crichton Date: Mon Oct 29 10:00:23 2018 -0700 Only pass `-C default-linker-libraries` with sanitizers This'll help retain test compatibility until 1.31.0 is released! --- configure.ac| 8

[tor-commits] [tor/maint-0.3.5] Remove rlib+staticlib configuration for Rust crates

2018-10-30 Thread nickm
commit 38d644c94bf1a42fcec40843e817c460e9e752de Author: Alex Crichton Date: Mon Oct 1 22:58:44 2018 -0700 Remove rlib+staticlib configuration for Rust crates Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs! ---

[tor-commits] [tor/master] Remove `[features]` from workspace Cargo.toml

2018-10-30 Thread nickm
commit 757a2360a41a5de2abd283ddee9fd26bb045bc04 Author: Alex Crichton Date: Mon Oct 1 22:57:38 2018 -0700 Remove `[features]` from workspace Cargo.toml Unfortunately Cargo doesn't actually parse these! Cargo should probably print a warning saying they're not used... ---

[tor-commits] [tor/master] Reenable hardening options with Rust on Travis

2018-10-30 Thread nickm
commit 3dca87e1f98adcdffb962de381d1e5d5410f3d54 Author: Alex Crichton Date: Mon Oct 1 22:48:46 2018 -0700 Reenable hardening options with Rust on Travis Previously the sanitizers are forcibly disabled as they were found to be incompatible with Rust code. The nightly channel of

[tor-commits] [tor-browser/tor-browser-60.3.0esr-8.5-1] Bug 28125 - Prevent non-Necko network connections

2018-10-30 Thread gk
commit 2c4b103cfef5eafe276713478abf8bd1db057730 Author: Matthew Finkel Date: Thu Oct 25 19:17:09 2018 + Bug 28125 - Prevent non-Necko network connections --- .../base/java/org/mozilla/gecko/CrashReporter.java | 5 ++ .../base/java/org/mozilla/gecko/SuggestClient.java | 5 ++

[tor-commits] [tor/release-0.3.3] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

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

2018-10-30 Thread nickm
commit cf2cb783b77bf9a84c6485b492ebb7e09914b74f Merge: c4b6b5738 038bc21f8 Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

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

2018-10-30 Thread nickm
commit cf2cb783b77bf9a84c6485b492ebb7e09914b74f Merge: c4b6b5738 038bc21f8 Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

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

2018-10-30 Thread nickm
commit 1cc8c1e8a579e4fad4304d9538bab8d90a8ad32a Merge: f4d7a7527 038bc21f8 Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5

2018-10-30 Thread nickm
commit 97324a731f5cbdfd0a00b852f4388c3dd149c7fa Merge: ee1cc0fea 7bf9c93ab Author: Nick Mathewson Date: Tue Oct 30 09:35:07 2018 -0400 Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 19 ---

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

2018-10-30 Thread nickm
commit 6ba7f9f0a42ff2a55b2e66998b4ebf55c90b2787 Merge: 30d853a90 3a05b5acd Author: Nick Mathewson Date: Tue Oct 30 09:35:11 2018 -0400 Merge branch 'maint-0.3.5' changes/bug27741 | 5 + src/rust/protover/ffi.rs | 19 --- 2 files changed, 9 insertions(+), 15

[tor-commits] [tor/master] Merge branch 'maint-0.3.4' into maint-0.3.5

2018-10-30 Thread nickm
commit 3a05b5acdc4a40eae6016ab94067bf5dde92e5fe Merge: 97324a731 cf2cb783b Author: Nick Mathewson Date: Tue Oct 30 09:35:11 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2018-10-30 Thread nickm
commit 9d9b8a5a06dd25a91f41c49398b18fc9f5064656 Merge: c0d1ba2e9 cf2cb783b Author: Nick Mathewson Date: Tue Oct 30 09:34:04 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2 files changed, 9

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5

2018-10-30 Thread nickm
commit 97324a731f5cbdfd0a00b852f4388c3dd149c7fa Merge: ee1cc0fea 7bf9c93ab Author: Nick Mathewson Date: Tue Oct 30 09:35:07 2018 -0400 Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 19 ---

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

[tor-commits] [tor/release-0.3.4] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

[tor-commits] [tor/release-0.3.4] Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3

2018-10-30 Thread nickm
commit 038bc21f8894043fbdda0cc87adddfbad84f65c4 Merge: 8013e3e8b 80ad15921 Author: Nick Mathewson Date: Tue Oct 30 09:33:36 2018 -0400 Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 changes/bug27741 | 5 + src/rust/protover/ffi.rs | 13 - 2

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

2018-10-30 Thread nickm
commit 3a05b5acdc4a40eae6016ab94067bf5dde92e5fe Merge: 97324a731 cf2cb783b Author: Nick Mathewson Date: Tue Oct 30 09:35:11 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.3.5] Remove extraneous argument from Rust protover_compute_vote()

2018-10-30 Thread nickm
commit 80ad15921cef42ac12da356584f217d2ead5cb09 Author: Nick Mathewson Date: Mon Sep 17 11:50:46 2018 -0400 Remove extraneous argument from Rust protover_compute_vote() This argument was added to match an older idea for the C api, but we decided not to do it that way in C.

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035

2018-10-30 Thread nickm
commit 7bf9c93ab3af5be6f0881d4bc21fd8d72becff96 Merge: 1ae911660 80ad15921 Author: teor Date: Tue Sep 18 23:32:57 2018 +1000 Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035 Resolve conflicts due to rustfmt, and run rustfmt on the merged code. changes/bug27741

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-10-30 Thread translation
commit 16efa1eddfeffac81a2a455cefadb0bbf237a519 Author: Translation commit bot Date: Tue Oct 30 14:15:20 2018 + Update translations for donatepages-messagespot --- locale/es_AR/LC_MESSAGES/messages.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/donatepages-messagespot_completed] Update translations for donatepages-messagespot_completed

2018-10-30 Thread translation
commit 4c902e017c11253922418f3a2cf306c036449a88 Author: Translation commit bot Date: Tue Oct 30 14:15:28 2018 + Update translations for donatepages-messagespot_completed --- locale/es_AR/LC_MESSAGES/messages.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-10-30 Thread translation
commit 325daf2cee6a776e501d55592c9d3e8cde50113f Author: Translation commit bot Date: Tue Oct 30 16:15:21 2018 + Update translations for donatepages-messagespot --- locale/el/LC_MESSAGES/messages.po | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-)

[tor-commits] [metrics-web/master] Handle days without any successful measurements, second attempt.

2018-10-30 Thread karsten
commit e7c0c84754a070c09ebef09b4b748dab899f8250 Author: Karsten Loesing Date: Sat Oct 27 10:01:48 2018 +0200 Handle days without any successful measurements, second attempt. The earlier fix in 0408b73 was correct and necessary, but not sufficient. We'll also have to

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-10-30 Thread translation
commit 231c819e0fca90c000649df5af13697a2adacd73 Author: Translation commit bot Date: Tue Oct 30 17:15:21 2018 + Update translations for donatepages-messagespot --- locale/el/LC_MESSAGES/messages.po | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[tor-commits] [torspec/master] Specify the ED25519-V3 private key format, and explain why it is so.

2018-10-30 Thread dgoulet
commit 3c34000c9c28b6a55e2c4333a5ad0ccf99bd4026 Author: Taylor R Campbell Date: Fri Oct 19 17:43:17 2018 + Specify the ED25519-V3 private key format, and explain why it is so. --- control-spec.txt | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-10-30 Thread translation
commit 74543e10f198a15b87a62c537625321785540a6c Author: Translation commit bot Date: Tue Oct 30 16:45:20 2018 + Update translations for donatepages-messagespot --- locale/el/LC_MESSAGES/messages.po | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.3.5] Documentation: Document which descriptor elements are (im)mutable.

2018-10-30 Thread dgoulet
commit df78fb24511e890a1a2bf00127db604919bbdc0e Author: George Kadianakis Date: Tue Oct 23 16:34:43 2018 +0300 Documentation: Document which descriptor elements are (im)mutable. --- src/feature/hs/hs_service.h | 58 + 1 file changed, 37

[tor-commits] [tor/master] Documentation: Move the hs_service_descriptor_t elements around.

2018-10-30 Thread dgoulet
commit a614731144be9478617411bb3268a4fccec506d9 Author: George Kadianakis Date: Tue Oct 23 16:43:08 2018 +0300 Documentation: Move the hs_service_descriptor_t elements around. Move the elements around to concentrate mutable and immutable elements together. This commit changes

[tor-commits] [tor/maint-0.3.5] Merge branch 'tor-github/pr/438' into maint-0.3.5

2018-10-30 Thread dgoulet
commit 488969fe9c4279477b1ff6da34ccf44ed19da8c7 Merge: 95559279e a61473114 Author: David Goulet Date: Tue Oct 30 11:43:54 2018 -0400 Merge branch 'tor-github/pr/438' into maint-0.3.5 changes/ticket27838 | 4 ++ src/feature/hs/hs_service.c | 134

[tor-commits] [tor/maint-0.3.5] hs-v3: Create desc signing key cert before uploading

2018-10-30 Thread dgoulet
commit 81c466c34abdcaae9ed78958da50148ccf9939f8 Author: David Goulet Date: Mon Oct 22 16:18:44 2018 -0400 hs-v3: Create desc signing key cert before uploading Before this commit, we would create the descriptor signing key certificate when first building the descriptor.

[tor-commits] [tor/release-0.3.5] Documentation: Move the hs_service_descriptor_t elements around.

2018-10-30 Thread dgoulet
commit a614731144be9478617411bb3268a4fccec506d9 Author: George Kadianakis Date: Tue Oct 23 16:43:08 2018 +0300 Documentation: Move the hs_service_descriptor_t elements around. Move the elements around to concentrate mutable and immutable elements together. This commit changes

[tor-commits] [tor/release-0.3.5] hs-v3: Create desc signing key cert before uploading

2018-10-30 Thread dgoulet
commit 81c466c34abdcaae9ed78958da50148ccf9939f8 Author: David Goulet Date: Mon Oct 22 16:18:44 2018 -0400 hs-v3: Create desc signing key cert before uploading Before this commit, we would create the descriptor signing key certificate when first building the descriptor.

  1   2   >