summaryrefslogtreecommitdiff
path: root/tor-netdoc/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Add a test case for NS consensus parsing.Nick Mathewson2021-03-302-0/+240
|
* Add routerdesc examplesNick Mathewson2020-10-077-0/+343
|
* tests for some failing cases in mdconsensusNick Mathewson2020-10-068-0/+711
|
* microdesc parsing: tests for bad microdescsNick Mathewson2020-10-022-0/+21
|
* authcert: add tests for several ways certs can fail.Nick Mathewson2020-10-025-0/+225
|
* netdoc: Parser for microdesc consensus documentsNick Mathewson2020-08-272-0/+232
| | | | | There's more to do here, and things to refactor, but this ought to be enough to get a rudimentary client working.
* netdoc: initial implementation of authority certs.Nick Mathewson2020-06-091-0/+45
|
* netdoc: add an iterator that can parse annotated microdescsNick Mathewson2020-06-071-0/+39
|
* start a test for microdesc parsing.Nick Mathewson2020-05-181-0/+11
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+50
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.