aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-233-4/+4
* tor-checkable: TimeBound: Make dangerously_into_parts return TimeRangeIan Jackson2026-07-231-1/+2
* tor-checkable: TimeRangeBound: Rename bounds to bounds_start_endIan Jackson2026-07-231-1/+1
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-164-12/+12
* Use new TimeBound name throughout the treeIan Jackson2026-07-164-5/+5
* Merge branch 'upgrade-cipher' into 'main'gabi-2502026-07-131-1/+1
|\
| * Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-131-1/+1
* | Change HS descriptor sendme_inc into a NonZeroU8Nick Mathewson2026-07-021-2/+3
* | netdoc: Add new capability negotiation pieces to hsdesc.Nick Mathewson2026-07-023-0/+152
|/
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-098-0/+8
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-125-18/+16
* tor-netdoc: Un-gate every cfg feature = "hsdesc-inner-docs"Ian Jackson2026-04-303-14/+7
* tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-292-3/+3
* tor-netdoc: encoder: Rename .object() method to .object_bytesIan Jackson2026-03-313-5/+5
* tor-netdoc: Port to web-time-compatNick Mathewson2026-03-261-1/+2
* netdoc: Add missing docs for encode_pow_params()Gabriela Moldovan2025-12-011-0/+1
* netdoc: allow unstable_name_collisions lint for exactly_one()Gabriela Moldovan2025-12-011-0/+5
* tor-netdoc: Rename ItemArgument method to write_arg_ontoIan Jackson2025-11-261-3/+3
* Merge branch 'bug2172' into 'main'Nick Mathewson2025-11-241-1/+1
|\
| * tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* | tor-netdoc: Split off Keyword::to_str into its own traitIan Jackson2025-11-181-2/+2
* | Apply deferred rustfmt churnIan Jackson2025-11-103-4/+4
* | tor-netdoc: Rename the `build` module to `encode`Ian Jackson2025-11-103-4/+4
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-068-8/+8
|/
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0710-33/+39
* 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: disallow extraneous space within final signature itemNick Mathewson2025-07-101-1/+39
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-143-7/+7
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-133-5/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-8/+8
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* 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: Make some parsing init functions fallible.Nick Mathewson2025-03-173-3/+3
|/
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-255-15/+15
* 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-252-0/+91
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-3/+2
* tor-netdoc: add clippy allows and `#[non_exhaustive]`Steven Engler2024-11-201-0/+2
* Add a little test coverage for pow-params parsing.Wesley Aptekar-Cassels2024-10-091-0/+108
* hs-pow inner desc: broaden pow-params rule, disallow object for v1.Wesley Aptekar-Cassels2024-10-092-3/+8
* hs-pow: inner doc test using canned data from C tor.Wesley Aptekar-Cassels2024-10-091-4/+39
* hs-pow: Explain what the v1 scheme refers to, in PowParams.Wesley Aptekar-Cassels2024-10-091-0/+7
* hs-pow: Change rule to require pow_params type parameter.Wesley Aptekar-Cassels2024-10-091-1/+1
* hs-pow: Use TimerangeBound for puzzle parameters.Wesley Aptekar-Cassels2024-10-091-9/+9
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-094-26/+44