aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_allocate
AgeCommit message (Expand)Author
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-10-01Remove rlib+staticlib configuration for Rust cratesAlex Crichton
2018-10-01Fix segfaults related to sanitizers+jemallocAlex Crichton
2018-09-16Don't try to link C from rust doctests for nss detectionNick 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
2018-03-21Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-21maint: Update Rust libc dependency from 0.2.22 to 0.2.39.Isis Lovecruft
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-27remove unused include.am for rust modulesChelsea Holland Komlo
2017-10-27move to allocating c strings from rustChelsea Holland Komlo
2017-10-27add tor allocator for rustChelsea Holland Komlo