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
/
mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
rpc: Propagate and use LookupErrors.
Nick Mathewson
2026-04-13
1
-1
/
+1
*
Force use of standard hasher with weak_tables.
Nick Mathewson
2026-03-24
1
-1
/
+5
*
rpc: Move responsibility for Session creation to Connection
Nick Mathewson
2026-03-16
1
-22
/
+8
*
rpc: Clean up GlobalId decoding API.
Nick Mathewson
2025-08-27
1
-3
/
+3
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
rpcserver: Remove a stale TODO. (RpcMgr works.)
Nick Mathewson
2025-01-28
1
-2
/
+0
*
rpc: Rename InvalidMethodName to InvalidRpcIdentifier.
Nick Mathewson
2025-01-27
1
-3
/
+3
*
arti-rpcserver: Tell connections what kind of auth to expect.
Nick Mathewson
2025-01-15
1
-1
/
+5
*
rpc: Make RpcMgr::lookup_object return context along with object.
Nick Mathewson
2024-06-10
1
-6
/
+12
*
rpc: Make the connection type always-Arc.
Nick Mathewson
2024-06-10
1
-2
/
+2
*
RPC: Give error from RpcMgr::new if method name is sufficiently bad.
Nick Mathewson
2024-05-14
1
-4
/
+22
*
RPC: Enforce method name format.
Nick Mathewson
2024-05-14
1
-0
/
+6
*
Make RpcSession parameterized.
Nick Mathewson
2024-05-09
1
-5
/
+4
*
TorClient: Slightly cleaner (?) interface for registering RPC methods.
Nick Mathewson
2024-05-06
1
-0
/
+19
*
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
1
-0
/
+11
*
Remove explicit allows for missing_panics_docs.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Merge branch 'rpcdoc' into 'main'
Ian Jackson
2023-06-20
1
-6
/
+32
|
\
|
*
rpc: Expand and clarify and cross-reference lock hierarchy
Ian Jackson
2023-06-16
1
-6
/
+32
*
|
Fix compilation afver last suggestion.
Nick Mathewson
2023-06-16
1
-1
/
+2
*
|
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2023-06-16
1
-0
/
+1
|
/
*
rpc: Document and apply lock hierarchy for Mgr/Connection
Nick Mathewson
2023-06-15
1
-4
/
+13
*
rpc: Give the session-creation function an argument.
Nick Mathewson
2023-06-15
1
-7
/
+5
*
rpc: revise session initialization a lot.
Nick Mathewson
2023-06-15
1
-14
/
+23
*
RPC: rename new_session to new_connection
Nick Mathewson
2023-06-15
1
-1
/
+1
*
rpc: revise the relationship between Mgr and Connection
Nick Mathewson
2023-06-14
1
-20
/
+22
*
RPC: Note a possible API change in RpcMgr::new.
Nick Mathewson
2023-06-05
1
-0
/
+4
*
RPC: Give out and accept GlobalIds for appropriate objects.
Nick Mathewson
2023-06-05
1
-0
/
+1
*
RPC: Implement a "global identifier" for non-session-bound IDs
Nick Mathewson
2023-06-05
1
-1
/
+32
*
rpc: Slightly refactor GenIdx encoding.
Nick Mathewson
2023-06-05
1
-1
/
+1
*
rpc: Give RpcMgr a registry of connections.
Nick Mathewson
2023-06-05
1
-5
/
+50
*
rpc: Move Arc::new() to RpcMgr code.
Nick Mathewson
2023-06-05
1
-2
/
+2
*
RPC: Rename session.rs to connection.rs
Nick Mathewson
2023-05-04
1
-1
/
+1
*
RPC: rename Session to Connection.
Nick Mathewson
2023-05-04
1
-3
/
+3
*
RPC: Make authentication return a TorClient.
Nick Mathewson
2023-05-04
1
-8
/
+4
*
RPC: Start on plumbing TorClient into our RPC code
Nick Mathewson
2023-05-04
1
-3
/
+8
*
RPC: Move the "listen" part of the RPC listener code to `arti`.
Nick Mathewson
2023-05-04
1
-1
/
+1
*
rpc: Make an RpcMgr type to own the DispatchTable.
Nick Mathewson
2023-05-04
1
-0
/
+38