summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse
Commit message (Expand)AuthorAgeFilesLines
* 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: Add a blank line for reading clarityIan Jackson2025-11-181-0/+1
* tor-netdoc: Split off Keyword::to_str into its own trait (fmt)Ian Jackson2025-11-181-1/+3
* tor-netdoc: Split off Keyword::to_str into its own traitIan Jackson2025-11-182-6/+5
* tor-netdoc: Split off Keyword::to_str - prep code motionIan Jackson2025-11-181-8/+8
* tor-netdoc: Keyword: Say that to_str is the actual document keywordIan Jackson2025-11-181-2/+3
* 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-062-2/+2
* tor-netdoc: Abolish ParseRouterStatus and make several things not pubIan Jackson2025-08-263-7/+5
* 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: Removed dependency on `once_cell`hashcatHitman2025-06-142-4/+4
* 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-172-11/+12
* Fix incorrect doc comment.Wesley Aptekar-Cassels2024-10-091-1/+2
* Fix "clippy::manual-pattern-char-comparison" warning on nightlyNick Mathewson2024-07-281-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* netdoc: Remove an "unknown_lints" exception.Nick Mathewson2023-11-301-1/+0
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-102-0/+2
* netdoc: Rename parse_error_kind() to netdoc_error_kind().Gabriela Moldovan2023-05-112-4/+4
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-103-7/+7
* 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-152-11/+12
* 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: Have sectionrules.parse take I, not &mut IIan Jackson2023-02-151-2/+2
* 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
* netdoc: Require that unrecognized tokens be handled explicitly.Nick Mathewson2023-02-031-5/+29
* netdoc: Switch SectionRules building to use a Buidler pattern.Nick Mathewson2023-02-031-15/+29
* tor-netdoc: Suppress a cfg-dependent dead code warningIan Jackson2023-02-011-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-272-0/+2
* Elide a bunch of lifetimes.Nick Mathewson2023-01-272-6/+6
* 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