| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Give resolve_return_results options to control output_tree. | Nick Mathewson | 2026-05-27 | 3 | -15/+51 | |
| | * | | | | | | config: Add an `output_tree` to our resolver methods. | Nick Mathewson | 2026-05-27 | 1 | -5/+33 | |
| | * | | | | | | config: Add a dd(TorConfig) attribute to override apply_defaults(). | Nick Mathewson | 2026-05-27 | 1 | -1/+36 | |
| | * | | | | | | config: Add a method to fill in a builder with unset defaults | Nick Mathewson | 2026-05-27 | 12 | -1/+155 | |
| | * | | | | | | tor-basic-utils: Add an if_empty helper macro | Nick Mathewson | 2026-05-27 | 1 | -0/+16 | |
| | * | | | | | | config: Implement Builder for ListBuilders and MapBuilders. | Nick Mathewson | 2026-05-27 | 2 | -0/+15 | |
| | * | | | | | | dd(TorConfig): change the order of default vs magic | Nick Mathewson | 2026-05-27 | 2 | -23/+30 | |
| | * | | | | | | config: Fix documentation of ResolutionResults | Nick Mathewson | 2026-05-27 | 1 | -1/+1 | |
| | * | | | | | | tor-basic-utils: Correct documentation for macro_first_nonempty. | Nick Mathewson | 2026-05-27 | 1 | -5/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'rd-bandwidth' into 'main' | Ian Jackson | 2026-05-27 | 3 | -0/+29 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: Add bandwidth field to RouterDesc | Clara Engler | 2026-05-26 | 2 | -0/+9 | |
| | * | | | | | | tor-netdoc: Add Bandwidth struct | Clara Engler | 2026-05-26 | 2 | -0/+20 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'relay-clippy' into 'main' | Nick Mathewson | 2026-05-27 | 2 | -1/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-chanmgr: fix `unused_imports` warning | Steven Engler | 2026-05-27 | 1 | -1/+3 | |
| | * | | | | | | arti-relay: fix `unused_variables` warning | Steven Engler | 2026-05-27 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'doc-digest-reorg' into 'main' | Clara Engler | 2026-05-27 | 12 | -67/+178 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | tor-netdoc: Implement encoding for md rs digest | Ian Jackson | 2026-05-18 | 2 | -1/+14 | |
| | * | | | | | | tor-netdoc: Fix comment about from_unparsed | Ian Jackson | 2026-05-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: Tidy doc_digest_parse2_m into doc_digest_item_m | Ian Jackson | 2026-05-18 | 2 | -5/+5 | |
| | * | | | | | | tor-netdoc: rs referenced doc digests: Use FixedB64 (fmt) | Ian Jackson | 2026-05-18 | 1 | -2/+1 | |
| | * | | | | | | tor-netdoc: rs referenced doc digests: Use FixedB64 | Ian Jackson | 2026-05-18 | 7 | -43/+23 | |
| | * | | | | | | tor-netdoc: relay flags with: Use ns_type! rather than conditional import | Ian Jackson | 2026-05-18 | 1 | -4/+7 | |
| | * | | | | | | tor-netdoc: Fix comments in rs variety files | Ian Jackson | 2026-05-18 | 3 | -3/+3 | |
| | * | | | | | | tor-netdoc: Fix NotPresent to use same Each value | Ian Jackson | 2026-05-18 | 3 | -13/+93 | |
| | * | | | | | | tor-netdoc: Document that parse2 vs encode multiplicity match req't | Ian Jackson | 2026-05-18 | 3 | -4/+40 | |
| * | | | | | | | Merge branch 'relay-destroy' into 'main' | gabi-250 | 2026-05-26 | 3 | -31/+161 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | proto: Remove TODOs about flushing pending data | Gabriela Moldovan | 2026-05-26 | 2 | -8/+0 | |
| | * | | | | | | proto: Remove unused async | Gabriela Moldovan | 2026-05-20 | 1 | -3/+2 | |
| | * | | | | | | proto: Make TRUNCATE trigger a proto violation | Gabriela Moldovan | 2026-05-20 | 2 | -5/+25 | |
| | * | | | | | | proto: Add some tests for DESTROY handling | Gabriela Moldovan | 2026-05-20 | 1 | -1/+60 | |
| | * | | | | | | proto: Make do_create2_handshake() check EXTENDED2 was sent | Gabriela Moldovan | 2026-05-20 | 1 | -1/+19 | |
| | * | | | | | | proto: Extend helper to check that DESTROY was sent in both directions | Gabriela Moldovan | 2026-05-20 | 1 | -7/+21 | |
| | * | | | | | | proto: Rename a test helper and adjust its docs | Gabriela Moldovan | 2026-05-20 | 1 | -7/+6 | |
| | * | | | | | | proto: Return the CircId from test handshake helper | Gabriela Moldovan | 2026-05-20 | 1 | -2/+4 | |
| | * | | | | | | proto: Add test helper for sending AnyChanMsgs | Gabriela Moldovan | 2026-05-20 | 1 | -0/+5 | |
| | * | | | | | | proto: Add a comment clarifying why we don't need to propagate DESTROY | Gabriela Moldovan | 2026-05-20 | 1 | -0/+7 | |
| | * | | | | | | proto: Adjust DESTROY-related logs in the backward reactor | Gabriela Moldovan | 2026-05-20 | 1 | -2/+6 | |
| | * | | | | | | proto: Pass the cell by reference to resolve a warning | Gabriela Moldovan | 2026-05-20 | 1 | -3/+2 | |
| | * | | | | | | proto: Log a message when a forward DESTROY comes along | Gabriela Moldovan | 2026-05-20 | 1 | -3/+15 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'relay-crypto-reactor' into 'main' | David Goulet | 2026-05-26 | 5 | -315/+659 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | relay: Use futures::select instead of tokio | David Goulet | 2026-05-26 | 2 | -5/+5 | |
| | * | | | | | relay: Avoid using super::super:: and instead import | David Goulet | 2026-05-26 | 1 | -14/+14 | |
| | * | | | | | relay: Use a struct for key valid_until cache | David Goulet | 2026-05-26 | 2 | -88/+83 | |
| | * | | | | | relay: Rename crypto task reconcile() to recompute_valid_until() | David Goulet | 2026-05-26 | 2 | -9/+9 | |
| | * | | | | | relay: .expect() on mutex lock failure | David Goulet | 2026-05-26 | 2 | -26/+20 | |
| | * | | | | | relay: Small move of imports (fmt) | David Goulet | 2026-05-26 | 1 | -5/+5 | |
| | * | | | | | relay: Crypto task now listens for new consensus | David Goulet | 2026-05-26 | 3 | -42/+108 | |
| | * | | | | | relay: Add unit test for key view reconcile() | David Goulet | 2026-05-26 | 2 | -1/+152 | |
| | * | | | | | relay: Fix unit tests after crypto task rewrite | David Goulet | 2026-05-26 | 1 | -56/+21 | |
| | * | | | | | relay: Crypto task removal of get_ntor_keys() | David Goulet | 2026-05-26 | 2 | -48/+2 | |
