aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-05Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-05Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-05Merge branch 'ticket25296_032_squashed' into maint-0.3.2Nick Mathewson
2018-04-05PerConnBW{Rate,Burst} docs: do not say consensus param is always setNick Mathewson
2018-04-05man: Move RephistTrackTime to the server sectionDavid Goulet
2018-04-05Switch to use should_record_bridge_info()Neel Chauhan
2018-04-05Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-05Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-05Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-05Switch Travis to stable rustTaylor Yu
2018-04-05Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-05Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-05Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-05Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-04-05Merge branch 'maint-0.2.5' into maint-0.2.9Nick Mathewson
2018-04-05Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-05Merge remote-tracking branch 'dgoulet/bug25582_033' into maint-0.3.3Nick Mathewson
2018-04-05Merge branch 'bug25679_033_squashed' into maint-0.3.3Nick Mathewson
2018-04-05Fix the default for TOR_RUST_DEPENDENCIESNick Mathewson
2018-04-05Update geoip and geoip6 to the April 3 2018 database.maint-0.2.5Karsten Loesing
2018-04-04man: Add a comment to anchor only optionDavid Goulet
2018-04-04Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-04Merge branch 'bug21394_029_redux' into maint-0.3.3Nick Mathewson
2018-04-04Bug 21394 touchup: Increase DNS attempts to 3Dhalgren
2018-04-03Merge remote-tracking branch 'fristonio/ticket-25645'Nick Mathewson
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-03ticket(25645): remove unused variable n_possible from channel_get_for_extend()Deepesh Pathak
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