aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-06refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.Isis Lovecruft
2018-04-06refactor: Alphabetise some includes in /src/or/*.Isis Lovecruft
2018-04-06crypto: Alphabetise some #includes in /src/common/crypto*.Isis Lovecruft
2018-04-06crypto: Remove unnecessary includes from src/common/crypto.[ch]Isis Lovecruft
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-04-03Fix bug24031 changes fileNick Mathewson
2018-04-03Merge remote-tracking branch 'isis-github/bug24031_r5_squashed'Nick Mathewson
2018-04-03Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-03add a missing wordNick Mathewson
2018-04-03Merge remote-tracking branch 'isis-github/bug24031_r5_squashed_033' into main...Nick Mathewson
2018-04-03changes: Add changes file for #24031.Isis Lovecruft
2018-04-03changes: Add changes file for #24031.Isis Lovecruft
2018-04-02rust: Fix ProtoSet and ProtoEntry to use the same DoS limits as C.Isis Lovecruft
2018-04-02rust: Port all C protover_all_supported tests to Rust.Isis Lovecruft
2018-04-02tests: Run all existing protover tests in both languages.Isis Lovecruft
2018-04-02tests: Make inline comments in test_protover.c more accurate.Isis Lovecruft
2018-04-02protover: Change protover_all_supported() to return only unsupported.Isis Lovecruft
2018-04-02rust: Refactor protover::compute_for_old_tor().Isis Lovecruft
2018-04-02rust: Refactor Rust implementation of protover_is_supported_here().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_compute_vote().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_list_supports_protocol_or_later().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_list_supports_protocol().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_all_supported().Isis Lovecruft
2018-04-02rust: Refactor protover tests with new methods; note altered behaviours.Isis Lovecruft
2018-04-02rust: Refactor protover::is_supported_here().Isis Lovecruft
2018-04-02rust: Add new ProtoverVote type and refactor functions to methods.Isis Lovecruft
2018-04-02rust: Add macro for `impl ToString for {Unvalidated}ProtoEntry`.Isis Lovecruft
2018-04-02rust: Add new protover::UnvalidatedProtoEntry type.Isis Lovecruft
2018-04-02rust: Add new protover::ProtoEntry type which uses new datatypes.Isis Lovecruft
2018-04-02rust: Add new protover::UnknownProtocol type.Isis Lovecruft
2018-04-02rust: Implement more memory-efficient protover datatype.Isis Lovecruft
2018-04-02rust: Implement error types for Rust protover implementation.Isis Lovecruft
2018-04-02rust: Fix ProtoSet and ProtoEntry to use the same DoS limits as C.Isis Lovecruft
2018-04-02rust: Port all C protover_all_supported tests to Rust.Isis Lovecruft
2018-04-02tests: Run all existing protover tests in both languages.Isis Lovecruft
2018-04-02tests: Make inline comments in test_protover.c more accurate.Isis Lovecruft
2018-04-02protover: Change protover_all_supported() to return only unsupported.Isis Lovecruft
2018-04-02rust: Refactor protover::compute_for_old_tor().Isis Lovecruft
2018-04-02rust: Refactor Rust implementation of protover_is_supported_here().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_compute_vote().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_list_supports_protocol_or_later().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_list_supports_protocol().Isis Lovecruft
2018-04-02rust: Refactor Rust impl of protover_all_supported().Isis Lovecruft
2018-04-02rust: Refactor protover tests with new methods; note altered behaviours.Isis Lovecruft
2018-04-02rust: Refactor protover::is_supported_here().Isis Lovecruft
2018-04-02rust: Add new ProtoverVote type and refactor functions to methods.Isis Lovecruft
2018-04-02rust: Add macro for `impl ToString for {Unvalidated}ProtoEntry`.Isis Lovecruft
2018-04-02rust: Add new protover::UnvalidatedProtoEntry type.Isis Lovecruft
2018-04-02rust: Add new protover::ProtoEntry type which uses new datatypes.Isis Lovecruft
2018-04-02rust: Add new protover::UnknownProtocol type.Isis Lovecruft