Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2018-03-19 | Merge remote-tracking branch 'isis/bug23881_r1' | Nick Mathewson | |
2018-02-07 | protover: Fix memleak in Rust impl of protover_compute_for_old_tor. | Isis Lovecruft | |
* FIXES #25127: https://bugs.torproject.org/25127 * ADDS a new module to the Rust tor_util crate for small utilities for working with static strings between languages. * CHANGES the return type of protover_compute_for_old_tor to point to immutable data. * CHANGES the code from the previous commit to use the new static string utilities. | |||
2017-12-21 | move macro body to inline rust function | Chelsea Holland Komlo | |
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 | Add missing copyright/license statements on all .rs files | Nick Mathewson | |
(Yes, I have Chelsea's permission.) | |||
2017-10-27 | move to allocating c strings from rust | 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 |