Commit History

Author SHA1 Message Date
  Corey Farwell 6d2e4dea10 Utilize type param in method invocation. 7 years ago
  Corey Farwell 59d4505749 Utilize `if..else` for switching on boolean values. 7 years ago
  Corey Farwell 94880b2db7 Utilize `if let` construct instead of explicit unwrapping. 7 years ago
  Corey Farwell 7e9c37f9cb Change `allocate_and_copy_string` to take a `&str` instead of `&String`. 7 years ago
  Nick Mathewson fb0019daf9 Update copyrights to 2018. 7 years ago
  Nick Mathewson cde5c9d0c3 Merge branch 'maint-0.3.3' 7 years ago
  Nick Mathewson a5d4ce2b39 Make the TROVE-2018-005 fix work with rust. 7 years ago
  Isis Lovecruft 701c2b69f5 rust: Mirror TROVE-2018-005 fix in Rust protover implementation. 7 years ago
  Isis Lovecruft 569b4e57e2 rust: Mirror TROVE-2018-005 fix in Rust protover implementation. 7 years ago
  Isis Lovecruft cd28b4c7f5 rust: Refactor protover::compute_for_old_tor(). 7 years ago
  Isis Lovecruft fd127bfbfa rust: Refactor Rust implementation of protover_is_supported_here(). 7 years ago
  Isis Lovecruft 32638ed4a6 rust: Refactor Rust impl of protover_compute_vote(). 7 years ago
  Isis Lovecruft 269053a380 rust: Refactor Rust impl of protover_list_supports_protocol_or_later(). 7 years ago
  Isis Lovecruft 63eeda89ea rust: Refactor Rust impl of protover_list_supports_protocol(). 7 years ago
  Isis Lovecruft c7bcca0233 rust: Refactor Rust impl of protover_all_supported(). 7 years ago
  Isis Lovecruft 60daaa68b1 rust: Add new protover::UnknownProtocol type. 7 years ago
  Isis Lovecruft fc2a42cc49 rust: Refactor protover::compute_for_old_tor(). 7 years ago
  Isis Lovecruft 9766d53cf9 rust: Refactor Rust implementation of protover_is_supported_here(). 7 years ago
  Isis Lovecruft 6f252e0986 rust: Refactor Rust impl of protover_compute_vote(). 7 years ago
  Isis Lovecruft 0a5494b81d rust: Refactor Rust impl of protover_list_supports_protocol_or_later(). 7 years ago
  Isis Lovecruft 52c3ea5045 rust: Refactor Rust impl of protover_list_supports_protocol(). 7 years ago
  Isis Lovecruft 2f3a7376c0 rust: Refactor Rust impl of protover_all_supported(). 7 years ago
  Isis Lovecruft 811178434e rust: Add new protover::UnknownProtocol type. 7 years ago
  Nick Mathewson d8893bc93c Merge remote-tracking branch 'isis/bug23881_r1' 7 years ago
  Isis Lovecruft a4797a7e62 rust: Remove now unused byte_slice_is_c_like() utility. 7 years ago
  Isis Lovecruft 081e99c16f rust: Remove empty_static_cstr() in favour of new cstr!() macro. 7 years ago
  Isis Lovecruft 6c77593a57 rust: Use tor_util::strings utils for protover_compute_for_old_tor. 7 years ago
  Isis Lovecruft 3c4e006e7e rust: Use tor_util::strings utils for protover_get_supported_protocols. 7 years ago
  Isis Lovecruft 45c59eff6c rust: Replace two `unwrap()`s in FFI code with `unwrap_or()`s. 7 years ago
  Nick Mathewson d8307cb0e9 Remove new unsafe {} use. 7 years ago