tor/src/rust
cypherpunks 42558df7c8 rust/protover: return C-allocated string in protover_all_supported()
The result of CString::into_raw() is not safe to free
with free() except under finicky and fragile circumstances
that we definitely don't meet right now.

This was missed in be583a34a3.
2018-09-21 05:16:22 +00:00
..
.cargo rename {,TOR_}RUST_DEPENDENCIES 2017-11-01 13:45:15 -04:00
external maint: Update Rust libc dependency from 0.2.22 to 0.2.39. 2018-03-21 17:04:28 -04:00
protover rust/protover: return C-allocated string in protover_all_supported() 2018-09-21 05:16:22 +00:00
smartlist maint: Update Rust libc dependency from 0.2.22 to 0.2.39. 2018-03-21 17:04:28 -04:00
tor_allocate maint: Update Rust libc dependency from 0.2.22 to 0.2.39. 2018-03-21 17:04:28 -04:00
tor_rust Stop setting $CARGO_HOME in src/rust/tor_rust/include.am 2018-08-10 11:47:36 +10:00
tor_util maint: Update Rust libc dependency from 0.2.22 to 0.2.39. 2018-03-21 17:04:28 -04:00
.rustfmt.toml Add rustfmt.toml 2017-05-19 08:47:11 -04:00
Cargo.lock maint: Update Rust libc dependency from 0.2.22 to 0.2.39. 2018-03-21 17:04:28 -04:00
Cargo.toml refactor build infrastructure for single rust binary 2017-10-27 10:02:08 -04:00
include.am Ship all files needed to build Tor with rust 2018-04-06 16:18:11 -04:00