| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some rustdoc warnings. | Nick Mathewson | 2020-12-09 | 1 | -1/+1 |
| | | |||||
| * | More documentation in tor-netdoc. | Nick Mathewson | 2020-10-26 | 1 | -0/+32 |
| | | |||||
| * | Move around the modules inside tor-netdoc. | Nick Mathewson | 2020-09-29 | 1 | -275/+8 |
| | | | | | | This change just gives them a more logical breakdown into parsing, documents, and misc other types. | ||||
| * | Rename remaining get_ accessors | Nick Mathewson | 2020-09-28 | 1 | -10/+10 |
| | | |||||
| * | tor-netdoc: Make SectionRules derive Clone. | Nick Mathewson | 2020-07-20 | 1 | -0/+1 |
| | | | | | | | This is going to come in handy for the networkstatus stuff, where I need to define different variants of SectionRules for votes and consensuses. | ||||
| * | netdoc: fix microdesc digest calculation at last. | Nick Mathewson | 2020-06-09 | 1 | -2/+0 |
| | | |||||
| * | Add a "first_item" entry for Section. | Nick Mathewson | 2020-06-09 | 1 | -2/+19 |
| | | | | | This will make it simpler to implement digests for sections. | ||||
| * | Add a "last_item" entry for Section. | Nick Mathewson | 2020-06-09 | 1 | -1/+20 |
| | | | | | This will make it simpler to implement digests for sections. | ||||
| * | netdoc: move keyword into Item type. | Nick Mathewson | 2020-05-19 | 1 | -23/+18 |
| | | | | | This saves us from having to check specific strings in most cases. | ||||
| * | netdoc: Extract keyword into its own file. | Nick Mathewson | 2020-05-19 | 1 | -0/+1 |
| | | |||||
| * | Implement microdescriptor parsing. | Nick Mathewson | 2020-05-15 | 1 | -0/+2 |
| | | | | | | Additionally, move and refactor related types to reduce friction for microdescriptor parsing implementation. | ||||
| * | netdoc: Document rules.rs, and refactor slightly. | Nick Mathewson | 2020-05-09 | 1 | -6/+11 |
| | | |||||
| * | netdoc: Improved error type for Section::GetRequired. | Nick Mathewson | 2020-05-09 | 1 | -2/+5 |
| | | |||||
| * | Make the members of TokenFmt private, and simplify the API in the process. | Nick Mathewson | 2020-05-09 | 1 | -29/+8 |
| | | |||||
| * | Move Item verification to be a method of TokenFmt. | Nick Mathewson | 2020-05-09 | 1 | -34/+1 |
| | | |||||
| * | Move MaybeItem into tokenize.rs | Nick Mathewson | 2020-05-09 | 1 | -39/+1 |
| | | |||||
| * | Document parse.rs in tor-netdoc, and note things to move or fix | Nick Mathewson | 2020-05-09 | 1 | -4/+82 |
| | | |||||
| * | Fix a logic error when finding position of unexpected keyword. | Nick Mathewson | 2020-05-09 | 1 | -1/+1 |
| | | | | | This appears to be a bad copy-paste. | ||||
| * | Fresh git repository for work on "arti" | Nick Mathewson | 2020-05-07 | 1 | -0/+248 |
| 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. | |||||
