summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* tor-netdoc: Provide AuthCertConstructorIan Jackson2026-01-131-1/+0
* tor-netdoc: test2: implement encoding traits for all test typesIan Jackson2025-12-101-1/+1
* tor-netdoc: Break out netdoc_ordering_check into new derive_common.rsIan Jackson2025-12-101-0/+3
* tor-netdoc: Drop the allow(unused)Ian Jackson2025-12-101-1/+0
* tor-netdoc: Add imports to encode module, for new encode deriveIan Jackson2025-12-101-0/+2
* tor-netdoc: Move parse2/test.rs to test2.rsIan Jackson2025-11-241-0/+3
* tor-netdoc: Make much more of the encode module contents publicIan Jackson2025-11-181-1/+1
* tor-netdoc: Implement KeywordEncodable for &'static strIan Jackson2025-11-181-0/+6
* tor-netdoc: Split off Keyword::to_str into its own traitIan Jackson2025-11-181-0/+8
* tor-netdoc: Introduce "encode" feature for the like-named moduleIan Jackson2025-11-101-3/+3
* tor-netdoc: Rename the `build` module to `encode`Ian Jackson2025-11-101-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* tor-netdoc: Reference `build::ItemArgument` from `NoramlItemArgument` docIan Jackson2025-10-211-1/+2
* tor-netdoc: Introduce `NormalItemArgument` impl-enabler traitIan Jackson2025-10-081-0/+28
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* neteoc parse2: Import earlierIan Jackson2025-09-291-2/+3
* tor-netdoc: Introduce parse2, new parserIan Jackson2025-08-141-0/+5
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+41
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-241-1/+1
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-3/+3
* tor-netdoc: Provide new batching_split_beforeIan Jackson2023-02-101-0/+5
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Add missing docsrs attributeIan Jackson2023-01-241-0/+1
* netdoc-builder api: Move internal API into actual code fileIan Jackson2023-01-241-0/+5
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-51/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Merge branch 'doc-errors' into 'main'Nick Mathewson2022-02-151-1/+5
|\
| * Typo fix from@etaeta2022-02-151-1/+1