summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/parse
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-1/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-184-58/+73
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-0/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-0/+2
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-222-20/+17
* Resolve a few nightly-only clippy issuesNick Mathewson2020-12-071-7/+1
* Run cargo fix --edition-idiomsNick Mathewson2020-12-022-4/+4
* netdoc: split off string utilsNick Mathewson2020-11-141-1/+1
* Calculate digest correctly when microdesc ends with base64 object.Nick Mathewson2020-10-191-3/+10
* Netdoc: validate objects even on unrecognized items.Nick Mathewson2020-10-194-10/+38
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-182-2/+2
* Document most private items in tor-netdoc.Nick Mathewson2020-10-094-4/+52
* Tokenize: report accurate positions for more parsing errorsNick Mathewson2020-10-021-2/+18
* Netdoc: use a more bulletproof pattern to prevent infinite loopsNick Mathewson2020-10-021-0/+10
* More tests on parsing, plus remove dead code.Nick Mathewson2020-09-302-20/+56
* Start on some parser backend testsNick Mathewson2020-09-301-0/+77
* tokenize: accept base64 with funny linewraps.Nick Mathewson2020-09-301-3/+3
* More tests for tokenize.rs, with some bugfixesNick Mathewson2020-09-301-46/+184
* Start on some tests for parse::tokenize.rsNick Mathewson2020-09-292-2/+58
* Add tests for macros module in tor-netdoc.Nick Mathewson2020-09-291-4/+57
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-295-0/+1215