Skip to content
Snippets Groups Projects
  1. Oct 02, 2018
  2. Sep 16, 2018
  3. Aug 18, 2018
  4. Jun 18, 2018
  5. May 15, 2018
  6. May 08, 2018
  7. Apr 20, 2018
  8. Dec 21, 2017
  9. Oct 27, 2017
  10. May 19, 2017
    • Sebastian Hahn's avatar
      Allow Rust build using locally supplied crates or crates.io · 70c06710
      Sebastian Hahn authored and Nick Mathewson's avatar Nick Mathewson committed
      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.
      70c06710
    • Sebastian Hahn's avatar
      Add some Rust utility functions and print support · f8ef7c65
      Sebastian Hahn authored and Nick Mathewson's avatar Nick Mathewson committed
      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
      f8ef7c65
Loading