aboutsummaryrefslogtreecommitdiff
path: root/src/rust/protover/protover.rs
AgeCommit message (Expand)Author
2021-10-06rust: Remove Rust support from treeDavid Goulet
2021-02-08Remove DirCache=1 from list of supported versions.Nick Mathewson
2020-10-14Merge branch 'prop318_limit_protover_035' into prop318_limit_protover_045Nick Mathewson
2020-10-14Implement proposal 318: Limit protovers to 0..63Nick Mathewson
2020-08-03Merge remote-tracking branch 'tor-gitlab/mr/94'Nick Mathewson
2020-05-18rust: declare HSIntro=5teor
2020-05-11protover: Declare support for Relay=3teor
2020-02-12protover: Sort tor's supported protocol versionsteor
2020-02-10Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2020-02-10Merge branch 'maint-0.3.5' into maint-0.4.0maint-0.4.0Nick Mathewson
2020-02-10Fix a Rust compilation warning; resolve bug 33212.Nick Mathewson
2020-02-09rust/protover: parse empty string into empty *ProtoEntrycypherpunks
2020-02-09rust/protover: remove redundant testcypherpunks
2019-08-12Bug 31356: Bump protover for new padding machinesMike Perry
2019-05-03sendme: Add FlowCtrl protover valueDavid Goulet
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-02Circuit padding ProtoVer plumbing.Mike Perry
2018-09-24rust: run rustfmtcypherpunks
2018-09-18Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-09-16Don't try to link C from rust doctests for nss detectionNick Mathewson
2018-09-16When Tor is compiled with NSS, don't claim support for LinkAuth=1Nick Mathewson
2018-09-14rust/protover: use .and_not_in() instead of .retain() in all_supported()cypherpunks
2018-09-14Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-09-14Merge branch 'rust-protokeyword1-034' into rust-protokeyword1-035cypherpunks
2018-09-14Merge branch 'rust-protokeyword1' into rust-protokeyword1-034cypherpunks
2018-09-13rust/protover: validate unknown protocol names use only allowed characterscypherpunks
2018-09-12Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-12Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-09-12rust/protover: remove version zero from testscypherpunks
2018-08-17rust/protover: fix docs for UnvalidatedProtoEntry::from_strcypherpunks
2018-08-17rust/protover: fix parsing docscypherpunks
2018-08-17rust/protover: fix ProtoEntry::from_str docscypherpunks
2018-08-16rust: run rustfmtcypherpunks
2018-07-05Fix everything that previously referred to src/orNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-05-22rust: Mirror TROVE-2018-005 fix in Rust protover implementation.Isis Lovecruft
2018-05-22rust: Mirror TROVE-2018-005 fix in 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: Refactor protover::compute_for_old_tor().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