index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-rpcserver
/
src
/
stream.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: Have OneShotClient delegate to ClientDataStreamCtrl.
Nick Mathewson
2026-04-28
1
-2
/
+5
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Merge branch 'rpc_document_internal_optimism' into 'main'
Nick Mathewson
2025-01-30
1
-2
/
+17
|
\
|
*
rpc: Document what is actually going on with stream optimism.
Nick Mathewson
2025-01-30
1
-2
/
+17
*
|
proto: Rename (experimental) DataStream functions for ctrl access
Nick Mathewson
2025-01-30
1
-1
/
+5
*
|
proto: Rename DataStreamCtrl to ClientDataStreamCtrl
Nick Mathewson
2025-01-30
1
-5
/
+5
*
|
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
|
/
*
rpc: Clean up documenation surrounding OneshotClient
Nick Mathewson
2025-01-15
1
-11
/
+13
*
rpc: Rename new_stream_handle to new_oneshot_client.
Nick Mathewson
2025-01-15
1
-51
/
+43
*
rpcserver: Wrap InvokeError as internal error
Nick Mathewson
2024-10-17
1
-3
/
+4
*
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
1
-4
/
+15
*
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
1
-3
/
+3
*
rpc: More specificity surrounding SOCKS-rpc integration
Nick Mathewson
2024-09-09
1
-1
/
+8
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-2
/
+1
*
Un-indent a block.
Nick Mathewson
2024-06-11
1
-42
/
+39
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
1
-44
/
+65
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
1
-2
/
+2
*
RPC: Require an Error type in methods.
Nick Mathewson
2024-05-16
1
-0
/
+1
*
RPC: Use RPC method names in a consistent format.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
RPC: Require DynClone for ClientConnectionError.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
RPC: Document RpcDataSTream state transitions.
Nick Mathewson
2024-05-14
1
-1
/
+19
*
RPC: Rename RpcDataStream::{Waiting => Launching}
Nick Mathewson
2024-05-14
1
-5
/
+9
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
1
-0
/
+220