index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-client
/
src
/
rpc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
1
-1
/
+1
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-1
/
+1
*
rpc: Correct API documentation about optimism
Nick Mathewson
2025-01-30
1
-4
/
+0
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
RPC: Rename "arti:isolated_client" to "arti:new_isolated_client".
Nick Mathewson
2024-10-09
1
-1
/
+1
*
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
1
-5
/
+16
*
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
1
-3
/
+3
*
Add a TODO RPC call about revising/moving documentation
Nick Mathewson
2024-09-09
1
-0
/
+6
*
rpc: More specificity surrounding SOCKS-rpc integration
Nick Mathewson
2024-09-09
1
-2
/
+24
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-12
/
+6
*
Several typo fixes from Gabi
Nick Mathewson
2024-06-11
1
-3
/
+3
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
1
-69
/
+109
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
1
-3
/
+3
*
RPC: Require an Error type in methods.
Nick Mathewson
2024-05-16
1
-0
/
+3
*
RPC: Use RPC method names in a consistent format.
Nick Mathewson
2024-05-14
1
-3
/
+3
*
RPC: Add notes about ClientConnectionTarget
Nick Mathewson
2024-05-14
1
-0
/
+7
*
RPC: Require DynClone for ClientConnectionError.
Nick Mathewson
2024-05-14
1
-3
/
+5
*
RPC: Seal ClientConnectionError.
Nick Mathewson
2024-05-14
1
-2
/
+19
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
1
-0
/
+5
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
1
-3
/
+79
*
rpc: Add an isolated-client method on TorClient.
Nick Mathewson
2024-05-09
1
-2
/
+26
*
Add requisite RPC method name prefixes
Nick Mathewson
2024-05-06
1
-2
/
+2
*
TorClient: Slightly cleaner (?) interface for registering RPC methods.
Nick Mathewson
2024-05-06
1
-4
/
+4
*
Add a note about declaring get and watch functions.
Nick Mathewson
2024-05-06
1
-0
/
+6
*
Add a note about why the RPC functions aren't declared as methods.
Nick Mathewson
2024-05-06
1
-0
/
+5
*
RPC: Send "null" for blockage rather than omitting it.
Nick Mathewson
2024-05-06
1
-2
/
+1
*
Lightly simplify the syntax for installing multiple InvokerEnts
Nick Mathewson
2024-05-06
1
-2
/
+4
*
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
1
-0
/
+103