summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse/tokenize.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* netdoc builder: Implement object() and add one test caseIan Jackson2023-01-241-1/+0
* tor-netdoc: tokenize: Provide BASE64_PEM_MAX_LINEIan Jackson2023-01-241-0/+3
* tor-netdoc: tokenize: Rename to tag_keywords_ok, document, exposeIan Jackson2023-01-241-3/+3
* tor-netdoc: tokenize: crate-Expose object::BEGIN_STR etc.Ian Jackson2023-01-241-6/+11
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+8
* Fix a couple of rustdoc issues.Nick Mathewson2022-11-181-2/+2
* Resolve a dead-code warning.Nick Mathewson2022-11-151-0/+1
* netdoc: Allow empty lines at the end of a router descriptor.Nick Mathewson2022-11-151-0/+24
* tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-151-1/+4
* Fix some rustdoc errors.Nick Mathewson2022-10-131-2/+2
* Replace `base64` crate with `base64ct` crateArturo Marquez2022-06-211-3/+3
* netdoc: remove an unused method.Nick Mathewson2022-06-071-12/+0
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-32/+40
* clippy: Suppress a warningIan Jackson2022-01-191-0/+3
* Change an UTF-8 XXX to a TODO.Nick Mathewson2021-12-201-1/+2
* address lint warningsDaniel Eades2021-12-091-8/+8
* fix nightly clippy errorsTrinity Pointard2021-12-091-4/+3
* tor-netdoc: Put the "routerdesc" document type behind a feature.Nick Mathewson2021-11-121-0/+1
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-081-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+876