aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_allocate/tor_allocate.rs
AgeCommit message (Expand)Author
2021-10-06rust: Remove Rust support from treeDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-08-16rust: run rustfmtcypherpunks
2018-06-24Change `allocate_and_copy_string` to take a `&str` instead of `&String`.Corey Farwell
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-12-21add minimal rust module for logging to tor's loggerChelsea Holland Komlo
2017-10-27[rust] Add "unsafe" to the testing-mode tor_malloc_ wrapper.Nick Mathewson
2017-10-27Add missing copyright/license statements on all .rs filesNick Mathewson
2017-10-27cargo fmt; fix line length warningsChelsea Holland Komlo
2017-10-27remove experimental rust featuresChelsea Holland Komlo
2017-10-27update tor_allocate and add testsChelsea Holland Komlo
2017-10-27move to allocating c strings from rustChelsea Holland Komlo
2017-10-27add tor allocator for rustChelsea Holland Komlo