aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_util
AgeCommit message (Expand)Author
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-06Merge remote-tracking branch 'tor-github/pr/466'Nick Mathewson
2018-10-17rust/tor_util: drop unsafe block in cstr!cypherpunks
2018-10-01Remove rlib+staticlib configuration for Rust cratesAlex Crichton
2018-09-16Don't try to link C from rust doctests for nss detectionNick Mathewson
2018-08-16rust: run rustfmtcypherpunks
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
2018-03-19Merge remote-tracking branch 'isis/bug23881_r1'Nick Mathewson
2018-03-19rust: Fix typo in name of logged function.Isis Lovecruft
2018-02-15Documentation fixes suggested by catalyst.Nick Mathewson
2018-02-10rust: Remove now unused byte_slice_is_c_like() utility.Isis Lovecruft
2018-02-10rust: Remove empty_static_cstr() in favour of new cstr!() macro.Isis Lovecruft
2018-02-10rust: Add macro for passing static borrowed strings from Rust to C.Isis Lovecruft
2018-02-07protover: Fix memleak in Rust impl of protover_compute_for_old_tor.Isis Lovecruft
2018-01-22fixups from code reviewChelsea Holland Komlo
2017-12-21move macro body to inline rust functionChelsea Holland Komlo
2017-12-21add minimal rust module for logging to tor's loggerChelsea Holland Komlo
2017-11-05Fix rust welcome message typo.Alex Xu (Hello71)
2017-10-27Add missing copyright/license statements on all .rs filesNick Mathewson
2017-10-27cargo fmt; fix line length warningsChelsea 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-27rust implementation of protoverChelsea Holland Komlo
2017-08-2122839: Build tor with rust enabled on winTies Stuij
2017-07-13use CARGO_HOME instead of HOME when building with rustChelsea H. Komlo
2017-05-19Allow Rust build using locally supplied crates or crates.ioSebastian Hahn
2017-05-19cargo-online-mode configure argumentSebastian Hahn
2017-05-19Add some Rust utility functions and print supportSebastian Hahn