Commit History

Author SHA1 Message Date
  Isis Lovecruft 269053a380 rust: Refactor Rust impl of protover_list_supports_protocol_or_later(). 6 years ago
  Isis Lovecruft 63eeda89ea rust: Refactor Rust impl of protover_list_supports_protocol(). 6 years ago
  Isis Lovecruft c7bcca0233 rust: Refactor Rust impl of protover_all_supported(). 6 years ago
  Isis Lovecruft 493e565226 rust: Refactor protover tests with new methods; note altered behaviours. 6 years ago
  Isis Lovecruft 35b86a12e6 rust: Refactor protover::is_supported_here(). 6 years ago
  Isis Lovecruft 2eb1b7f2fd rust: Add new ProtoverVote type and refactor functions to methods. 6 years ago
  Isis Lovecruft fa15ea104d rust: Add macro for `impl ToString for {Unvalidated}ProtoEntry`. 6 years ago
  Isis Lovecruft 3c47d31e1f rust: Add new protover::UnvalidatedProtoEntry type. 6 years ago
  Isis Lovecruft 54c964332b rust: Add new protover::ProtoEntry type which uses new datatypes. 6 years ago
  Isis Lovecruft 60daaa68b1 rust: Add new protover::UnknownProtocol type. 6 years ago
  Isis Lovecruft e6625113c9 rust: Implement more memory-efficient protover datatype. 6 years ago
  Isis Lovecruft 88204f91df rust: Implement error types for Rust protover implementation. 6 years ago
  Roger Dingledine 961d2ad597 dir auths no longer vote Guard if they're not voting V2Dir 6 years ago
  teor 6aaafb0672 Document torrc options that only work on v2 onion services 6 years ago
  Nick Mathewson 4f473fadbd Merge branch 'bug25617_029' into maint-0.3.3 6 years ago
  Nick Mathewson 2e9e91ebbf bump version to 0.3.3.4-alpha-dev 6 years ago
  Nick Mathewson e35eb9baaa Mark controller-initiated DNS lookups as permitted to do DNS. 6 years ago
  Nick Mathewson 3fa66f9799 Bump version to 0.3.3.4-alpha 6 years ago
  Nick Mathewson e0bbef48bf Merge remote-tracking branch 'dgoulet/bug24767_033_03' into maint-0.3.3 6 years ago
  Nick Mathewson 3cc382b93e add a changes file for the rust libc update 6 years ago
  Georg Koppen 684aef40f9 Bug 25664: Update libc version requirement for Rust 6 years ago
  Nick Mathewson d416e208e4 Merge branch 'bugs25036_25055_clean_033' into maint-0.3.3 6 years ago
  Nick Mathewson d4bf1f6c8e Add a paranoia check in string_is_valid_nonrfc_hostname() 6 years ago
  Nick Mathewson b504c854d3 Rename string_is_valid_hostname -> string_is_valid_nonrfc_hostname 6 years ago
  rl1987 09351c34e9 Don't strlen before checking for NULL 6 years ago
  rl1987 a28e350cff Tweak loop condition 6 years ago
  rl1987 6b6d003f43 Don't explode on NULL or empty string 6 years ago
  rl1987 d891010fdd Allow alphanumeric TLDs in test for now 6 years ago
  rl1987 ee1fca727c Simplify hostname validation code 6 years ago
  rl1987 dbb7c8e6fd Validate hostnames with punycode TLDs correctly 6 years ago