summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* | Even more clarifying comments.Nick Mathewson2023-02-073-8/+14
* | netdoc: Try to add a bunch of clarifying documentation.Nick Mathewson2023-02-075-28/+87
* | netdoc: Use Signature::from to construct ed25519 sigs.Nick Mathewson2023-02-072-5/+10
* | netdoc: Clear up a few typos in hsdesc comments and strings.Nick Mathewson2023-02-072-6/+6
* | netdoc: Implement onion service descriptor parsers.Nick Mathewson2023-02-072-45/+183
* | netdoc: Parse the inner layer of an onion service descriptor.Nick Mathewson2023-02-073-0/+353
* | netdoc: Add a workaround for C Tor's lack of mid-layer NLNick Mathewson2023-02-072-2/+6
* | netdoc: Parse the middle layer of a hsdesc, and decrypt it.Nick Mathewson2023-02-073-0/+259
* | netdoc: Use correct size for descriptor encryption cookieNick Mathewson2023-02-071-2/+2
* | netdoc: move test descriptor to a higher level test moduleNick Mathewson2023-02-072-6/+12
* | netdoc: implement onion service descryptor encryptionNick Mathewson2023-02-073-10/+227
* | netdoc: Parser for outer layer of onion service descriptors.Nick Mathewson2023-02-072-0/+255
* | netdoc: Add an example onion service descriptor to test our parsing.Nick Mathewson2023-02-071-0/+223
* | netdoc: Derive Debug and Clone on HsDesc and its kin.Nick Mathewson2023-02-071-0/+3
|/
* tor-netdoc: Suppress a cfg-dependent dead code warningIan Jackson2023-02-011-0/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-4/+4
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Use derive_more on SharedRandValNick Mathewson2023-01-281-13/+4
* Several suggestions on gitlab.Ian Jackson2023-01-282-3/+8
* netdoc: Add Eq and a note to SharedRandVal.Nick Mathewson2023-01-281-1/+3
* netdoc: Add SRV accessors.Nick Mathewson2023-01-281-2/+34
* netdoc: Add a timestamp to SRVs per prop#342.Nick Mathewson2023-01-282-7/+54
* netdoc: Add Iso8601 time _with_ a "T" as an argument type.Nick Mathewson2023-01-281-3/+30
* Fix typosDimitris Apostolou2023-01-281-2/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2718-0/+18
* Elide a bunch of lifetimes.Nick Mathewson2023-01-272-6/+6
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Add missing docsrs attributeIan Jackson2023-01-241-0/+1
* netdoc builder: Add two TODOs, prompted by testing experienceIan Jackson2023-01-241-0/+6
* netdoc builder test: Make a bigger dummy document and test reparsingIan Jackson2023-01-241-2/+26
* netdoc builder: Implement object() and add one test caseIan Jackson2023-01-242-2/+50
* netdoc-builder: Initial test case (no object yet)Ian Jackson2023-01-241-0/+47
* netdoc-builder: Provide new() methodIan Jackson2023-01-241-0/+7
* netdoc-builder: Implement ItemArgument for more needed typesIan Jackson2023-01-242-6/+45
* netdoc-builder: Remove some obsolete commentsIan Jackson2023-01-241-11/+0
* netdoc-builder: Move example into implementation doc commentIan Jackson2023-01-241-2/+16
* netdoc-builder: Implement most of the internal general doc builderIan Jackson2023-01-241-23/+83
* netdoc-builder api: Clarify docs for object()Ian Jackson2023-01-241-3/+8
* netdoc-builder api: Introduce ItemArgument traitIan Jackson2023-01-241-2/+32
* netdoc-builder api: Have .item() return ItemBuilderIan Jackson2023-01-241-1/+1
* netdoc-builder api: Abolish `K` generic on ItemEncoderIan Jackson2023-01-241-5/+7
* netdoc-builder api: Don't promise to check args_raw_string valueIan Jackson2023-01-241-3/+0
* netdoc-builder api: Make ItemEncoder methods consume and return selfIan Jackson2023-01-241-2/+13
* netdoc-builder api: Move internal API into actual code file (fmt)Ian Jackson2023-01-241-6/+7
* netdoc-builder api: Move internal API into actual code fileIan Jackson2023-01-242-0/+179
* 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
* tor-netdoc: Make AuthCertKwd pub(crate)Ian Jackson2023-01-241-1/+1
* Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0