summaryrefslogtreecommitdiff
path: root/caret/tests
Commit message (Collapse)AuthorAgeFilesLines
* Replace the last user of caret_enum with caret_int.Nick Mathewson2021-05-252-62/+4
| | | | This lets us remove caret_enum entirely.
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-032-2/+2
|
* Test new error type from caretNick Mathewson2020-10-191-1/+13
|
* Move is_recognized function into caret.Nick Mathewson2020-09-201-0/+2
|
* caret tests: Test debug output for caret_enumNick Mathewson2020-09-131-0/+1
|
* More tests for caret_int.Nick Mathewson2020-09-131-0/+45
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+49
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.