summaryrefslogtreecommitdiff
path: root/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* A few tests for circparameters generation.Nick Mathewson2021-06-191-7/+19
* Misc tests in tor-proto.Nick Mathewson2021-06-194-11/+63
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-3/+3
* Try to fix a nightly rustdoc warningNick Mathewson2021-06-171-1/+1
* Use FuturesUnordered, not SelectAll<Once<...>>Nick Mathewson2021-06-142-12/+11
* Implement Debug for ClientCirc and Channel.Nick Mathewson2021-06-142-0/+20
* Make a few error types implement CloneNick Mathewson2021-06-141-3/+13
* Add a warning comment about truncate-and-reextend.Nick Mathewson2021-05-281-0/+5
* tor-proto: change internal meta-handler API for error-proofingNick Mathewson2021-05-282-67/+108
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-266-8/+8
* Update hs_ntor code.Nick Mathewson2021-05-251-4/+6
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add a link tto the tor website to arti blurb.Nick Mathewson2021-05-241-1/+2
* Add tor-proto docs and tweak docs+apis elsewhere.Nick Mathewson2021-05-212-9/+43
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-1817-88/+93
* Check "connection" usage for when stream or channel would be better.Nick Mathewson2021-05-182-5/+5
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-181-1/+1
* Prefer "relay" over "router" in docs and APIs.Nick Mathewson2021-05-181-1/+1
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-183-12/+12
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-072-2/+2
* Upgrade to latest RustCrypto crates.Nick Mathewson2021-05-062-8/+10
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+3
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-039-11/+12
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Make `now` an argument when verifying a channel.Nick Mathewson2021-04-301-4/+7
* note a small divergence in circuit id probing behavior.Nick Mathewson2021-04-291-0/+2
* Remove pin_project usage in tor-proto.Nick Mathewson2021-04-282-53/+45
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-2/+7
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+3
* cargo fix --edition-idiomsNick Mathewson2021-04-261-7/+7
* Refactor and simplify ChanMgr to use AbstractChanMgr.Nick Mathewson2021-04-231-0/+5
* Merge branch 'hs3_ntor_squashed'Nick Mathewson2021-04-022-0/+529
|\
| * hs_ntor: add a disclaimer and put it behind a feature.Nick Mathewson2021-04-022-0/+8
| * First draft of HS Ntor implementation.George Kadianakis2021-04-022-0/+521
* | Fix a rust 1.51 warning: remove a semicolonNick Mathewson2021-04-021-1/+1
|/
* Resolve rustdoc warnings.Nick Mathewson2021-03-291-1/+1
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-292-2/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-299-60/+60
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-294-20/+20
* Check for channel match in create_firsthop_ntor().Nick Mathewson2021-03-242-6/+21
* Add a "this crate has no timeouts" comment to tor-proto.Nick Mathewson2021-03-241-3/+6
* Move stream timeout logic into tor-client.Nick Mathewson2021-03-242-158/+134
* Add tests for correct incoming sendme handling.Nick Mathewson2021-03-222-5/+207
* Extend the begindir test to exchange data on the stream.Nick Mathewson2021-03-191-3/+44
* Introduce a helper to tor_proto::circuit testsNick Mathewson2021-03-191-44/+24
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-5/+6
* circuit: Add a test for a bad crypto handshake.Nick Mathewson2021-03-161-0/+13
* circuit: tests for different undesired responses to EXTEND.Nick Mathewson2021-03-161-3/+93