summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | proto: Fix docs post-renamingGabriela Moldovan2025-10-211-3/+3
| * | | | | proto: Avoid calling BackwardReactor "primary"Gabriela Moldovan2025-10-211-5/+1
| * | | | | proto: Replace select_biased! with PollAllGabriela Moldovan2025-10-211-32/+124
| * | | | | proto: Replace placeholder () with stream id and msgGabriela Moldovan2025-10-213-8/+16
| * | | | | proto: Replace inbound/outbound terminologyGabriela Moldovan2025-10-212-42/+42
| * | | | | proto: Write a debug log when the reactor startsGabriela Moldovan2025-10-211-2/+12
| * | | | | proto: Restrict the visibility of BackwardReactorGabriela Moldovan2025-10-211-3/+3
| * | | | | proto: Move BackwardReactor to its own moduleGabriela Moldovan2025-10-212-443/+466
| * | | | | proto: Add a constructor for BackwardReactorGabriela Moldovan2025-10-211-16/+54
| * | | | | proto: Remove no-longer needed Runtime argumentGabriela Moldovan2025-10-211-13/+5
| * | | | | proto: Replace RelayReactor type-alias with structGabriela Moldovan2025-10-211-23/+32
| * | | | | proto: Add spaces in docs to satisfy clippyGabriela Moldovan2025-10-211-3/+3
| * | | | | proto: Fix doc links post-refactoringGabriela Moldovan2025-10-212-3/+7
| * | | | | proto: Add a basic implementation for the relay reactor(s)Gabriela Moldovan2025-10-212-37/+695
| * | | | | proto: Remove explicit returns to appease clippyGabriela Moldovan2025-10-211-6/+5
| * | | | | proto: Boilerplate for control command handlingGabriela Moldovan2025-10-211-7/+29
| * | | | | proto: s/channel_id/circ_idGabriela Moldovan2025-10-211-1/+1
| * | | | | proto: Replace DynTimeProvider with RuntimeGabriela Moldovan2025-10-211-7/+9
| * | | | | proto: Require that chan_provider is SendGabriela Moldovan2025-10-211-2/+2
| * | | | | proto: Use a broadcast channel for the shutdown handleGabriela Moldovan2025-10-211-5/+6
| * | | | | proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)Gabriela Moldovan2025-10-215-5/+5
| * | | | | proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-218-11/+18
| * | | | | proto: remove extraneous blank lineGabriela Moldovan2025-10-211-1/+0
| * | | | | proto: Remove silly TODO about outgoing chan mgmtGabriela Moldovan2025-10-211-3/+1
| * | | | | proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-217-306/+328
| * | | | | proto: Move streammap out of the client module (fmt)Gabriela Moldovan2025-10-213-5/+3
| * | | | | proto: Add TODO about future code motionGabriela Moldovan2025-10-211-0/+4
| * | | | | proto: Move halfstream under streammapGabriela Moldovan2025-10-213-3/+4
| * | | | | proto: Move streammap out of the client moduleGabriela Moldovan2025-10-2110-13/+15
| * | | | | proto: Move dumb pipes to top-lvl stream module (fmt)Gabriela Moldovan2025-10-217-7/+7
| * | | | | proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-2110-9/+10
| * | | | | proto: Give the relay reactor a stream mapGabriela Moldovan2025-10-213-4/+12
| * | | | | proto: Rename RelayReactor to BackwardReactorGabriela Moldovan2025-10-211-5/+15
| | |/ / / | |/| | |
* | | | | Merge branch 'p2-lifetime' into 'main'David Goulet2025-10-213-59/+67
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-netdoc: Lifetime impls: reindentIan Jackson2025-10-211-37/+37
| * | | | tor-netdoc: derive NetdocParseableFields for LifetimeIan Jackson2025-10-211-0/+4
| * | | | tor-netdoc: parse2: Provide documentation for derived Accumulator typesIan Jackson2025-10-211-0/+3
| * | | | tor-netdoc: Lifetime: change type of fieldsIan Jackson2025-10-212-8/+8
| * | | | tor-netdoc: Lifetime: derive constructor and accessorsIan Jackson2025-10-211-20/+17
| * | | | tor-netdoc: Lifetime: Move some documentation to fieldsIan Jackson2025-10-211-10/+10
| * | | | tor-netdoc: Lifetime: Construct Lifetime struct earlierIan Jackson2025-10-211-6/+10
| |/ / /
* | | | Merge branch 'ci-specify-shellcheck-editorconfig-versions' into 'main'wesleyac2025-10-212-5/+17
|\ \ \ \ | |/ / / |/| | |
| * | | CI: Specify versions for shellcheck and editorconfig-checker.Wesley Aptekar-Cassels2025-10-162-5/+17
* | | | Merge branch 'relay-errors' into 'main'David Goulet2025-10-203-142/+34
|\ \ \ \
| * | | | arti-relay: refactor error handlingSteven Engler2025-10-203-142/+34
* | | | | Merge branch 'update-tasks-note' into 'main'David Goulet2025-10-201-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | doc: add note about relays enforcing proto recommendationsSteven Engler2025-10-201-0/+9
| | |_|/ | |/| |
* | | | Merge branch 'ticket_2210_squashed' into 'main'Nick Mathewson2025-10-201-2/+4
|\ \ \ \
| * | | | Use random_hostname() to pick an (E)SNINeel Chauhan2025-10-201-2/+4
| |/ / /
* | | | Merge branch 'ticket_2067' into 'main'Nick Mathewson2025-10-203-63/+60
|\ \ \ \ | |/ / / |/| | |