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

2018-05-16 Thread translation
commit f14a6efac124fe4b87b3e840737ab4ed7f8adb5f Author: Translation commit bot Date: Wed May 16 20:16:52 2018 + Update translations for tails-misc --- fa.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fa.po b/fa.po index

[tor-commits] [stem/master] ConfChangedEvent could not represent multiple config values

2018-05-16 Thread atagar
commit f19b9273630b05c42b8fe4d59f449f001d870cba Author: Damian Johnson Date: Wed May 16 13:01:28 2018 -0700 ConfChangedEvent could not represent multiple config values Great catch from dmr. The ConfChangedEvent's config was a simple {str => str}

[tor-commits] [metrics-web/master] Simplify censorship detector.

2018-05-16 Thread karsten
commit 27fe3f3b504ec59af6e4ea1bab9f991ef84be908 Author: Karsten Loesing Date: Tue May 15 20:25:39 2018 +0200 Simplify censorship detector. As part of the censorship detector, we're currently fitting a normal distribution to a set of approximately 50

[tor-commits] [stem/master] Don't suggest UseMicrodescriptors in our tutorial

2018-05-16 Thread atagar
commit 89d14a701a8652de47cd962b86303b45037a25a1 Author: Damian Johnson Date: Wed May 16 10:23:31 2018 -0700 Don't suggest UseMicrodescriptors in our tutorial Correction from teor that FetchUselessDescriptors causes tor to download server descriptors

[tor-commits] [tor/master] Bump version to 0.3.4.1-alpha; contemplate a release

2018-05-16 Thread nickm
commit 5dbf70f903b16173c2f77e185fea1cadbc35ab3a Author: Nick Mathewson Date: Wed May 16 14:40:28 2018 -0400 Bump version to 0.3.4.1-alpha; contemplate a release --- ChangeLog | 2 +- configure.ac| 2 +-

[tor-commits] [tor/master] Add comments explaining when a connected cell has an UNSPEC addr

2018-05-16 Thread nickm
commit 2b0aab7a6ec48758df58864ef1daa86ac972b1a5 Author: Nick Mathewson Date: Wed May 16 14:09:18 2018 -0400 Add comments explaining when a connected cell has an UNSPEC addr Should prevent other bugs like 26117. --- src/or/relay.c | 10 +- 1 file

[tor-commits] [tor/master] Bug 26117: Move CIRC_BW field accounting.

2018-05-16 Thread nickm
commit d0b1157fc1739301f004090db20f0ee66f825f40 Author: Mike Perry Date: Tue May 15 18:44:25 2018 + Bug 26117: Move CIRC_BW field accounting. Previously, we used the AF_UNSPEC check to represent valid connected cell data as a result of the

[tor-commits] [tor/release-0.3.2] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit 8340f641c30f8e529b513732be2c931e128227e2 Merge: 4aa3d511b d3a972561 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 8340f641c30f8e529b513732be2c931e128227e2 Merge: 4aa3d511b d3a972561 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/release-0.3.3] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit ad5b4c4085e9fd9a7f318f58fd6a54166ff6078a Merge: ca63a6660 3c4353179 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 3c4353179f2304767f5084734a7d1550f51f4542 Merge: 6acbd4c11 8340f641c Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 79bee260eedc92f2009bfb3c780f397a05cd30cd Merge: e8edd97c1 8340f641c Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 12e465344e8b69fd03e76d8247609a378d572006 Merge: 90e7364e7 d3a972561 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 69a6763b370c072c6b82f4175157323e801a0ef5 Merge: 6ac0ec566 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 3c4353179f2304767f5084734a7d1550f51f4542 Merge: 6acbd4c11 8340f641c Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 8340f641c30f8e529b513732be2c931e128227e2 Merge: 4aa3d511b d3a972561 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit fcfa22d80a6ad97b3192bd25050b3988112c53c8 Merge: 4a5c1584f 3c4353179 Author: Nick Mathewson Date: Wed May 16 12:11:46 2018 -0400 Merge branch 'maint-0.3.3' changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/release-0.3.1] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

[tor-commits] [tor/release-0.2.9] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 3c4353179f2304767f5084734a7d1550f51f4542 Merge: 6acbd4c11 8340f641c Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit 8340f641c30f8e529b513732be2c931e128227e2 Merge: 4aa3d511b d3a972561 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/master] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/maint-0.3.1] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

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

2018-05-16 Thread nickm
commit d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 Merge: 033e4723f 5eb2d5888 Author: Nick Mathewson Date: Wed May 16 12:11:40 2018 -0400 Merge branch 'bug26072_029' into maint-0.2.9 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/maint-0.3.2] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

[tor-commits] [tor/maint-0.2.9] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit 8340f641c30f8e529b513732be2c931e128227e2 Merge: 4aa3d511b d3a972561 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/maint-0.3.3] Add a missing return after marking a stream for bad connected cell

2018-05-16 Thread nickm
commit 5eb2d5888065420b44ad237d000dfb7c3656c2ef Author: Nick Mathewson Date: Mon May 14 15:54:48 2018 -0400 Add a missing return after marking a stream for bad connected cell Fixes bug 26072; bugfix on 0.2.4.7-alpha. --- changes/bug26072 | 5 +

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

2018-05-16 Thread nickm
commit d3a972561aeb38d7b346be1826054c60bf3adfaa Merge: 502d2c006 d1e4ffc71 Author: Nick Mathewson Date: Wed May 16 12:11:45 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26072 | 5 + src/or/relay.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor-browser-build/maint-7.5] Bug 26098: Remove amazon-meek

2018-05-16 Thread gk
commit efa9901ec57d0d78aa1f8034a922da4f792c0ee0 Author: Sina Rabbani Date: Tue May 15 13:46:06 2018 -0400 Bug 26098: Remove amazon-meek --- projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[tor-commits] [tor-browser-build/master] Bug 26098: Remove amazon-meek

2018-05-16 Thread gk
commit 22af54508a1e98bec13ee9580aac7c1b907043e8 Author: Sina Rabbani Date: Tue May 15 13:46:06 2018 -0400 Bug 26098: Remove amazon-meek --- projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] rust: Update rand dev-dependency to 0.5.0-pre.2.

2018-05-16 Thread nickm
commit 760cf8e28f7319e924366a97be8882e2b04db49a Author: Isis Lovecruft Date: Tue May 15 19:31:29 2018 + rust: Update rand dev-dependency to 0.5.0-pre.2. --- src/rust/Cargo.lock| 14 ++ src/rust/crypto/Cargo.toml | 2 +- 2 files changed, 11

[tor-commits] [tor/master] rust: Move rand crate into crypto parent crate.

2018-05-16 Thread nickm
commit 992c6399b9b54d50f22617f3358bec4cb89b Author: Isis Lovecruft Date: Tue May 15 02:02:02 2018 + rust: Move rand crate into crypto parent crate. --- src/rust/Cargo.lock | 17 - src/rust/Cargo.toml

[tor-commits] [tor/master] update tor-rust-dependencies submodule

2018-05-16 Thread nickm
commit 4a5c1584fe9898756a4e380d08d5fc53c27d045b Author: Nick Mathewson Date: Wed May 16 09:16:47 2018 -0400 update tor-rust-dependencies submodule --- src/ext/rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/rust b/src/ext/rust index

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

2018-05-16 Thread nickm
commit 1442e818b67561c810c5d18894e29c57f8fdbbb0 Merge: e5974e515 4d349c6a6 Author: Nick Mathewson Date: Wed May 16 09:16:04 2018 -0400 Merge remote-tracking branch 'isis-github/bug26106' src/rust/Cargo.lock | 27 +--

[tor-commits] [tor/master] rust: Update rand_core dependency to 0.2.0-pre.0.

2018-05-16 Thread nickm
commit 4d349c6a6124b8d94dc787f0076c15b896272363 Author: Isis Lovecruft Date: Tue May 15 19:33:20 2018 + rust: Update rand_core dependency to 0.2.0-pre.0. --- src/rust/Cargo.lock| 8 +--- src/rust/crypto/Cargo.toml | 2 +- 2 files changed, 2

[tor-commits] [tor/master] rust: Make Rng::new() methods public.

2018-05-16 Thread nickm
commit 2ac849da36ade48ae1d8cd7e1546549615785ae3 Author: Isis Lovecruft Date: Tue May 15 01:45:29 2018 + rust: Make Rng::new() methods public. --- src/rust/rand/rng.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/rand/rng.rs

[tor-commits] [tor-rust-dependencies/master] Merge remote-tracking branches 'isis/update/rand-0.5.0-pre.2' and 'isis/update/rand_core-0.2.0-pre.0'

2018-05-16 Thread nickm
commit aa37fb84fb829902e83ca11a7244bbc6b86b809b Merge: c01ff7f ff7f5f6 Author: Nick Mathewson Date: Wed May 16 09:15:17 2018 -0400 Merge remote-tracking branches 'isis/update/rand-0.5.0-pre.2' and 'isis/update/rand_core-0.2.0-pre.0'

[tor-commits] [tor-rust-dependencies/master] Update rand_core dependency to 0.2.0-pre.0.

2018-05-16 Thread nickm
commit ff7f5f6e86cf56c7889b35d2ebc76680dad2631f Author: Isis Lovecruft Date: Tue May 15 20:17:13 2018 + Update rand_core dependency to 0.2.0-pre.0. --- crates/rand_core-0.2.0-pre.0/.cargo-checksum.json | 1 + crates/rand_core-0.2.0-pre.0/CHANGELOG.md |

[tor-commits] [tor/master] rust: Export crypto_rand::* functions from our external crate.

2018-05-16 Thread nickm
commit d9c877a6e529b6c16cee2fa6883c252f140a9486 Author: Isis Lovecruft Date: Tue May 15 02:05:14 2018 + rust: Export crypto_rand::* functions from our external crate. --- src/rust/external/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git

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

2018-05-16 Thread nickm
commit e5974e51589e5d16aa4f518c86abac1f43f55e5a Merge: 2d2cfbcd8 d9c877a6e Author: Nick Mathewson Date: Wed May 16 09:14:13 2018 -0400 Merge remote-tracking branch 'isis-github/bug26108' src/rust/external/lib.rs | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor/master] rust: Export digests subcrate from our crypto crate.

2018-05-16 Thread nickm
commit 4c21d414071d50452b8bf914fbef00c5c2d37c31 Author: Isis Lovecruft Date: Tue May 15 02:04:40 2018 + rust: Export digests subcrate from our crypto crate. --- src/rust/crypto/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

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

2018-05-16 Thread nickm
commit 2d2cfbcd81f9bcdf1097f58b76e8be22456bc5a2 Merge: 7f37ba825 4c21d4140 Author: Nick Mathewson Date: Wed May 16 09:13:27 2018 -0400 Merge remote-tracking branch 'isis-github/bug26109' src/rust/crypto/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] move a changelog entry and try writing a blurb

2018-05-16 Thread nickm
commit d194f2130dba83b5864b7309ee3beb3f2b419f74 Author: Nick Mathewson Date: Wed May 16 09:05:47 2018 -0400 move a changelog entry and try writing a blurb --- ChangeLog | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff

[tor-commits] [tor/master] reflow the blurb.

2018-05-16 Thread nickm
commit 7f37ba825f315788058d08b50e93167607e6dc4c Author: Nick Mathewson Date: Wed May 16 09:06:43 2018 -0400 reflow the blurb. --- ChangeLog | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [metrics-web/master] Update news.json to version 262 of doc/MetricsTimeline.

2018-05-16 Thread karsten
commit 8318bfcd1eb9bf5ee357c46fbd580c62d69707b7 Author: Karsten Loesing Date: Wed May 16 09:06:06 2018 +0200 Update news.json to version 262 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 26 ++ 1 file changed, 26

[tor-commits] [metrics-web/master] Update to latest rs (Relay Search).

2018-05-16 Thread karsten
commit 168f585198cc40fecbf17e5d7a7085c212a191d3 Author: Karsten Loesing Date: Wed May 16 09:06:22 2018 +0200 Update to latest rs (Relay Search). --- src/main/resources/web/rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git