summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse/tokenize.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Expose MaybeItem::pos pub(crate)Ian Jackson2026-06-111-1/+1
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+5
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-netdoc: Un-gate "routerdesc" cargo featureIan Jackson2026-04-281-2/+0
* tor-netdoc: Un-gate BASE64_PEM_MAX_LINEIan Jackson2026-04-231-1/+0
* tor-netdoc: Introduce "encode" feature for the like-named moduleIan Jackson2025-11-101-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-netdoc: Expose base64_decode_multiline to crateIan Jackson2025-08-141-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-5/+1
* Update code for Edition 2024Nick Mathewson2025-08-071-2/+6
* netdoc: disallow extraneous space within final signature itemNick Mathewson2025-07-101-0/+9
* netdoc: Fix Item::end_pos() behavior, and add tests.Nick Mathewson2025-07-101-6/+30
* Add test to enforce parser behavior wrt start-of-line space.Nick Mathewson2025-07-101-0/+46
* tor-netdoc: use more idiomatic rustSteven Engler2025-04-031-2/+1
* tor-netdoc: fix `clippy::len_zero`Steven Engler2025-04-031-1/+1
* netdoc: Reject BOMs and NULs.Nick Mathewson2025-03-171-2/+49
* netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-171-9/+10
* Fix "clippy::manual-pattern-char-comparison" warning on nightlyNick Mathewson2024-07-281-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* netdoc: Rename parse_error_kind() to netdoc_error_kind().Gabriela Moldovan2023-05-111-2/+2
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-4/+4
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-1/+1
* tor-netdoc: Run rustfmt (separately from the refactoring)Ian Jackson2023-02-151-3/+1
* tor-netdoc: Abolish NetDocReader::iter and into_iterIan Jackson2023-02-151-13/+0
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-7/+8
* tor-netdoc: Use impl Iterator for NetdocReader in .pause_atIan Jackson2023-02-151-2/+2
* tor-netdoc: impl Iterator etc. for NetdocReaderIan Jackson2023-02-151-0/+29
* tor-netdoc: Use itertools to implement NetDocReader::pause_atIan Jackson2023-02-151-7/+11
* tor-netdoc: Import Peekable rather than referring to it by pathIan Jackson2023-02-151-3/+4
* tor-netdoc: Use batching iterator in authcert.rsIan Jackson2023-02-101-1/+1
* tor-netdoc: Provide NetDocReader::into_iterIan Jackson2023-02-101-0/+7
* tor-netdoc: Suppress a cfg-dependent dead code warningIan Jackson2023-02-011-0/+1
* 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