summaryrefslogtreecommitdiff
path: root/src/rust
AgeCommit message (Expand)Author
2018-02-08Merge remote-tracking branch 'frewsxcv/frewsxcv-protover'Nick Mathewson
2018-02-08Stop claiming that compute_for_old_tor() returns pairsNick Mathewson
2018-02-08Remove new unsafe {} use.Nick Mathewson
2018-02-07protover: Fix memleak in Rust impl of protover_compute_for_old_tor.Isis Lovecruft
2018-02-06protover: Fix memleak in Rust implementation.Isis Lovecruft
2018-01-30Add Link protocol version 5 to the supported protocols list in protover.rsteor
2018-01-29Wrap types in protover.rs.Corey Farwell
2018-01-04smartlist.rs: The libc::c_char type is not the same as i8.Nick Mathewson
2017-12-28[fixup] this might be an improvement?Corey Farwell
2017-12-27Remove unneeded heap allocations in protover.rs.Corey Farwell
2017-12-05Change our build process to run Cargo from inside the build treeNick Mathewson
2017-12-04Don't pass --quiet to cargo for nowNick Mathewson
2017-11-11annotate where C and Rust need to stay in syncChelsea Holland Komlo
2017-11-09slight improvement to rust idiomicityNick Mathewson
2017-11-09Rust implementation of protocol_list_supports_protocol_or_later()Nick Mathewson
2017-11-05Fix rust welcome message typo.Alex Xu (Hello71)
2017-11-01rename {,TOR_}RUST_DEPENDENCIESSebastian Hahn
2017-10-27[rust] Avoid a clone in contract_protocol_list()Nick Mathewson
2017-10-27Add a build-rust alias to just rebuild the rust code.Nick Mathewson
2017-10-27[rust] Add "unsafe" to the testing-mode tor_malloc_ wrapper.Nick Mathewson
2017-10-27Make distcleancheck pass with --enable-rustNick Mathewson
2017-10-27Include rust files in 'make dist'Nick Mathewson
2017-10-27repair "make distcheck"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-27refactor smartlist for readabilityChelsea Holland Komlo
2017-10-27move to allocating c strings from rustChelsea Holland Komlo
2017-10-27add tor allocator for rustChelsea Holland Komlo
2017-10-27remove unneeded dependencies, remove types where unnecessaryChelsea 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-27minimize scope for unsafeChelsea 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 rustfmt.tomlSebastian Hahn
2017-05-19Add some Rust utility functions and print supportSebastian Hahn