summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'prop360-combined' into 'main'Nick Mathewson2025-07-105-9/+177
|\
| * Suggestions from @gabi-250 on prop360 implementation.Nick Mathewson2025-07-101-2/+2
| * netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-101-2/+17
| * netdoc: Add note about prop360Nick Mathewson2025-07-101-0/+6
| * netdoc: Tread a few more kinds of errors as suspicious.Nick Mathewson2025-07-101-1/+6
| * hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-0/+22
| * netdoc: disallow extraneous space within final signature itemNick Mathewson2025-07-103-1/+51
| * 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
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
|/
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-149-40/+41
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-4/+0
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-134-10/+6
* Merge branch 'proto_enforce' into 'main'Nick Mathewson2025-04-223-24/+231
|\
| * netdoc: improve documentation for check_protocolsNick Mathewson2025-04-161-1/+7
| * protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
| * Fix a pair of documentation links.Nick Mathewson2025-04-161-2/+2
| * Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
| * Implement PartialEq for ProtoStatuses unconditionally.Nick Mathewson2025-04-161-4/+2
| * protover,netdoc: Implement serde for Protocols etc.Nick Mathewson2025-04-161-2/+36
| * netdoc: Put all ProtoStatuses into a single Arc<>d objectNick Mathewson2025-04-162-19/+55
| * netdoc: functionality for detecting missing subprotos.Nick Mathewson2025-04-161-2/+91
| * New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+41
* | tor-netdoc: Joined OnceLock import with other std::sync importshashcatHitman2025-04-171-2/+1
* | tor-netdoc: Replace OnceCell with OnceLockhashcatHitman2025-04-171-3/+3
|/
* tor-netdoc: use more idiomatic rustSteven Engler2025-04-031-2/+1
* tor-netdoc: fix `clippy::len_zero`Steven Engler2025-04-031-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-184-9/+9
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-2/+2
* Always use full path to rand::thread_rng().Nick Mathewson2025-03-181-2/+1
* Merge branch 'interface-abstraction-of-the-daleks' into 'main'Nick Mathewson2025-03-181-1/+0
|\
| * Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* | netdoc: Reject BOMs and NULs.Nick Mathewson2025-03-172-2/+55
* | netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-179-38/+40
|/
* Merge branch 'happy-families' into 'main'Nick Mathewson2025-02-254-6/+216
|\
| * netdoc: Add "family-cert" entries to routerdesc parserNick Mathewson2025-02-251-3/+79
| * netdoc: Add "family-ids" line to microdesc parserNick Mathewson2025-02-122-2/+56
| * netdoc: Type to represent a relay family idNick Mathewson2025-02-121-1/+81
* | tor-netdoc: Fix useless conversion warning.Gabriela Moldovan2025-02-241-1/+1
|/
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-256-17/+17
* tor-netdoc: Error on PowParams::V1 when hs-pow-v1 is disabled.Wesley Aptekar-Cassels2024-11-251-2/+11
* tor-netdoc: Don't include pow_params in HsDesc when feature is disabled.Wesley Aptekar-Cassels2024-11-252-7/+8
* tor-netdoc: Support writing pow-params line.Wesley Aptekar-Cassels2024-11-253-1/+110
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-252-7/+7
* tor-netdoc: add clippy allows and `#[non_exhaustive]`Steven Engler2024-11-201-0/+2