Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | update tor-rust-dependencies submodule | Nick Mathewson | |
2018-05-08 | Update rust submodule. | Nick Mathewson | |
2018-05-04 | rust: Update submodule commit for src/ext/rust directory. | Isis Lovecruft | |
* FIXES part of #26024: https://bugs.torproject.org/26024 | |||
2018-05-03 | Update rust dependencies to latest version. | Nick Mathewson | |
2018-03-21 | Update src/ext/rust to latest master for libc update. | 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-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. |