aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
AgeCommit message (Expand)Author
2019-02-05Merge branch 'maint-0.3.4' into maint-0.3.5Roger Dingledine
2019-02-05Merge branch 'maint-0.3.3' into maint-0.3.4Roger Dingledine
2019-02-01Update Cargo.lock with new comment; suppress 29244.Nick Mathewson
2018-10-01Fix segfaults related to sanitizers+jemallocAlex Crichton
2018-05-15rust: Update rand_core dependency to 0.2.0-pre.0.Isis Lovecruft
2018-05-15rust: Update rand dev-dependency to 0.5.0-pre.2.Isis Lovecruft
2018-05-15rust: Move rand crate into crypto parent crate.Isis Lovecruft
2018-05-08rust: Add crypto crate and implement Rust wrappers for SHA2 code.Isis Lovecruft
2018-05-04rust: Update Cargo.lock file with changes from #26024.Isis Lovecruft
2018-04-20rust: Remove mirrored PRNG implementation.Isis Lovecruft
2018-04-20rust: Expose our (P)RNGs in Rust and provide safe wrappers.Isis Lovecruft
2018-03-21Update tor_log to libc 0.2.39 as well.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-27move to allocating c strings from rustChelsea Holland Komlo
2017-10-27refactor build infrastructure for single rust binaryChelsea Holland Komlo
2017-10-27use tor allocator for string allocation in rustChelsea Holland Komlo
2017-10-27rust implementation of protoverChelsea Holland Komlo
2017-05-19Add some Rust utility functions and print supportSebastian Hahn