summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | client: Move dirmgr_store back into ClientShared.Nick Mathewson2026-05-261-9/+10
| * | | | | client: Fold wait_for_bootstrap{,_running} into a single method.Nick Mathewson2026-05-261-20/+14
| * | | | | client: change remaining wait_for_bootstrap user.Nick Mathewson2026-05-261-5/+6
| * | | | | client: Defer creation of most structures until bootstrap.Nick Mathewson2026-05-262-127/+226
| * | | | | client: Rename create_inner to create_implNick Mathewson2026-05-262-2/+2
| * | | | | client: move bootstrap lock to the head of bootstrap_inner.Nick Mathewson2026-05-261-5/+5
| * | | | | client: Factor out the "running a client" code into an inner typestateNick Mathewson2026-05-264-87/+182
| * | | | | client: rename ClientInner → ClientShared.Nick Mathewson2026-05-261-5/+5
* | | | | | Merge branch 'rpc_config_part1_v3' into 'main'Nick Mathewson2026-05-2715-65/+364
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | config: Simplify ConfigurationTree::merge_from to take &mut self.Nick Mathewson2026-05-272-8/+9
| * | | | | Apply 3 suggestion(s) to 2 file(s)Nick Mathewson2026-05-272-3/+3
| * | | | | config: Update doctests to use Deftly, and to passNick Mathewson2026-05-273-16/+24
| * | | | | Give resolve_return_results options to control output_tree.Nick Mathewson2026-05-273-15/+51
| * | | | | config: Add an `output_tree` to our resolver methods.Nick Mathewson2026-05-271-5/+33
| * | | | | config: Add a dd(TorConfig) attribute to override apply_defaults().Nick Mathewson2026-05-271-1/+36
| * | | | | config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-2711-1/+154
| * | | | | tor-basic-utils: Add an if_empty helper macroNick Mathewson2026-05-271-0/+16
| * | | | | config: Implement Builder for ListBuilders and MapBuilders.Nick Mathewson2026-05-272-0/+15
| * | | | | dd(TorConfig): change the order of default vs magicNick Mathewson2026-05-272-23/+30
| * | | | | config: Fix documentation of ResolutionResultsNick Mathewson2026-05-271-1/+1
| * | | | | tor-basic-utils: Correct documentation for macro_first_nonempty.Nick Mathewson2026-05-271-5/+5
| |/ / / /
* | | | | Merge branch 'rd-bandwidth' into 'main'Ian Jackson2026-05-273-0/+29
|\ \ \ \ \
| * | | | | tor-netdoc: Add bandwidth field to RouterDescClara Engler2026-05-262-0/+9
| * | | | | tor-netdoc: Add Bandwidth structClara Engler2026-05-262-0/+20
| | |/ / / | |/| | |
* | | | | Merge branch 'relay-clippy' into 'main'Nick Mathewson2026-05-272-1/+4
|\ \ \ \ \
| * | | | | tor-chanmgr: fix `unused_imports` warningSteven Engler2026-05-271-1/+3
| * | | | | arti-relay: fix `unused_variables` warningSteven Engler2026-05-271-0/+1
* | | | | | Merge branch 'doc-digest-reorg' into 'main'Clara Engler2026-05-2712-67/+178
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-netdoc: Implement encoding for md rs digestIan Jackson2026-05-182-1/+14
| * | | | | tor-netdoc: Fix comment about from_unparsedIan Jackson2026-05-181-1/+1
| * | | | | tor-netdoc: Tidy doc_digest_parse2_m into doc_digest_item_mIan Jackson2026-05-182-5/+5
| * | | | | tor-netdoc: rs referenced doc digests: Use FixedB64 (fmt)Ian Jackson2026-05-181-2/+1
| * | | | | tor-netdoc: rs referenced doc digests: Use FixedB64Ian Jackson2026-05-187-43/+23
| * | | | | tor-netdoc: relay flags with: Use ns_type! rather than conditional importIan Jackson2026-05-181-4/+7
| * | | | | tor-netdoc: Fix comments in rs variety filesIan Jackson2026-05-183-3/+3
| * | | | | tor-netdoc: Fix NotPresent to use same Each valueIan Jackson2026-05-183-13/+93
| * | | | | tor-netdoc: Document that parse2 vs encode multiplicity match req'tIan Jackson2026-05-183-4/+40
* | | | | | Merge branch 'relay-destroy' into 'main'gabi-2502026-05-263-31/+161
|\ \ \ \ \ \
| * | | | | | proto: Remove TODOs about flushing pending dataGabriela Moldovan2026-05-262-8/+0
| * | | | | | proto: Remove unused asyncGabriela Moldovan2026-05-201-3/+2
| * | | | | | proto: Make TRUNCATE trigger a proto violationGabriela Moldovan2026-05-202-5/+25
| * | | | | | proto: Add some tests for DESTROY handlingGabriela Moldovan2026-05-201-1/+60
| * | | | | | proto: Make do_create2_handshake() check EXTENDED2 was sentGabriela Moldovan2026-05-201-1/+19
| * | | | | | proto: Extend helper to check that DESTROY was sent in both directionsGabriela Moldovan2026-05-201-7/+21
| * | | | | | proto: Rename a test helper and adjust its docsGabriela Moldovan2026-05-201-7/+6
| * | | | | | proto: Return the CircId from test handshake helperGabriela Moldovan2026-05-201-2/+4
| * | | | | | proto: Add test helper for sending AnyChanMsgsGabriela Moldovan2026-05-201-0/+5
| * | | | | | proto: Add a comment clarifying why we don't need to propagate DESTROYGabriela Moldovan2026-05-201-0/+7
| * | | | | | proto: Adjust DESTROY-related logs in the backward reactorGabriela Moldovan2026-05-201-2/+6
| * | | | | | proto: Pass the cell by reference to resolve a warningGabriela Moldovan2026-05-201-3/+2