summaryrefslogtreecommitdiff
path: root/tor-proto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* 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-211-9/+37
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* 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
* Resolve rustdoc warnings.Nick Mathewson2021-03-291-1/+1
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-1/+0
* Add a "this crate has no timeouts" comment to tor-proto.Nick Mathewson2021-03-241-3/+6
* Rename client-demo to tor-client.Nick Mathewson2021-02-021-1/+1
* Fix some rustdoc warnings.Nick Mathewson2020-12-091-2/+3
* Resolve a few nightly-only clippy issuesNick Mathewson2020-12-071-0/+2
* Improve documentation in tor-protoNick Mathewson2020-10-261-6/+41
* Document all private members in tor-protoNick Mathewson2020-10-131-0/+1
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-15/+8
* Lower our "#[allow(dead_code)]" decl in tor_proto."Nick Mathewson2020-09-251-1/+0
* Start implementing streams and circuit-level reactors.Nick Mathewson2020-09-211-0/+1
* proto: add minimal (raw) circuit support.Nick Mathewson2020-09-111-0/+1
* Work on client channel handshake: mostly done, except for verificationNick Mathewson2020-09-091-0/+1
* rename relaycell stuff to its own module; rename a bitNick Mathewson2020-09-061-1/+1
* proto: small err cleanupsNick Mathewson2020-09-061-0/+1
* proto: major refactor to channel cellsNick Mathewson2020-09-061-0/+1
* Document most of tor-protoNick Mathewson2020-05-091-8/+25
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+20