Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | rust: Remove Rust support from tree | David Goulet | |
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-06-20 | add build.rs to EXTRA_DIST | Nick Mathewson | |
2018-05-15 | rust: Move rand crate into crypto parent crate. | Isis Lovecruft | |
2018-05-08 | rust: Add crypto crate and implement Rust wrappers for SHA2 code. | Isis Lovecruft | |
* FIXES #24659: https://bugs.torproject.org/24659 | |||
2018-05-04 | build: Fix missing include for src/rust/external/crypto_rand.rs file. | Isis Lovecruft | |
* FIXES #26025: https://bugs.torproject.org/26025 | |||
2018-05-03 | I should have tested before I pushed. | Nick Mathewson | |
2018-05-03 | Add src/rust/rand to include.am | Nick Mathewson | |
2018-04-06 | Include tor_log rust files in source distribution. | Nick Mathewson | |
Fixes another case of #25732; bug not in any released Tor. | |||
2018-04-06 | Ship all files needed to build Tor with rust | Nick Mathewson | |
Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was introduced. | |||
2017-10-27 | Include rust files in 'make dist' | Nick Mathewson | |
2017-10-27 | refactor build infrastructure for single rust binary | Chelsea Holland Komlo | |
2017-10-27 | use tor allocator for string allocation in rust | Chelsea Holland Komlo | |
2017-10-27 | rust implementation of protover | Chelsea Holland Komlo | |
2017-05-19 | Allow Rust build using locally supplied crates or crates.io | Sebastian Hahn | |
This adds a couple of configure commands to control whether we're requiring all dependencies to be available locally (default) or not (--enable-cargo-online-mode). When building from a tarball, we require the RUST_DEPENDENCIES variable to point to the local repository of crates. This also adds src/ext/rust as a git submodule that contains such a local repository for easy setup. | |||
2017-05-19 | Add some Rust utility functions and print support | Sebastian Hahn | |
This gives an indication in the log that Tor was built with Rust support, as well as laying some groundwork for further string-returning APIs to be converted to Rust |