summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fixup! fixup! tests: Run all existing protover tests in both languages.bug24031_r4Isis Lovecruft2018-04-02
* fixup! fixup! fixup! fixup! rust: Implement more memory-efficient protover da...Isis Lovecruft2018-03-30
* fixup! fixup! fixup! rust: Implement more memory-efficient protover datatype.Isis Lovecruft2018-03-30
* fixup! fixup! rust: Implement more memory-efficient protover datatype.Isis Lovecruft2018-03-30
* fixup! rust: Implement more memory-efficient protover datatype.Isis Lovecruft2018-03-30
* fixup! tests: Run all existing protover tests in both languages.Isis Lovecruft2018-03-29
* tests: Make comments about C vs Rust in test_protover.c more truthful.Isis Lovecruft2018-03-28
* tests: Remove a now untrue comment from test_protover.c.Isis Lovecruft2018-03-28
* rust: Fix another C/Rust different in compute_vote().Isis Lovecruft2018-03-28
* tests: Add test showing another C/Rust difference in compute_vote().Isis Lovecruft2018-03-28
* rust: Fix a difference in compute_vote() behaviour to C version.Isis Lovecruft2018-03-28
* rust: Add a way to dynamically get the length of a ProtoSet.Isis Lovecruft2018-03-28
* rust: Fix ProtoSet and ProtoEntry to use the same DoS limits as C.Isis Lovecruft2018-03-27
* rust: Port all C protover_all_supported tests to Rust.Isis Lovecruft2018-03-27
* tests: Run all existing protover tests in both languages.Isis Lovecruft2018-03-27
* tests: Make an inline comment in test_protover.c more accurate.Isis Lovecruft2018-03-27
* rust: Fix unused_import warnings in Rust protover crate.Isis Lovecruft2018-03-27
* fixup! rust: Add new protover::UnvalidatedProtoEntry type.Isis Lovecruft2018-03-27
* rust: Fix unused_variable warning in protover integration tests.Isis Lovecruft2018-03-27
* protover: Change protover_all_supported() to return only unsupported.Isis Lovecruft2018-03-27
* rust: Refactor protover::compute_for_old_tor().Isis Lovecruft2018-03-27
* rust: Refactor ProtoEntry::supported() to be shorter and easier to read.Isis Lovecruft2018-03-26
* rust: Refactor Rust implementation of protover_is_supported_here().Isis Lovecruft2018-03-21
* rust: Refactor Rust impl of protover_compute_vote().Isis Lovecruft2018-03-21
* rust: Refactor Rust impl of protover_list_supports_protocol_or_later().Isis Lovecruft2018-03-21
* rust: Refactor Rust impl of protover_list_supports_protocol().Isis Lovecruft2018-03-21
* rust: Refactor Rust impl of protover_all_supported().Isis Lovecruft2018-03-21
* rust: Refactor protover tests with new methods; note altered behaviours.Isis Lovecruft2018-03-21
* rust: Refactor protover::is_supported_here().Isis Lovecruft2018-03-21
* rust: Add new ProtoverVote type and refactor functions to methods.Isis Lovecruft2018-03-21
* rust: Add macro for `impl ToString for {Unvalidated}ProtoEntry`.Isis Lovecruft2018-03-21
* rust: Add new protover::UnvalidatedProtoEntry type.Isis Lovecruft2018-03-21
* rust: Add new protover::ProtoEntry type which uses new datatypes.Isis Lovecruft2018-03-21
* rust: Make new protover::UnknownProtocol type.Isis Lovecruft2018-03-21
* rust: Implement more memory-efficient protover datatype.Isis Lovecruft2018-03-21
* rust: Implement error types for Rust protover implementation.Isis Lovecruft2018-03-21
* Merge branch 'maint-0.3.3'Nick Mathewson2018-03-20
|\
| * Merge branch 'bug25306_032_01_squashed_v2' into maint-0.3.3Nick Mathewson2018-03-20
| |\
| | * hs-v3: BUG() on missing descriptors during rotationDavid Goulet2018-03-20
* | | Merge branch 'maint-0.3.3'Nick Mathewson2018-03-20
|\ \ \ | |/ /
| * | Note that we require latest stable rust.Nick Mathewson2018-03-20
* | | Merge branch 'maint-0.3.3'Nick Mathewson2018-03-20
|\ \ \ | |/ /
| * | Log information on specific compression backends in the OOM handler.Alexander Færøy2018-03-20
* | | Remove changes files already merged into 0.3.3Nick Mathewson2018-03-20
* | | Move rust-specific declarations outside of #else blockNick Mathewson2018-03-19
* | | Merge remote-tracking branch 'isis/bug23881_r1'Nick Mathewson2018-03-19
|\ \ \
| * | | rust: Fix typo in name of logged function.bug23881_r1Isis Lovecruft2018-03-19
| * | | rust: Remove #[no_mangle]s on two constants.Isis Lovecruft2018-03-19
| * | | rust: Remove extra whitespace from a static log/error message.Isis Lovecruft2018-02-27
| * | | fixups from code reviewChelsea Holland Komlo2018-01-22