summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'relay-or-config' into 'main'opara2025-12-092-4/+65
|\
| * arti-relay: advertise config fields are now listsSteven Engler2025-12-092-4/+65
* | tor-config: Make derive(Flattenable) use $crate.Nick Mathewson2025-12-091-4/+3
* | Revert "tor-config: Code to serialize Option<Option<Duration>> via humantime"Nick Mathewson2025-12-093-28/+0
* | Demonstration: convert tor-circmgr to use derive_deftly(TorConfig)Nick Mathewson2025-12-091-98/+32
* | tor-config: new derive_deftly(TorConfig) template.Nick Mathewson2025-12-093-0/+3042
* | tor-config: New Buildable trait.Nick Mathewson2025-12-091-2/+18
* | tor-config: Helper types for setters to take as argumentsNick Mathewson2025-12-092-0/+135
* | tor-config: Code to serialize Option<Option<Duration>> via humantimeNick Mathewson2025-12-093-0/+28
* | tor_config: Make ListBuilders implement ExtendBuilder.Nick Mathewson2025-12-091-0/+11
* | tor-config: Give Flattenable template a location.Nick Mathewson2025-12-091-0/+1
* | tor-config: Allow Flattenable to apply to types with generics.Nick Mathewson2025-12-091-1/+2
* | map_builder: Alternative syntax for use by derive(TorConfig)Nick Mathewson2025-12-091-5/+51
* | extend_builder: Implement ExtendBuilder for HashMap.Nick Mathewson2025-12-091-1/+17
* | tor-config: missing #[allow(dead_code)] in derive_list_builder_helperNick Mathewson2025-12-091-0/+1
* | tor-config: missing $crate in derive_list_builder_helperNick Mathewson2025-12-091-1/+1
* | tor-config: obviate need for Educe in derive_list_builder_helperNick Mathewson2025-12-091-2/+11
* | Merge branch 'fix-relay-compile' into 'main'David Goulet2025-12-095-9/+14
|\ \
| * | proto: Remove outdated TODO about add_ent_with_id()Gabriela Moldovan2025-12-081-3/+0
| * | proto: Fix relay/hs-service feature gating (fmt)Gabriela Moldovan2025-12-081-1/+1
| * | proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-085-6/+14
* | | tor-memquota: fix builds for 32-bit platformsYaksh Bariya2025-12-091-4/+10
| |/ |/|
* | Merge branch 'ticket1223' into 'main'Nick Mathewson2025-12-048-128/+128
|\ \
| * | Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-048-128/+128
* | | Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-0430-76/+0
* | | Merge branch 'netdoc-authcert' into 'main'Clara Engler2025-12-0413-2/+1011
|\ \ \ | |_|/ |/| |
| * | tor-netdoc: Implement new authority certificatesClara Engler2025-12-0412-1/+1010
| * | tor-netdoc: Implement (Partial)Eq for VerifyFailedClara Engler2025-12-041-1/+1
* | | Merge branch 'bump-criterion' into 'main'Ian Jackson2025-12-041-2/+2
|\ \ \ | |/ / |/| |
| * | proto: Bump criterion, criterion-cycles-per-byte to 0.8.0Gabriela Moldovan2025-12-041-2/+2
| |/
* | Merge branch 'protover_refactor' into 'main'Nick Mathewson2025-12-0419-106/+135
|\ \
| * | protover: document interning in Protocols docs.Nick Mathewson2025-12-041-0/+8
| * | proto: Add comment about create_firsthop_fastNick Mathewson2025-12-031-1/+2
| * | linkspec: Remove comment about expense of cloning protocols.Nick Mathewson2025-12-031-2/+0
| * | netdoc: Remove protocol interning.Nick Mathewson2025-12-038-70/+48
| * | protover: Intern ProtocolsInner.Nick Mathewson2025-12-032-1/+11
| * | protover: Make Protocols become an Arc internally.Nick Mathewson2025-12-031-25/+42
| * | Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-039-9/+17
| * | tor_netdoc::intern: Note a future possible cleanup.Nick Mathewson2025-12-031-0/+2
| * | protover: Document un-recommended usage of Protocols::new()Nick Mathewson2025-12-031-0/+7
| |/
* | Merge branch 'n_authorities_usize' into 'main'Ian Jackson2025-12-043-7/+6
|\ \
| * | tor-netdoc: Remove unnecessary castsClara Engler2025-12-042-2/+2
| * | tor-netdoc: Store n_authorities in usizeClara Engler2025-12-023-5/+4
* | | tor-netdoc: Provide ItemEncoder::finishIan Jackson2025-12-041-0/+5
* | | tor-netdoc: Improve and expose args_raw_stringIan Jackson2025-12-042-3/+2
* | | tor-netdoc: test2: Don't ever have raw String in defaulted argumentsIan Jackson2025-12-041-9/+9
* | | tor-netdoc: Better error from empty argument (fmt)Ian Jackson2025-12-041-1/+4
* | | tor-netdoc: Better error from empty argumentIan Jackson2025-12-041-1/+1
* | | tor-netdoc: Throw rather than squirreling error from NormalItemArgumentIan Jackson2025-12-041-3/+1
* | | tor-netdoc: Explain some downsides to use of ItemEncoder::argIan Jackson2025-12-041-0/+3