Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | Remove rlib+staticlib configuration for Rust crates | Alex Crichton | |
Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs! | |||
2018-09-16 | Don't try to link C from rust doctests for nss detection | Nick Mathewson | |
This is really annoying, since we can't use cfg(test) for doctests. | |||
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 | 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 |