Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Roger Dingledine | |
2019-02-01 | Update Cargo.lock with new comment; suppress 29244. | Nick Mathewson | |
2018-05-15 | rust: Update rand_core dependency to 0.2.0-pre.0. | Isis Lovecruft | |
2018-05-15 | rust: Update rand dev-dependency to 0.5.0-pre.2. | Isis Lovecruft | |
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 | rust: Update Cargo.lock file with changes from #26024. | Isis Lovecruft | |
2018-04-20 | rust: Remove mirrored PRNG implementation. | Isis Lovecruft | |
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::SmallRng as our PRNG. | |||
2018-04-20 | rust: Expose our (P)RNGs in Rust and provide safe wrappers. | Isis Lovecruft | |
* FIXES #24660: https://bugs.torproject.org/24660 | |||
2018-03-21 | Update tor_log to libc 0.2.39 as well. | Nick Mathewson | |
2018-03-21 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-21 | maint: Update Rust libc dependency from 0.2.22 to 0.2.39. | Isis Lovecruft | |
Requires the update/libc-0.2.39 branch from https://github.com/isislovecruft/tor-rust-dependencies to be merged first. | |||
2017-12-21 | add minimal rust module for logging to tor's logger | Chelsea Holland Komlo | |
Allows an optional no-op for testing purposes | |||
2017-10-27 | move to allocating c strings from rust | Chelsea Holland Komlo | |
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 | 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 |