summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | proto: Deduplicate msg_streamid()Gabriela Moldovan2025-11-243-40/+22
| * | | | proto: Remove crate-level STREAM_READER_BUFFER reexportGabriela Moldovan2025-11-242-3/+2
| * | | | proto: Move a couple of stream-related constants to stream mod (fmt)Gabriela Moldovan2025-11-244-7/+5
| * | | | proto: Move a couple of stream-related constants to stream modGabriela Moldovan2025-11-247-25/+20
| * | | | proto: Start handling incoming stream requestsGabriela Moldovan2025-11-243-28/+666
| * | | | proto: Pass all the padding-related objects to the relay reactorsGabriela Moldovan2025-11-243-2/+24
| * | | | proto: Make send_msg_to_client() take an AnyRelayMsgOuterGabriela Moldovan2025-11-241-4/+5
| * | | | proto: Add a Tunnel::Relay variant for StreamTargetGabriela Moldovan2025-11-243-10/+114
| * | | | proto: Add WIP constructor for relay sync viewGabriela Moldovan2025-11-241-0/+6
| * | | | proto: Move StreamComponents to top-level stream modGabriela Moldovan2025-11-243-22/+24
| * | | | proto: Move raw under top-level stream modGabriela Moldovan2025-11-243-7/+3
| * | | | proto: Move StreamTarget to stream moduleGabriela Moldovan2025-11-244-163/+177
| * | | | proto: Make StreamTarget take a generic TunnelGabriela Moldovan2025-11-241-42/+90
| * | | | proto: Make the hop in StreamTarget optionalGabriela Moldovan2025-11-241-6/+6
| * | | | proto: Add an IncomingStreamConfig to pass to the reactorGabriela Moldovan2025-11-241-2/+12
| * | | | proto: Rework relay reactor error handlingGabriela Moldovan2025-11-241-8/+15
| * | | | proto: Rename RelayReactor to ReactorGabriela Moldovan2025-11-243-12/+12
| * | | | proto: Give RelayCirc a DynTimeProviderGabriela Moldovan2025-11-242-1/+7
| * | | | proto: Move StreamReqInfo to stream moduleGabriela Moldovan2025-11-243-55/+60
| * | | | proto: Make the hop in StreamReqInfo optionalGabriela Moldovan2025-11-243-6/+3
| * | | | proto: Move IncomingStream* types to shared moduleGabriela Moldovan2025-11-243-305/+300
| * | | | proto: Make the forward -> backward reactor chan boundedGabriela Moldovan2025-11-243-5/+12
| * | | | proto: Let cell_rx carry more than just stream dataGabriela Moldovan2025-11-242-21/+46
| * | | | proto: Give RelayReactor and BackwardReactor a RuntimeGabriela Moldovan2025-11-242-3/+17
| * | | | proto: Don't poll PollAll unless we can write to chanGabriela Moldovan2025-11-241-14/+9
| * | | | proto: Use CircuitCellSender in the backward reactorGabriela Moldovan2025-11-241-8/+14
| * | | | proto: Return early if the cell is unrecognizedGabriela Moldovan2025-11-241-11/+11
* | | | | Merge branch 'p2-item-rest-with' into 'main'Ian Jackson2025-12-023-10/+16
|\ \ \ \ \
| * | | | | parse2: ItemValueParseable, netdoc(object, rest): docs: state signatureIan Jackson2025-12-021-1/+3
| * | | | | parse2: ItemValueParseable, netdoc(object, rest): docs: clarify errorsIan Jackson2025-12-021-1/+1
| * | | | | parse2: ItemValueParseable, netdoc(object, rest): docs: fix typoIan Jackson2025-12-021-1/+1
| * | | | | parse2: ItemValueParseable, netdoc(rest, with): reworkIan Jackson2025-12-023-7/+11
| * | | | | parse2: ItemValueParseable, netdoc(rest): docs: clarify behaviourIan Jackson2025-12-021-1/+1
* | | | | | Added `staticlib` crate-type to arti-rpc-client-core which is needed for iOS.Benjamin Erhart2025-12-021-1/+1
|/ / / / /
* | | | | Merge branch 'rm-semver' into 'main'Alexander Hansen Færøy2025-12-027-22/+0
|\ \ \ \ \
| * | | | | Remove semver.md files post-releaseGabriela Moldovan2025-12-027-22/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cargo-updates' into 'main'Alexander Hansen Færøy2025-12-021-1/+1
|\ \ \ \ \
| * | | | | Revert "release: Bump criterion to 0.8.0"Gabriela Moldovan2025-12-021-1/+1
| * | | | | release: Bump criterion to 0.8.0Gabriela Moldovan2025-12-021-1/+1
| * | | | | release: Bump metrics-exporter-prometheus to 0.18.0Gabriela Moldovan2025-12-021-1/+1
| |/ / / /
* | | | | Merge branch 'listen' into 'main'opara2025-12-024-114/+315
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-config: improve comments about adding functionalitySteven Engler2025-12-021-5/+7
| * | | | tor-config: add more comments to `ListenItem`Steven Engler2025-12-021-1/+10
| * | | | tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`Steven Engler2025-12-024-4/+13
| * | | | tor-config: add new `CustomizableListen`Steven Engler2025-12-021-101/+193
| * | | | tor-config: fix some localhost vs loopback names/commentsSteven Engler2025-11-141-4/+5
| * | | | tor-config: made `InvalidListen` privateSteven Engler2025-11-142-1/+2
| * | | | tor-config: simplify a match statementSteven Engler2025-11-141-8/+4
| * | | | tor-config: add serde error messages to `ListenSerde` and `ListenItemSerde`Steven Engler2025-11-141-2/+13
| * | | | tor-config: add more tests for `Listen`Steven Engler2025-11-141-0/+81