summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-netdoc: Reference `build::ItemArgument` from `NoramlItemArgument` docIan Jackson2025-10-211-1/+2
| * | | | tor-netdoc: NetdocParseable derive: use more explicit syntaxIan Jackson2025-10-211-1/+1
| * | | | tor-netdoc: parse2: Don't declare internal error on subdoc intro itemsIan Jackson2025-10-211-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'msrv-1-86-0' into 'main'David Goulet2025-10-2166-66/+66
|\ \ \ \
| * | | | Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-2166-66/+66
| |/ / /
* | | | Merge branch 'p2-blanket-arc' into 'main'David Goulet2025-10-212-7/+30
|\ \ \ \
| * | | | tor-netdoc: blanket impl parse2 traits for ArcIan Jackson2025-10-212-7/+30
| |/ / /
* | | | Merge branch 'relay-reactor-fun-2' into 'main'gabi-2502025-10-2120-499/+1472
|\ \ \ \ | |_|/ / |/| | |
| * | | proto: Fix broken doc linksGabriela Moldovan2025-10-211-2/+3
| * | | proto: Prioritize shutdown over everything elseGabriela Moldovan2025-10-211-8/+8
| * | | proto: Ensure RelayReactor shuts down the other reactorsGabriela Moldovan2025-10-213-21/+48
| * | | proto: Add TODO about moving control message handling to RelayReactorGabriela Moldovan2025-10-211-0/+3
| * | | proto: Use select not joinGabriela Moldovan2025-10-211-4/+5
| * | | proto: Emphasize that we think 2 reactors are better for perfGabriela Moldovan2025-10-211-4/+8
| * | | proto: Add a TODO about splitting out fields out of BackwardReactorGabriela Moldovan2025-10-211-0/+9
| * | | proto: Move StreamMap split closer to cell_tx docsGabriela Moldovan2025-10-211-3/+5
| * | | proto: s/inbound_rx/input for consistency with other reactorsGabriela Moldovan2025-10-211-2/+2
| * | | proto: Move channel provider to ForwardReactorGabriela Moldovan2025-10-213-18/+18
| * | | proto: Remove no longer needed MutexGabriela Moldovan2025-10-211-7/+5
| * | | proto: Remove stray words from docsGabriela Moldovan2025-10-211-1/+1
| * | | proto: Disambiguate "channel" and "stream"Gabriela Moldovan2025-10-213-52/+52
| * | | proto: Say why there are two reactors instead of just oneGabriela Moldovan2025-10-211-0/+23
| * | | proto: Clarify why we may need to forward cells to BackwardReactorGabriela Moldovan2025-10-211-2/+3
| * | | 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