summaryrefslogtreecommitdiff
path: root/tor-proto/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-2/+2
| | | | | | 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.
* Remove idmap as needlessly complex.Nick Mathewson2020-09-291-1/+0
|
* Create a StreamID->Stream map type.Nick Mathewson2020-09-201-0/+1
| | | | | Also extract the shared part of CircMap and StreamMap into a new IdMap type.
* Document most of tor-protoNick Mathewson2020-05-091-0/+2
| | | | (except for the worst parts that need refactoring the most)
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+2
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.