Commit Graph

216 Commits

Author SHA1 Message Date
Nick Mathewson 84ac61b5d4 Note a type that should get moved some day 2020-05-09 13:35:58 -04:00
Nick Mathewson 7ec2254634 tor-netdoc: require documentation, and fill in final missing docs 2020-05-09 13:34:59 -04:00
Nick Mathewson 5d3f13e6e7 Netdoc: allow doc comments and visibility modifier in decl_keyword! 2020-05-09 13:31:29 -04:00
Nick Mathewson 73752fb647 netdoc: document routerdoc.rs 2020-05-09 13:29:49 -04:00
Nick Mathewson bf19811d22 Netdoc: remove dead code or annotate it as allowed. 2020-05-09 13:08:31 -04:00
Nick Mathewson 080667da37 netdoc: Document rules.rs, and refactor slightly. 2020-05-09 11:54:21 -04:00
Nick Mathewson c739c2e424 netdoc: Improved error type for Section::GetRequired. 2020-05-09 11:30:02 -04:00
Nick Mathewson abe9200eea Make the members of TokenFmt private, and simplify the API in the process. 2020-05-09 11:30:02 -04:00
Nick Mathewson 56694d4fc8 Move Item verification to be a method of TokenFmt. 2020-05-09 11:30:02 -04:00
Nick Mathewson d9513492fe Move MaybeItem into tokenize.rs 2020-05-09 11:30:02 -04:00
Nick Mathewson 624dca4056 Document parse.rs in tor-netdoc, and note things to move or fix 2020-05-09 11:30:02 -04:00
Nick Mathewson 07d6cd956a Fix a logic error when finding position of unexpected keyword.
This appears to be a bad copy-paste.
2020-05-09 11:30:02 -04:00
Nick Mathewson 07e41734ec Document more of 'netdoc', including errors. 2020-05-09 11:30:02 -04:00
Nick Mathewson c4d0f59e7d netdoc and version docs 2020-05-08 22:32:17 -04:00
Nick Mathewson 3c7f75302b Stop re-exporting traits from tor-llcrypto. It does not help. 2020-05-08 22:32:17 -04:00
Nick Mathewson bbcbf47902 Fresh git repository for work on "arti"
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.
2020-05-07 19:58:14 -04:00