summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-broken-doc-links' into 'main'Nick Mathewson2023-03-302-5/+5
|\
| * Fix broken doc link.Gabriela Moldovan2023-03-272-5/+5
* | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
* | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
* | Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-272-25/+37
|/
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-244-100/+95
* Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-246-66/+21
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-242-21/+55
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-243-17/+19
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-2411-40/+1263
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
* Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
* Turn two blocking TODOs in hsdesc into "TODO HS"Ian Jackson2023-03-212-2/+2
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-0/+1
* Fix typosDimitris Apostolou2023-03-031-1/+1
* tor-netdoc: Clarify that we must indeed check cert expiration.Nick Mathewson2023-03-011-3/+1
* tor-netdoc: Validate inner certs in HsDescNick Mathewson2023-03-013-82/+199
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-283-5/+5
* Apply a missing cfg_attr(docsrs...) in netdocNick Mathewson2023-02-211-0/+1
* Merge branch 'unparsed_linkspec' into 'main'Ian Jackson2023-02-211-9/+2
|\
| * tor-netdoc: Use UnparsedLinkSpec in IntroPointDesc.Nick Mathewson2023-02-171-9/+2
* | netdoc: Remove a TODO hs comment.Nick Mathewson2023-02-171-1/+0
|/
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-1712-233/+116
|\
| * tor-netdoc: Fix doc comment following removal of PauseAtIan Jackson2023-02-161-3/+6
| * tor-netdoc: Run rustfmt (separately from the refactoring)Ian Jackson2023-02-152-5/+3
| * 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-159-35/+32
| * 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: move PeekableIterator to util.rsIan Jackson2023-02-152-24/+36
| * tor-netdoc: Delete now-unused PauseAt typeIan Jackson2023-02-151-149/+0
| * tor-netdoc: Use itertools to implement NetDocReader::pause_atIan Jackson2023-02-151-7/+11
| * tor-netdoc: Replace use of PauseAt::new_pred()Ian Jackson2023-02-152-9/+10
| * 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
* | Expire routerdescs as soon as any of their expiries expireIan Jackson2023-02-151-1/+1
|/
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-144-0/+10
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-136-88/+488
|\
| * batching_split_before: Whitespace error fixIan Jackson2023-02-131-1/+1
| * batching_split_before: Better xref for doc hiddenIan Jackson2023-02-131-0/+7
| * batching_split_before: Clarify API sequential restrictionIan Jackson2023-02-131-4/+4
| * batching_split_before: Fix and clarify Batches/LendingIterator docIan Jackson2023-02-131-2/+4
| * batching_split_before: Introduce unit token typesIan Jackson2023-02-131-4/+18
| * batching_split_before: Expand on the remaining use of "meta-iterator"Ian Jackson2023-02-131-1/+2
| * batching_split_before: Fix link to BatchesWithHeader::subsequentIan Jackson2023-02-131-1/+1
| * batching_split_before: Provide description for BatchesWithHeaderIan Jackson2023-02-131-0/+10
| * batching_split_before: Document generics on our non-private typesIan Jackson2023-02-131-0/+9
| * batching_split_before: Rename "prefix" to "header"Ian Jackson2023-02-132-24/+24