[tor-commits] [chutney/master] Remove all DownloadSchedule torrc options

2018-05-03 Thread teor
commit 57dd950901c51afdc6c9907961467d30081ecb5d Author: teor Date: Fri May 4 14:04:28 2018 +1000 Remove all DownloadSchedule torrc options Chutney used to set these options to 0, ... Tor's default for these options is 0, ... (Except for ClientBootstrapConsensusAuthorit

[tor-commits] [tor/master] I should have tested before I pushed.

2018-05-03 Thread nickm
commit 6f8b961a65eea3ed5962da1a7816ad533256d113 Author: Nick Mathewson Date: Thu May 3 20:16:53 2018 -0400 I should have tested before I pushed. --- src/rust/include.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/include.am b/src/rust/include.am index 4

[tor-commits] [stem/master] Add DirectoryAuthority.from_remote()

2018-05-03 Thread atagar
commit 4dfb17200a902ef7c4f4e075da36c833d850be76 Author: Damian Johnson Date: Thu May 3 14:51:31 2018 -0700 Add DirectoryAuthority.from_remote() Recently teor split tor's directory authority information into its own file, simplifying parsing a great deal... https://gi

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

2018-05-03 Thread nickm
commit 08e525c198c52bb57f154e79326a9b123ef55d91 Merge: 80b9a589b 19b53e264 Author: Nick Mathewson Date: Thu May 3 16:52:09 2018 -0400 Merge remote-tracking branch 'github/ticket25995' changes/ticket25995 | 5 + src/test/test.c | 19 +++ 2 files changed, 24 inserti

[tor-commits] [tor/master] Use a deterministic PRNG in test_circuit_timeout()

2018-05-03 Thread nickm
commit 19b53e264527a1506a21e7b563c47500ac304450 Author: Nick Mathewson Date: Tue May 1 19:34:21 2018 -0400 Use a deterministic PRNG in test_circuit_timeout() I'd prefer not to do this for randomized tests, but as things stand with this test, it produces nondeterministic test co

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

2018-05-03 Thread nickm
commit 80b9a589bb351659252faa9793176ada6c9ce914 Merge: 2f269bfaf 1a181a476 Author: Nick Mathewson Date: Thu May 3 16:48:03 2018 -0400 Merge remote-tracking branch 'dgoulet/ticket25914_034_01' src/or/networkstatus.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) ___

[tor-commits] [tor/master] Remove dead code in networkstatus.c

2018-05-03 Thread nickm
commit 1a181a476e623cd6c1bc71173bb2d3d769aa1325 Author: David Goulet Date: Wed Apr 25 09:35:32 2018 -0400 Remove dead code in networkstatus.c We can't end up in the removed else {} condition since we first validate the flavor we get and then we validate the flavor we parse from

[tor-commits] [tor/master] Add src/rust/rand to include.am

2018-05-03 Thread nickm
commit 2f269bfaf1d1d89324e8936425bf19bb64bcb06e Author: Nick Mathewson Date: Thu May 3 16:16:09 2018 -0400 Add src/rust/rand to include.am --- src/rust/include.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rust/include.am b/src/rust/include.am index f1aa0bd5a..4bc07b05c 100

[tor-commits] [tor/master] Move some includes around to try to fix windows builds

2018-05-03 Thread nickm
commit 2d07aef3cc4ed21b7d66602912f74c287f5cb395 Author: Nick Mathewson Date: Thu May 3 16:14:38 2018 -0400 Move some includes around to try to fix windows builds --- src/common/crypto_rand.c | 4 ++-- src/common/crypto_util.c | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff

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

2018-05-03 Thread translation
commit 2c1314fd38db0c565f1146ffb259d8980659d93a Author: Translation commit bot Date: Thu May 3 19:18:12 2018 + Update translations for tails-openpgp-applet_completed --- ta/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ta/openpgp-applet.pot

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

2018-05-03 Thread translation
commit 17b4b22e34c7c50e6d243d473c78de713e326685 Author: Translation commit bot Date: Thu May 3 19:18:05 2018 + Update translations for tails-openpgp-applet --- ta/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ta/openpgp-applet.pot b/ta/openp

[tor-commits] [tor/master] rust: Expose our (P)RNGs in Rust and provide safe wrappers.

2018-05-03 Thread nickm
commit 49639b282602c5389e30f906f535c29ddaa62308 Author: Isis Lovecruft Date: Tue Apr 10 19:05:42 2018 + rust: Expose our (P)RNGs in Rust and provide safe wrappers. * FIXES #24660: https://bugs.torproject.org/24660 --- src/rust/Cargo.lock | 18 src/rust/Carg

[tor-commits] [tor/master] Update rust dependencies to latest version.

2018-05-03 Thread nickm
commit bd153e46408fa4f9432a5de1b1f5f106f00e34cf Author: Nick Mathewson Date: Thu May 3 13:55:55 2018 -0400 Update rust dependencies to latest version. --- src/ext/rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/rust b/src/ext/rust index fbc0c2578..407590647

[tor-commits] [tor/master] refactor: Alphabetise some includes in /src/or/*.

2018-05-03 Thread nickm
commit e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce Author: Isis Lovecruft Date: Fri Apr 6 21:42:15 2018 + refactor: Alphabetise some includes in /src/or/*. --- src/or/addressmap.c | 2 +- src/or/ext_orport.c | 2 +- src/or/hs_client.c | 28 ++-- src/or/rendcl

[tor-commits] [tor/master] refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.

2018-05-03 Thread nickm
commit 809f6fae848f53d2096bef1b2e99bcc929872e2a Author: Isis Lovecruft Date: Fri Apr 6 22:04:50 2018 + refactor: Remove unnecessary `#include "crypto.h"` throughout codebase. * FIXES part of #24658: https://bugs.torproject.org/24658 --- src/common/aes.c| 1

[tor-commits] [tor/master] crypto: Remove unnecessary includes from src/common/crypto.[ch]

2018-05-03 Thread nickm
commit 64e6551b8bb934335251c6965355660ec26e712d Author: Isis Lovecruft Date: Fri Apr 6 21:37:40 2018 + crypto: Remove unnecessary includes from src/common/crypto.[ch] * FIXES part of #24658: https://bugs.torproject.org/24658 --- src/common/crypto.c | 3 --- src/common/crypto.

[tor-commits] [tor/master] rust: Remove mirrored PRNG implementation.

2018-05-03 Thread nickm
commit b5013e841cf1501014ab23e14a4083c105e0d092 Author: Isis Lovecruft Date: Wed Apr 18 20:17:53 2018 + rust: Remove mirrored PRNG implementation. Once we need a PRNG, we'll likely want to change the dev-dependency on the rand crate to be a real dependency, and use rand::S

[tor-commits] [tor/master] crypto: Alphabetise some #includes in /src/common/crypto*.

2018-05-03 Thread nickm
commit 88190026b3286b32ac22c1bbd999b7f1de2aa79f Author: Isis Lovecruft Date: Fri Apr 6 21:40:17 2018 + crypto: Alphabetise some #includes in /src/common/crypto*. * FIXES part of #24658: https://bugs.torproject.org/24658 --- src/common/crypto.c| 4 ++-- src/common/

[tor-commits] [tor/master] crypto: Refactor (P)RNG functionality into new crypto_rand module.

2018-05-03 Thread nickm
commit fe3aca149191f2eac410caa7113fb6f7e0804d8c Author: Isis Lovecruft Date: Fri Apr 6 21:23:29 2018 + crypto: Refactor (P)RNG functionality into new crypto_rand module. * ADD new /src/common/crypto_rand.[ch] module. * ADD new /src/common/crypto_util.[ch] module (contains

[tor-commits] [tor/master] crypto: Move declaration of crypto_init_siphash_key() into crypto.h.

2018-05-03 Thread nickm
commit f17ace1460f0de50f32d28e8086fe11032d8cb3f Author: Isis Lovecruft Date: Wed Apr 18 19:16:32 2018 + crypto: Move declaration of crypto_init_siphash_key() into crypto.h. On second thought, this is a global initialisation function and doesn't conceptually have much to do

[tor-commits] [tor/master] rust: Expose crypto_rand() as an impl of rand_core::RngCore.

2018-05-03 Thread nickm
commit 94dcd38a1430061a0bb630ad680a41a78262a55c Author: Isis Lovecruft Date: Wed May 2 22:12:38 2018 + rust: Expose crypto_rand() as an impl of rand_core::RngCore. --- src/rust/external/crypto_rand.rs | 30 -- src/rust/rand/rng.rs | 54 ++

[tor-commits] [tor/master] Merge remote-tracking branch 'isis/bug24660_r1'

2018-05-03 Thread nickm
commit c3b72583709332f051fb61e17f5102d0ada05917 Merge: 94c6eb7d7 94dcd38a1 Author: Nick Mathewson Date: Thu May 3 13:50:18 2018 -0400 Merge remote-tracking branch 'isis/bug24660_r1' src/common/address_set.c | 2 +- src/common/aes.c

[tor-commits] [tor-rust-dependencies/master] Add rand_core-0.1.0.

2018-05-03 Thread nickm
commit 073830a301ab624f7c1ad648027cfd8c6b07fa89 Author: Isis Lovecruft Date: Sat Apr 21 00:01:10 2018 + Add rand_core-0.1.0. --- crates/rand_core-0.1.0/.cargo-checksum.json | 1 + crates/rand_core-0.1.0/CHANGELOG.md | 21 ++ crates/rand_core-0.1.0/Cargo.toml | 41

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

2018-05-03 Thread nickm
commit 94c6eb7d7f023e50071632e618f003409e5e6489 Merge: 48d8fe533 224c93b97 Author: Nick Mathewson Date: Thu May 3 13:41:34 2018 -0400 Merge remote-tracking branch 'dgoulet/ticket25991_034_01' doc/HACKING/Module.md | 111 ++ doc/include.am

[tor-commits] [tor/master] doc: Add missing HACKING/ files to EXTRA_DIST

2018-05-03 Thread nickm
commit 224c93b976bbf3b713a10c8a6ed5a91503a4a52c Author: David Goulet Date: Wed May 2 14:28:40 2018 -0400 doc: Add missing HACKING/ files to EXTRA_DIST Apart from adding the newly created Module.md, this commit also adds all the missing files we have in HACKING/ to the EXTRA_DIS

[tor-commits] [tor/master] doc: Add Module.md explaining Tor modules

2018-05-03 Thread nickm
commit e12d4286bff098e97d7de94cc910b817f470560d Author: David Goulet Date: Wed May 2 14:24:46 2018 -0400 doc: Add Module.md explaining Tor modules Initial document that contains guidelines to write a new module in Tor. Closes #25991 Signed-off-by: David Goulet --

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

2018-05-03 Thread nickm
commit 48d8fe533e977c14983f56de0ca572d842b5aadc Merge: 7f629f7fd 1f739e9b0 Author: Nick Mathewson Date: Thu May 3 13:40:10 2018 -0400 Merge remote-tracking branch 'dgoulet/ticket25990_034_01' src/or/config.c| 1 + src/or/dirauth/dirvote.c | 6 -- src/or/dirauth

[tor-commits] [tor/master] dirauth: Move authdir_mode_v3() to module

2018-05-03 Thread nickm
commit 1f739e9b06974566685c662c3526384efd68ed32 Author: David Goulet Date: Wed May 2 13:42:24 2018 -0400 dirauth: Move authdir_mode_v3() to module This function must return false if the module is not compiled in. In order to do that, we move the authdir_mode_v3() function out

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'catalyst-github/bug25936-033' into maint-0.3.3

2018-05-03 Thread nickm
commit 44626b37f6c6bcc1907cd269b8e9bc77909f9d51 Merge: 1bbe75da6 f0dc6c8e2 Author: Nick Mathewson Date: Thu May 3 13:38:51 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-033' into maint-0.3.3 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

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

2018-05-03 Thread nickm
commit 40456054eadf8a002de66d25cdf1400764a9f8af Merge: f6890422a 4c6a407b9 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions(+), 1 deletion(-) ___

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

2018-05-03 Thread nickm
commit be5b4415c2dce243a6249e6ca14b65423c9b0746 Merge: 246765342 6361a250f Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) _

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

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

2018-05-03 Thread nickm
commit 4c6a407b9d9436948dbbecffde32e28380240728 Merge: 44626b37f be5b4415c Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/release-0.3.3] Merge branch 'bug25936-031' into bug25936-032

2018-05-03 Thread nickm
commit 2edc9cd48457169409841c794832172bc959e63a Merge: 7c3f87eb4 598210509 Author: Taylor Yu Date: Thu Apr 26 15:58:39 2018 -0500 Merge branch 'bug25936-031' into bug25936-032 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) ___

[tor-commits] [tor/release-0.3.2] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/release-0.3.3] Merge branch 'bug25936-032' into bug25936-033

2018-05-03 Thread nickm
commit f0dc6c8e2a68764b73ea4b3fdb50f74b070c183b Merge: 58f54a358 2edc9cd48 Author: Taylor Yu Date: Thu Apr 26 16:07:56 2018 -0500 Merge branch 'bug25936-032' into bug25936-033 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions(+), 1 deletion(-) diff --cc Makef

[tor-commits] [tor/release-0.3.3] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

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

2018-05-03 Thread nickm
commit a1243864f263fdf9bc815ab31fa785f84d1b4b8d Merge: 4b14ff45f be5b4415c Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) __

[tor-commits] [tor/release-0.3.2] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

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

2018-05-03 Thread nickm
commit 8ddd84707e84836ecfd985647a4d5593bf151d35 Merge: 3bf89fb85 6361a250f Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) __

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

2018-05-03 Thread nickm
commit be5b4415c2dce243a6249e6ca14b65423c9b0746 Merge: 246765342 6361a250f Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) _

[tor-commits] [tor/release-0.3.1] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/release-0.3.2] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

[tor-commits] [tor/release-0.3.2] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

[tor-commits] [tor/release-0.3.1] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

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

2018-05-03 Thread nickm
commit 4c6a407b9d9436948dbbecffde32e28380240728 Merge: 44626b37f be5b4415c Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

[tor-commits] [tor/release-0.3.3] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

[tor-commits] [tor/release-0.3.1] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

[tor-commits] [tor/release-0.3.1] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

[tor-commits] [tor/release-0.2.9] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

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

2018-05-03 Thread nickm
commit add0306cab6d16225eb1ae195064994cd3d1d481 Merge: 7d509bc17 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) __

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

2018-05-03 Thread nickm
commit 7f629f7fd9e6e5fe04367e611eae48f8f2bad81a Merge: 667e66bb0 4c6a407b9 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.3' .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions(+), 1 deletion(-) __

[tor-commits] [tor/release-0.2.9] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

[tor-commits] [tor/master] Merge branch 'bug25936-032' into bug25936-033

2018-05-03 Thread nickm
commit f0dc6c8e2a68764b73ea4b3fdb50f74b070c183b Merge: 58f54a358 2edc9cd48 Author: Taylor Yu Date: Thu Apr 26 16:07:56 2018 -0500 Merge branch 'bug25936-032' into bug25936-033 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions(+), 1 deletion(-) diff --cc Makef

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

2018-05-03 Thread nickm
commit be5b4415c2dce243a6249e6ca14b65423c9b0746 Merge: 246765342 6361a250f Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) _

[tor-commits] [tor/master] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/master] Merge remote-tracking branch 'catalyst-github/bug25936-033' into maint-0.3.3

2018-05-03 Thread nickm
commit 44626b37f6c6bcc1907cd269b8e9bc77909f9d51 Merge: 1bbe75da6 f0dc6c8e2 Author: Nick Mathewson Date: Thu May 3 13:38:51 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-033' into maint-0.3.3 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions

[tor-commits] [tor/maint-0.3.2] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.3.3] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

[tor-commits] [tor/master] Merge branch 'bug25936-031' into bug25936-032

2018-05-03 Thread nickm
commit 2edc9cd48457169409841c794832172bc959e63a Merge: 7c3f87eb4 598210509 Author: Taylor Yu Date: Thu Apr 26 15:58:39 2018 -0500 Merge branch 'bug25936-031' into bug25936-032 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) ___

[tor-commits] [tor/master] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

[tor-commits] [tor/maint-0.3.3] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

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

2018-05-03 Thread nickm
commit 4c6a407b9d9436948dbbecffde32e28380240728 Merge: 44626b37f be5b4415c Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 ___ tor-commits mailing list tor-commits@lists.torproject.org https:

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org htt

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

2018-05-03 Thread nickm
commit be5b4415c2dce243a6249e6ca14b65423c9b0746 Merge: 246765342 6361a250f Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-)

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

2018-05-03 Thread nickm
commit be5b4415c2dce243a6249e6ca14b65423c9b0746 Merge: 246765342 6361a250f Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) _

[tor-commits] [tor/maint-0.3.3] Merge branch 'bug25936-032' into bug25936-033

2018-05-03 Thread nickm
commit f0dc6c8e2a68764b73ea4b3fdb50f74b070c183b Merge: 58f54a358 2edc9cd48 Author: Taylor Yu Date: Thu Apr 26 16:07:56 2018 -0500 Merge branch 'bug25936-032' into bug25936-033 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions(+), 1 deletion(-) diff --cc Makef

[tor-commits] [tor/master] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

[tor-commits] [tor/maint-0.3.3] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

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

2018-05-03 Thread nickm
commit 6361a250f08421aa1e6db1093aaa488ee24ce77d Merge: 726f238b7 5227754b2 Author: Nick Mathewson Date: Thu May 3 13:38:54 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 ___ tor-commits mailing list tor-commits@lists.torproject.org https:

[tor-commits] [tor/maint-0.3.2] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.3.3] Merge remote-tracking branch 'catalyst-github/bug25936-033' into maint-0.3.3

2018-05-03 Thread nickm
commit 44626b37f6c6bcc1907cd269b8e9bc77909f9d51 Merge: 1bbe75da6 f0dc6c8e2 Author: Nick Mathewson Date: Thu May 3 13:38:51 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-033' into maint-0.3.3 .travis.yml | 4 +++- Makefile.am | 8 2 files changed, 11 insertions

[tor-commits] [tor/master] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.3.3] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.3.3] Merge branch 'bug25936-031' into bug25936-032

2018-05-03 Thread nickm
commit 2edc9cd48457169409841c794832172bc959e63a Merge: 7c3f87eb4 598210509 Author: Taylor Yu Date: Thu Apr 26 15:58:39 2018 -0500 Merge branch 'bug25936-031' into bug25936-032 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) ___

[tor-commits] [tor/maint-0.3.2] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

[tor-commits] [tor/maint-0.3.1] Merge branch 'bug25936-029' into bug25936-031

2018-05-03 Thread nickm
commit 59821050982a7e1c6906de61b6742546378e569c Merge: bb35405d2 31865b502 Author: Taylor Yu Date: Thu Apr 26 15:46:57 2018 -0500 Merge branch 'bug25936-029' into bug25936-031 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --cc Make

[tor-commits] [tor/maint-0.3.2] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

[tor-commits] [tor/maint-0.3.1] Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1

2018-05-03 Thread nickm
commit 726f238b723dfaa88df763bec7e923e99430ea87 Merge: 993e314c6 598210509 Author: Nick Mathewson Date: Thu May 3 13:38:46 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-031' into maint-0.3.1 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.3.1] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.3.1] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

[tor-commits] [tor/maint-0.2.9] Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9

2018-05-03 Thread nickm
commit 5227754b2f441c93da6436697a19841e9e71246f Merge: d465bd27e 31865b502 Author: Nick Mathewson Date: Thu May 3 13:38:37 2018 -0400 Merge remote-tracking branch 'catalyst-github/bug25936-029' into maint-0.2.9 .travis.yml | 4 +++- Makefile.am | 9 + 2 files changed, 12 insertion

[tor-commits] [tor/maint-0.2.9] Show test-suite.log for distcheck on Travis CI

2018-05-03 Thread nickm
commit 31865b50295753706ff3a9eb598e080bb2167639 Author: Taylor Yu Date: Thu Apr 26 14:22:52 2018 -0500 Show test-suite.log for distcheck on Travis CI When Travis CI runs make distcheck, test-suite.log doesn't exist in the expected place. Add a new make target to show this file

[tor-commits] [tor/release-0.3.3] man page: FetchUselessDescriptors stops tor going idle

2018-05-03 Thread nickm
commit 9b1d5e8826e93f5d45a9d1ea7b7223fcfee2e484 Author: teor Date: Wed May 2 10:46:00 2018 +1000 man page: FetchUselessDescriptors stops tor going idle Also explain how FetchUselessDescriptors and UseMicrodescriptors are different. Closes 25998. --- doc/tor.1.txt | 7

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'teor/bug25998' into maint-0.3.3

2018-05-03 Thread nickm
commit 1bbe75da6db551e2c5afe32efe68eb8ea7b60048 Merge: c66b51267 d96ddf8f1 Author: Nick Mathewson Date: Thu May 3 13:37:33 2018 -0400 Merge remote-tracking branch 'teor/bug25998' into maint-0.3.3 doc/tor.1.txt | 35 ++- 1 file changed, 22 insertions(+), 13

[tor-commits] [tor/release-0.3.3] man page: FetchUselessDescriptors and DirCache exclude extra infos

2018-05-03 Thread nickm
commit d96ddf8f1b143934077bc4c1f54fa8a38087e342 Author: teor Date: Wed May 2 11:29:48 2018 +1000 man page: FetchUselessDescriptors and DirCache exclude extra infos --- doc/tor.1.txt | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/doc/

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

2018-05-03 Thread nickm
commit f6890422aa954ea2dd23bc4bc55f5716e88dcd7e Merge: 8e81d329e 1bbe75da6 Author: Nick Mathewson Date: Thu May 3 13:37:37 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 doc/tor.1.txt | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) __

[tor-commits] [tor/maint-0.3.3] Merge remote-tracking branch 'teor/bug25998' into maint-0.3.3

2018-05-03 Thread nickm
commit 1bbe75da6db551e2c5afe32efe68eb8ea7b60048 Merge: c66b51267 d96ddf8f1 Author: Nick Mathewson Date: Thu May 3 13:37:33 2018 -0400 Merge remote-tracking branch 'teor/bug25998' into maint-0.3.3 doc/tor.1.txt | 35 ++- 1 file changed, 22 insertions(+), 13

[tor-commits] [tor/master] man page: UseMicrodescriptors auto and 1 are the same now

2018-05-03 Thread nickm
commit 4a7590c241dbb86571de670fec3f143d27f15cb7 Author: teor Date: Wed May 2 10:46:10 2018 +1000 man page: UseMicrodescriptors auto and 1 are the same now --- doc/tor.1.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 2fc5c413

[tor-commits] [tor/maint-0.3.3] man page: FetchUselessDescriptors and DirCache exclude extra infos

2018-05-03 Thread nickm
commit d96ddf8f1b143934077bc4c1f54fa8a38087e342 Author: teor Date: Wed May 2 11:29:48 2018 +1000 man page: FetchUselessDescriptors and DirCache exclude extra infos --- doc/tor.1.txt | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/doc/

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

2018-05-03 Thread nickm
commit 667e66bb091829cb4b5af351af17f854f527d6d7 Merge: 5e0316142 1bbe75da6 Author: Nick Mathewson Date: Thu May 3 13:37:37 2018 -0400 Merge branch 'maint-0.3.3' doc/tor.1.txt | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) _

[tor-commits] [tor/release-0.3.3] man page: UseMicrodescriptors auto and 1 are the same now

2018-05-03 Thread nickm
commit 4a7590c241dbb86571de670fec3f143d27f15cb7 Author: teor Date: Wed May 2 10:46:10 2018 +1000 man page: UseMicrodescriptors auto and 1 are the same now --- doc/tor.1.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 2fc5c413

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/bug25998' into maint-0.3.3

2018-05-03 Thread nickm
commit 1bbe75da6db551e2c5afe32efe68eb8ea7b60048 Merge: c66b51267 d96ddf8f1 Author: Nick Mathewson Date: Thu May 3 13:37:33 2018 -0400 Merge remote-tracking branch 'teor/bug25998' into maint-0.3.3 doc/tor.1.txt | 35 ++- 1 file changed, 22 insertions(+), 13

[tor-commits] [tor/master] man page: FetchUselessDescriptors and DirCache exclude extra infos

2018-05-03 Thread nickm
commit d96ddf8f1b143934077bc4c1f54fa8a38087e342 Author: teor Date: Wed May 2 11:29:48 2018 +1000 man page: FetchUselessDescriptors and DirCache exclude extra infos --- doc/tor.1.txt | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/doc/

  1   2   >