[tor-commits] [torspec/master] Add proposal 295 from Tomer Ashur.

2018-07-03 Thread nickm
commit b0d5698c49cb143c60c012655c282adde2722048 Author: Nick Mathewson Date: Tue Jul 3 17:38:26 2018 -0400 Add proposal 295 from Tomer Ashur. --- proposals/000-index.txt | 2 + proposals/295-relay-crypto-with-atl.txt | 276 2 files

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

2018-07-03 Thread nickm
commit 32d9d69350f7fac564f4f4a245c57edd2e5c309a Merge: d38e47495 dfdf32404 Author: Nick Mathewson Date: Tue Jul 3 13:16:37 2018 -0400 Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4 changes/bug26568| 3 +++ src/or/connection.c | 5 - 2 files changed, 7

[tor-commits] [tor/release-0.3.4] Partially revert "Use tor_addr_from_getsockname() in several places"

2018-07-03 Thread nickm
commit dfdf32404cd93671646481f6f3c129591a6901d7 Author: Nick Mathewson Date: Mon Jul 2 16:11:02 2018 -0400 Partially revert "Use tor_addr_from_getsockname() in several places" This reverts part of commit 6ed384b827dce21ea3a44b587, in order to fix bug 26568. Bugfix on

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

2018-07-03 Thread nickm
commit 2878dad9dbc1e07f608fa3acddc76261e4d76648 Merge: df9858285 32d9d6935 Author: Nick Mathewson Date: Tue Jul 3 13:31:26 2018 -0400 Merge branch 'maint-0.3.4' changes/bug26568| 3 +++ src/or/connection.c | 5 - 2 files changed, 7 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Partially revert "Use tor_addr_from_getsockname() in several places"

2018-07-03 Thread nickm
commit dfdf32404cd93671646481f6f3c129591a6901d7 Author: Nick Mathewson Date: Mon Jul 2 16:11:02 2018 -0400 Partially revert "Use tor_addr_from_getsockname() in several places" This reverts part of commit 6ed384b827dce21ea3a44b587, in order to fix bug 26568. Bugfix on

[tor-commits] [tor/master] Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4

2018-07-03 Thread nickm
commit 32d9d69350f7fac564f4f4a245c57edd2e5c309a Merge: d38e47495 dfdf32404 Author: Nick Mathewson Date: Tue Jul 3 13:16:37 2018 -0400 Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4 changes/bug26568| 3 +++ src/or/connection.c | 5 - 2 files changed, 7

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

2018-07-03 Thread nickm
commit 5b0820702a213226d2cce47dae1da5e72a16bc82 Merge: 9b060547c 32d9d6935 Author: Nick Mathewson Date: Tue Jul 3 13:31:18 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 changes/bug26568| 3 +++ src/or/connection.c | 5 - 2 files changed, 7 insertions(+), 1 deletion(-)

[tor-commits] [tor/maint-0.3.4] Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4

2018-07-03 Thread nickm
commit 32d9d69350f7fac564f4f4a245c57edd2e5c309a Merge: d38e47495 dfdf32404 Author: Nick Mathewson Date: Tue Jul 3 13:16:37 2018 -0400 Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4 changes/bug26568| 3 +++ src/or/connection.c | 5 - 2 files changed, 7

[tor-commits] [tor/maint-0.3.4] Partially revert "Use tor_addr_from_getsockname() in several places"

2018-07-03 Thread nickm
commit dfdf32404cd93671646481f6f3c129591a6901d7 Author: Nick Mathewson Date: Mon Jul 2 16:11:02 2018 -0400 Partially revert "Use tor_addr_from_getsockname() in several places" This reverts part of commit 6ed384b827dce21ea3a44b587, in order to fix bug 26568. Bugfix on

[tor-commits] [tor/master] Retire U64_TO_DBL and DBL_TO_U64

2018-07-03 Thread nickm
commit d5a3bb960d41873ccfde0bbdb4adfb762528069e Author: Nick Mathewson Date: Tue Jul 3 10:43:43 2018 -0400 Retire U64_TO_DBL and DBL_TO_U64 These were necessary long ago to work around a bug in VC6. --- src/lib/cc/compat_compiler.h | 3 --- src/lib/tls/tortls.c | 4 ++--

[tor-commits] [tor/master] Require stdint.h and inttypes.h

2018-07-03 Thread nickm
commit e2a94dc48147c9bad1f09f8b14df3bec0e3f5e94 Author: Nick Mathewson Date: Tue Jul 3 10:25:31 2018 -0400 Require stdint.h and inttypes.h We've been silently requiring stdint.h for a while now, and nobody has complained. Closes ticket 26626. --- changes/ticket26626

[tor-commits] [tor/master] Use the standard SHRT_MAX name.

2018-07-03 Thread nickm
commit 4638be5312f527e4769317b2b222faa52bbe0093 Author: Nick Mathewson Date: Tue Jul 3 10:28:10 2018 -0400 Use the standard SHRT_MAX name. --- src/lib/cc/torint.h | 4 src/or/addressmap.c | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/lib/cc/torint.h

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

2018-07-03 Thread nickm
commit df98582851a92d514c04061a5e0ec762c17a0cfb Merge: fe8f77482 02a444252 Author: Nick Mathewson Date: Tue Jul 3 12:52:43 2018 -0400 Merge remote-tracking branch 'github/ticket26626' changes/ticket26626 | 3 + configure.ac | 17 --

[tor-commits] [tor/master] Retire some unused (or nearly unused) macros.

2018-07-03 Thread nickm
commit cf0b07c2e5284325fb89f2c8ee3ad99f5ed02195 Author: Nick Mathewson Date: Tue Jul 3 10:31:19 2018 -0400 Retire some unused (or nearly unused) macros. --- src/lib/cc/compat_compiler.h | 3 --- src/lib/net/nettypes.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff

[tor-commits] [tor/master] Fix up some windows compilation issues.

2018-07-03 Thread nickm
commit 02a4442524d84ea7edf6e3f136017faa73452d92 Author: Nick Mathewson Date: Tue Jul 3 11:00:18 2018 -0400 Fix up some windows compilation issues. These were mostly cases where our previous macros had been casting, and the values that we were trying to printf were not in fact

[tor-commits] [tor/master] Replace U64_LITERAL with the standard UINT64_C

2018-07-03 Thread nickm
commit 52884f56d43670f1960d9354ccc3ace9a048e283 Author: Nick Mathewson Date: Tue Jul 3 10:33:50 2018 -0400 Replace U64_LITERAL with the standard UINT64_C --- src/lib/cc/compat_compiler.h | 2 -- src/lib/intmath/bits.c | 16

[tor-commits] [tor/master] Clean up various things that broke with our stdint.h changes

2018-07-03 Thread nickm
commit c75215c23ad9e3a3142ce65a06a6231425f0e30e Author: Nick Mathewson Date: Tue Jul 3 10:26:06 2018 -0400 Clean up various things that broke with our stdint.h changes Casting before printf was necessary; now it's not so smart. We don't have SIZEOF_UINT8_T any more. ---

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

2018-07-03 Thread nickm
commit fe8f7748202816a9b90e04db542e449145283a66 Merge: 77e678c20 d0525c38d Author: Nick Mathewson Date: Tue Jul 3 11:34:36 2018 -0400 Merge branch 'bug26522' changes/bug26522| 6 ++ src/lib/err/backtrace.c | 9 +++-- 2 files changed, 9 insertions(+), 6 deletions(-)

[tor-commits] [tor/master] Refrain from potentially insecure usage of strncat()

2018-07-03 Thread nickm
commit d0525c38d607504aee4ab8451d4651c2668997c0 Author: rl1987 Date: Tue Jul 3 13:36:15 2018 +0300 Refrain from potentially insecure usage of strncat() --- changes/bug26522| 6 ++ src/lib/err/backtrace.c | 9 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff

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

2018-07-03 Thread translation
commit 051c0d5c079bf52903fc25e613311a46e07c5618 Author: Translation commit bot Date: Tue Jul 3 15:16:50 2018 + Update translations for tails-misc --- ar.po | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ar.po b/ar.po index 0572221a7..11782ee59

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

2018-07-03 Thread translation
commit 60b158655bd29666eebd7401f6d823adeecc8374 Author: Translation commit bot Date: Tue Jul 3 15:16:20 2018 + Update translations for mat-gui_completed --- ar.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ar.po b/ar.po index

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

2018-07-03 Thread translation
commit 13b3b43f1f4f1c06912da2b25571b93e325a2509 Author: Translation commit bot Date: Tue Jul 3 15:16:15 2018 + Update translations for mat-gui --- ar.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ar.po b/ar.po index 17e4d8caa..0ba405bbb

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

2018-07-03 Thread nickm
commit 77e678c20daf8633ce1904dd1df28398d820f7c0 Merge: a01b4d7f8 518ebe14d Author: Nick Mathewson Date: Tue Jul 3 11:09:54 2018 -0400 Merge remote-tracking branch 'github/shrink_or_h_more' src/lib/compress/compress.h |4 +- src/lib/crypt_ops/crypto_curve25519.h | 11 +-

[tor-commits] [tor/master] fixup! Remove system headers from or.h

2018-07-03 Thread nickm
commit 8d562c040ff46da0b05df9aff7294e854238b263 Author: Nick Mathewson Date: Sun Jul 1 15:31:18 2018 -0400 fixup! Remove system headers from or.h --- src/or/microdesc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/or/microdesc.c b/src/or/microdesc.c index

[tor-commits] [tor/master] Remove system headers from or.h

2018-07-03 Thread nickm
commit 6c440da9260b6f8fffca7cb95ed6e51f55c71b14 Author: Nick Mathewson Date: Sun Jul 1 15:02:01 2018 -0400 Remove system headers from or.h --- src/or/config.c | 9 + src/or/connection.c | 7 +++ src/or/control.c | 7 +++ src/or/dns.c

[tor-commits] [tor/master] Extract or_options_t from or.h

2018-07-03 Thread nickm
commit 13116378b1a8118e277320e377a691064e54983a Author: Nick Mathewson Date: Sun Jul 1 14:58:29 2018 -0400 Extract or_options_t from or.h I decided to have this file included from config.h, though, since it is used nearly everywhere. --- src/or/circuitmux_ewma.c |2 +-

[tor-commits] [tor/master] Extract more constants from or.h

2018-07-03 Thread nickm
commit 49f88e77e5f9dec60e2409e1f6d3e3935c5eab69 Author: Nick Mathewson Date: Sun Jul 1 14:16:25 2018 -0400 Extract more constants from or.h --- src/or/circuit_st.h | 9 + src/or/circuitlist.h | 142 +- src/or/circuitstats.h | 87 +-

[tor-commits] [tor/master] fixup! Extract or_options_t from or.h

2018-07-03 Thread nickm
commit 518ebe14dcc7568da353c4c517039d0c621deb28 Author: Nick Mathewson Date: Sun Jul 1 16:02:33 2018 -0400 fixup! Extract or_options_t from or.h --- src/or/include.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/or/include.am b/src/or/include.am index 5475ea17e..9b5f7c1f6

[tor-commits] [tor/master] Extract addr_policy_t into a new header.

2018-07-03 Thread nickm
commit f54a5cbfb6d58399ee152306fcd7e0c55292a173 Author: Nick Mathewson Date: Sun Jul 1 14:00:37 2018 -0400 Extract addr_policy_t into a new header. --- src/or/addr_policy_st.h | 46 ++ src/or/include.am | 1 + src/or/or.h

[tor-commits] [tor/master] Extract or_state_t to its own header.

2018-07-03 Thread nickm
commit 986d761510c4e5070cbdf8879f49342b7b1350c1 Author: Nick Mathewson Date: Sun Jul 1 14:51:53 2018 -0400 Extract or_state_t to its own header. Fewer modules needed this than I had expected. --- src/or/circuitstats.c| 1 + src/or/connection_or.c |

[tor-commits] [tor/master] Pull a couple more enums from or.h

2018-07-03 Thread nickm
commit f75357ec355e4e716321417e562526ce77f4f931 Author: Nick Mathewson Date: Sun Jul 1 14:44:04 2018 -0400 Pull a couple more enums from or.h --- src/or/circpathbias.h | 3 +- src/or/crypt_path_st.h | 14 + src/or/desc_store_st.h | 7 - src/or/or.h

[tor-commits] [tor/master] Move ext_or_cmd_t to proto_ext_or

2018-07-03 Thread nickm
commit 6ccd98f93e733e39dcd460860aeead017b1b5a4f Author: Nick Mathewson Date: Sun Jul 1 14:34:52 2018 -0400 Move ext_or_cmd_t to proto_ext_or --- src/or/or.h | 8 +--- src/or/proto_ext_or.h | 9 +++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git

[tor-commits] [tor/master] Remove other needless includes include from or/*.h

2018-07-03 Thread nickm
commit 500826479aaf7d398f576fabbfdf34b17604f646 Author: Nick Mathewson Date: Sun Jul 1 12:06:52 2018 -0400 Remove other needless includes include from or/*.h --- src/or/channel.c | 2 +- src/or/channel.h | 7 +-- src/or/channelpadding.c| 2 +-

[tor-commits] [tor/master] Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header.

2018-07-03 Thread nickm
commit 7a61a92870df84c37bacd9d065e0c8df2b938d37 Author: Nick Mathewson Date: Sun Jul 1 11:25:29 2018 -0400 Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header. --- src/lib/crypt_ops/crypto_dh.c | 4 +-- src/lib/crypt_ops/crypto_dh.h | 4 +-- src/lib/defs/dh_sizes.h | 13

[tor-commits] [tor/master] Extract various enums and tiny structs from or.h

2018-07-03 Thread nickm
commit 6da0311d2cc71d6d0732c8432eea38cd1819aa86 Author: Nick Mathewson Date: Sun Jul 1 13:43:11 2018 -0400 Extract various enums and tiny structs from or.h These all have a logical header to go in. --- src/or/channel.h | 135 + src/or/circuitbuild.h

[tor-commits] [tor/master] Remove needless includes from or.h

2018-07-03 Thread nickm
commit 471104eaa5e7fbe1b5a32b8be388daae328abd4a Author: Nick Mathewson Date: Sun Jul 1 11:32:11 2018 -0400 Remove needless includes from or.h or.h should really include only the minimum of stuff from or/*, common/*, and lib/*. --- src/lib/compress/compress.h | 4 +-

[tor-commits] [tor/master] Minimize headers that include crypto_formats and x25519 stuff

2018-07-03 Thread nickm
commit 1743dac078f2e060f3f6c7194deae90a2175fe92 Author: Nick Mathewson Date: Sun Jul 1 13:04:21 2018 -0400 Minimize headers that include crypto_formats and x25519 stuff --- src/lib/crypt_ops/crypto_curve25519.h | 11 + src/lib/crypt_ops/crypto_ed25519.h| 14 ---

[tor-commits] [tor/master] Remove ATTR_NONNULL macro

2018-07-03 Thread nickm
commit fedb3e46ec39e2e980eb1ae25138e9e0b310d084 Author: rl1987 Date: Tue Jul 3 12:33:09 2018 +0300 Remove ATTR_NONNULL macro --- changes/ticket26527| 3 +++ src/lib/cc/compat_compiler.h | 11 --- src/lib/fs/mmap.h | 4 ++-- src/lib/malloc/util_malloc.h

[tor-commits] [tor/master] Merge remote-tracking branch 'rl1987/ticket26527'

2018-07-03 Thread nickm
commit a01b4d7f87f2217f55f5c5113fe19a2d3081a44c Merge: 228d25ddf fedb3e46e Author: Nick Mathewson Date: Tue Jul 3 09:53:46 2018 -0400 Merge remote-tracking branch 'rl1987/ticket26527' changes/ticket26527| 3 +++ src/lib/cc/compat_compiler.h | 11 ---

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

2018-07-03 Thread translation
commit c4f8e8e322c2129033803a39411c2d75bea18ae6 Author: Translation commit bot Date: Tue Jul 3 13:48:32 2018 + Update translations for tails-onioncircuits_completed --- ar/onioncircuits.pot | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git

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

2018-07-03 Thread nickm
commit 9b060547ce3dec290ce4a02f9aa54d11b0939e0b Merge: 788c44308 d38e47495 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread translation
commit dfaf4b30167a24b29180d1b6ecb6d2eaae7e445d Author: Translation commit bot Date: Tue Jul 3 13:48:27 2018 + Update translations for tails-onioncircuits --- ar/onioncircuits.pot | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git

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

2018-07-03 Thread translation
commit 0cef8ab25d2f66e5e25f62139de6984cfd2a36fb Author: Translation commit bot Date: Tue Jul 3 13:48:11 2018 + Update translations for tails-openpgp-applet --- ar/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar/openpgp-applet.pot

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

2018-07-03 Thread nickm
commit d38e474950ab41ad3593dc94de9a240f02938679 Merge: cd2be4283 4c094436c Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/release-0.3.4] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

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

2018-07-03 Thread nickm
commit 4c094436c50a489d2ecdd09b8dfb7dc9a3c97389 Merge: 9aeef05f8 a4e8f9450 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

[tor-commits] [tor/release-0.3.4] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

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

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

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

2018-07-03 Thread nickm
commit b489e8cfeaaf4d66f048e51453873a0357dd2ba3 Merge: b22b60365 4c094436c Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit 4c094436c50a489d2ecdd09b8dfb7dc9a3c97389 Merge: 9aeef05f8 a4e8f9450 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

[tor-commits] [tor/release-0.2.9] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

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

2018-07-03 Thread nickm
commit f141d347999baa525cf5ca2daad1f267cae74414 Merge: 855b27b9e a4e8f9450 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread nickm
commit 3e1717cd0fe6ce45a74d05043dd28dbbeb2e66f3 Merge: 9fa7866c7 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

[tor-commits] [tor/release-0.3.2] Merge branch 'bug26535_029' into maint-0.2.9

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit 4c094436c50a489d2ecdd09b8dfb7dc9a3c97389 Merge: 9aeef05f8 a4e8f9450 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread nickm
commit 228d25ddf641f02a38e1cd6386d7e603b9478a9d Merge: a9628c0c0 d38e47495 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.4' changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- src/test/ntor_ref.py

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

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/release-0.3.2] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

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

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

[tor-commits] [tor/release-0.3.3] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

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

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/release-0.3.3] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

[tor-commits] [tor/release-0.3.2] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

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

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/maint-0.3.4] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

[tor-commits] [tor/master] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

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

2018-07-03 Thread nickm
commit d38e474950ab41ad3593dc94de9a240f02938679 Merge: cd2be4283 4c094436c Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread nickm
commit 4c094436c50a489d2ecdd09b8dfb7dc9a3c97389 Merge: 9aeef05f8 a4e8f9450 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

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

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/master] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

[tor-commits] [tor/maint-0.3.2] Merge branch 'bug26535_029' into maint-0.2.9

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/maint-0.3.2] Merge branch 'bug26535_032' into maint-0.3.2

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

[tor-commits] [tor/master] Merge branch 'bug26535_032' into maint-0.3.2

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

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

2018-07-03 Thread nickm
commit 4c094436c50a489d2ecdd09b8dfb7dc9a3c97389 Merge: 9aeef05f8 a4e8f9450 Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

[tor-commits] [tor/master] Merge branch 'maint-0.2.9' into maint-0.3.2

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit d38e474950ab41ad3593dc94de9a240f02938679 Merge: cd2be4283 4c094436c Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug26535.029| 5 + changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +--

[tor-commits] [tor/master] Merge branch 'bug26535_029' into maint-0.2.9

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

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

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

[tor-commits] [tor/maint-0.3.3] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

[tor-commits] [tor/maint-0.3.4] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

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

2018-07-03 Thread nickm
commit e6366f787c49bebd5faafa1b6f78c81ab463fd08 Merge: 3c97b148a 3baf3d01c Author: Nick Mathewson Date: Tue Jul 3 09:48:00 2018 -0400 Merge branch 'bug26535_032' into maint-0.3.2 changes/bug26535.032| 5 + src/test/hs_ntor_ref.py | 7 +-- 2 files changed, 10 insertions(+), 2

[tor-commits] [tor/maint-0.3.2] hs_ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit 3baf3d01cbf4cca91a8d18f4c86ae5aa05818f8e Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 hs_ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on

[tor-commits] [tor/maint-0.2.9] Merge branch 'bug26535_029' into maint-0.2.9

2018-07-03 Thread nickm
commit b205714ba8fd65340e6f282db95663390d5d492e Merge: 1953a7e61 fc5f8b693 Author: Nick Mathewson Date: Tue Jul 3 09:47:41 2018 -0400 Merge branch 'bug26535_029' into maint-0.2.9 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/maint-0.3.2] Merge branch 'maint-0.2.9' into maint-0.3.2

2018-07-03 Thread nickm
commit a4e8f945077b8eebbbd5be85f89b1631305ce1cc Merge: e6366f787 b205714ba Author: Nick Mathewson Date: Tue Jul 3 09:48:03 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/maint-0.3.3] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

[tor-commits] [tor/maint-0.3.2] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

[tor-commits] [tor/maint-0.2.9] ntor_ref.py: pass only strings to subprocess.Popen

2018-07-03 Thread nickm
commit fc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa Author: Nick Mathewson Date: Mon Jul 2 14:04:46 2018 -0400 ntor_ref.py: pass only strings to subprocess.Popen Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in

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

2018-07-03 Thread translation
commit 2f904e885cbbed356d61e7115eb960a67369b21f Author: Translation commit bot Date: Tue Jul 3 13:46:10 2018 + Update translations for mat-gui --- ar.po | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ar.po b/ar.po index dcec0210c..17e4d8caa 100644 ---

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

2018-07-03 Thread translation
commit 86f06f7a7a0fe49043d0d0a85c98f1576ad276e9 Author: Translation commit bot Date: Tue Jul 3 13:46:15 2018 + Update translations for mat-gui_completed --- ar.po | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ar.po b/ar.po index dcec0210c..17e4d8caa

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

2018-07-03 Thread translation
commit dbca7b5036735cef9685df8a7683ae091509a17a Author: Translation commit bot Date: Tue Jul 3 13:45:42 2018 + Update translations for liveusb-creator --- ar/ar.po | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/ar/ar.po b/ar/ar.po index

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

2018-07-03 Thread translation
commit 115d1a5b638deedd0e1eb7ba814b793a0c266d0b Author: Translation commit bot Date: Tue Jul 3 13:17:16 2018 + Update translations for torbutton-torbuttonproperties --- ar/torbutton.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2018-07-03 Thread translation
commit a182f04b5470bf66f80f6b98048a69b7517701df Author: Translation commit bot Date: Tue Jul 3 13:17:21 2018 + Update translations for torbutton-torbuttonproperties_completed --- ar/torbutton.properties | 4 1 file changed, 4 insertions(+) diff --git a/ar/torbutton.properties

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

2018-07-03 Thread translation
commit d3d6479a640e6e92a0714ce86cc66d850701859d Author: Translation commit bot Date: Tue Jul 3 13:15:42 2018 + Update translations for https_everywhere_completed --- ar/https-everywhere.dtd | 1 + 1 file changed, 1 insertion(+) diff --git a/ar/https-everywhere.dtd

  1   2   >