aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-cert: Derive Eq on CertifiedKeyClara Engler2026-05-261-2/+2
* | | | | Merge branch 'ns-parts' into 'main'Ian Jackson2026-05-2718-142/+422
|\ \ \ \ \
| * | | | | tor-netdoc: Restore one-line formatting of use lineIan Jackson2026-05-271-5/+1
| * | | | | tor-netdoc: Properly replace parse2::lex::NoFurtherArgumentsIan Jackson2026-05-273-18/+6
| * | | | | tor-netdoc: Remove duplicate semver entryIan Jackson2026-05-271-1/+0
| * | | | | tor-netdoc: Add some TODOsIan Jackson2026-05-271-0/+2
| * | | | | tor-netdoc: Rename FixedString to ConstantStringIan Jackson2026-05-275-34/+34
| * | | | | tor-netdoc: Apply deferred rustfmt import churnIan Jackson2026-05-272-3/+5
| * | | | | tor-netdoc: introduce VoteStatusConsensus and VoteStatusVoteIan Jackson2026-05-273-36/+16
| * | | | | tor-netdoc: NetworkStatusVersionItem, replacing poc's tupleIan Jackson2026-05-273-7/+34
| * | | | | tor-netdoc: VarietyKeyword, replacing poc's flavour typeIan Jackson2026-05-274-27/+76
| * | | | | tor-netdoc: Promote/adjust poc's NetworkStatusSignaturesIan Jackson2026-05-272-10/+17
| * | | | | tor-netdoc: Provide NoMoreArguments markerIan Jackson2026-05-273-2/+32
| * | | | | tor-netdoc: use DirectorySignaturesHashesAccu in SignatureGroupIan Jackson2026-05-274-9/+18
| * | | | | tor-netdoc: Make fields of DirectorySignaturesHashesAccu publicIan Jackson2026-05-272-2/+5
| * | | | | tor-netdoc: SignatureGroup: add some notes to the docsIan Jackson2026-05-271-0/+4
| * | | | | tor-netdoc: Replace poc's NddDirectoryFooter with new FooterIan Jackson2026-05-274-10/+30
| * | | | | tor-netdoc: ConsensusFooterFields: Constructor, parse, encodeIan Jackson2026-05-273-3/+14
| * | | | | tor-netdoc: ConsensusFooterFields: Tidy docsIan Jackson2026-05-271-4/+4
| * | | | | tor-netdoc: ConsensusFooterFields: Rename weights field to bandwidth_weightsIan Jackson2026-05-274-6/+7
| * | | | | tor-netdoc: Rename Footer to ConsensusFooterFieldsIan Jackson2026-05-275-11/+14
| * | | | | tor-netdoc: NetworkStatusVersion, replacing poc's with FixedStringIan Jackson2026-05-273-11/+15
| * | | | | tor-netdoc: Provide FixedString and defined_fixed_stringIan Jackson2026-05-273-1/+146
* | | | | | Merge branch 'client_typestate' into 'main'Nick Mathewson2026-05-276-226/+478
|\ \ \ \ \ \
| * | | | | | Apply 2 suggestion(s) to 1 file(s)Nick Mathewson2026-05-271-2/+2
| * | | | | | client: Have launch_onion_service instantiate RunningInner as needed.Nick Mathewson2026-05-261-4/+28
| * | | | | | client: RunningInner::reconfigure: refactor running → selfNick Mathewson2026-05-262-43/+81
| * | | | | | 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