summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/middle.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-141-2/+2
* netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-171-1/+1
* tor-netdoc: Wrap some too-long comments and docs.Gabriela Moldovan2024-10-031-1/+2
* tor-netdoc: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-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
* Merge branch 'explain_952_fix' into 'main'Nick Mathewson2023-07-111-0/+3
|\
| * Explain the code for the #952 fix.Nick Mathewson2023-07-101-0/+3
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
|/
* be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6
* netdoc: replace a test TODO with a reference to other testsNick Mathewson2023-06-261-1/+8
* netdoc: fill in some test dataNick Mathewson2023-06-231-4/+6
* netdoc: Introduce HsDescErrorNick Mathewson2023-06-221-3/+10
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-161-1/+1
* netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-161-6/+3
* netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPENick Mathewson2023-06-161-2/+3
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-2/+2
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-051-1/+1
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-311-33/+10
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-7/+10
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-241-6/+9
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-2/+1
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-141-0/+3
* Rename DescEncNonce => HsDescEncNonceNick Mathewson2023-02-091-2/+2
* netdoc: Fix most "TODO HS rename" commentsNick Mathewson2023-02-081-3/+5
* netdoc::hsdesc: Distinguish layer from document.Nick Mathewson2023-02-081-13/+13
* netdoc::hsdesc: Rename "layer" modules.Nick Mathewson2023-02-081-0/+289