tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 91a1b9058bccf17893bea3e0c8dd98b5141bdfa9
parent 2ca8fcb892d6e0452160ed9a19fe7cb4c3741b40
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 27 Oct 2017 10:01:47 -0400

Add a changes file

Diffstat:
Achanges/ticket22840 | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/ticket22840 b/changes/ticket22840 @@ -0,0 +1,8 @@ + o Major features (Rust experimentation): + - Tor now ships with an optional implementation of one of its smaller + modules (protover.c) in the Rust programming language. To try it + out, install a Rust build environment, and configure Tor with + "--enable-rust --enable-cargo-online-mode". This should not + cause any user-visible changes, but should help us gain more experience + with Rust, and plan future Rust integration work. + Implementation by Chelsea Komlo. Closes ticket 22840.