summaryrefslogtreecommitdiff
path: root/tor-proto/src/circuit/halfstream.rs
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix a nightly rustdoc warningNick Mathewson2021-06-171-1/+1
|
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-2/+6
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Resolve a bunch of XXXM3 comments in tor-proto.Nick Mathewson2020-10-261-10/+6
|
* Tests for tor_proto::circuit::halfstreamNick Mathewson2020-10-221-1/+79
|
* Revise DropMark defense to use a better type and match Tor's behavior.Nick Mathewson2020-10-131-0/+81