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-rpcserver
/
src
/
session.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
*
rpc: Do not allow a connection to be authenticated twice
Nick Mathewson
2026-03-16
1
-2
/
+0
*
rpc: Add su capability to RpcSession, and methods to get/drop it
Nick Mathewson
2026-03-16
1
-2
/
+108
*
rpcserver: Add a temporary allow for missing docs
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
rpc: Clean up comments surrounding strong references
Nick Mathewson
2025-01-27
1
-1
/
+0
*
Remove echo structs
Neel Chauhan
2024-10-25
1
-14
/
+0
*
arti-rpcserver: Remove echo_on_session
Neel Chauhan
2024-10-25
1
-12
/
+0
*
rpc: Move some object-id-manipulation methods to a new module.
Nick Mathewson
2024-10-23
1
-50
/
+0
*
rpcserver: Wrap InvokeError as internal error
Nick Mathewson
2024-10-17
1
-3
/
+4
*
rpc: clarify documentation and fix typos
Nick Mathewson
2024-10-02
1
-2
/
+4
*
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
1
-5
/
+30
*
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
1
-5
/
+5
*
rpcserver: Fix a trivial doc typo.
Nick Mathewson
2024-08-28
1
-1
/
+1
*
Unstable RPC method to dump method information.
Nick Mathewson
2024-08-12
1
-1
/
+41
*
Mark a struct as allowed-to-be-unused.
Nick Mathewson
2024-07-28
1
-0
/
+1
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-6
/
+3
*
Several typo fixes from Gabi
Nick Mathewson
2024-06-11
1
-2
/
+1
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
1
-47
/
+48
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
1
-4
/
+4
*
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
-2
/
+2
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
1
-6
/
+55
*
RPC: Un-parameterize RpcSession.
Nick Mathewson
2024-05-09
1
-29
/
+43
*
rpc: Teach RpcSession to expose and isolate clients.
Nick Mathewson
2024-05-09
1
-1
/
+39
*
Make RpcSession parameterized.
Nick Mathewson
2024-05-09
1
-17
/
+18
*
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
1
-3
/
+0
*
RPC: Remove method and object type from macros.
Nick Mathewson
2024-04-22
1
-2
/
+2
*
rpc: Move deftly attributes into an `rpc` namespace.
Nick Mathewson
2024-04-11
1
-3
/
+3
*
Globally rename rpc_invoke_fn to static_rpc_invoke_fn
Nick Mathewson
2024-04-08
1
-2
/
+2
*
Refactor: remove existence of HasConstTypeId_ as a trait
Nick Mathewson
2024-04-08
1
-3
/
+3
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
1
-5
/
+12
*
rpc: Fix docs typo
Nick Mathewson
2023-06-20
1
-1
/
+1
*
rpc: Document relationship between `Connection` and `RpcSession`
Ian Jackson
2023-06-16
1
-1
/
+11
*
rpc: revise session initialization a lot.
Nick Mathewson
2023-06-15
1
-8
/
+4
*
rpc: Rename Session=>RpcSession
Nick Mathewson
2023-06-15
1
-7
/
+7
*
rpc: Expose Session object.
Nick Mathewson
2023-06-15
1
-3
/
+12
*
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
1
-8
/
+1
*
rpc: make decl_object! responsible for writing impl Object {} blocks.
Nick Mathewson
2023-06-07
1
-1
/
+1
*
RPC: Make Session objects get a GlobalId.
Nick Mathewson
2023-06-05
1
-1
/
+7
*
rpc: Remove downgrade_owned for now
Nick Mathewson
2023-05-24
1
-15
/
+0
*
rpc: Implement functionality to remove objects from a session
Nick Mathewson
2023-05-24
1
-0
/
+55
*
rpc: Make the top-level returned object a "session".
Nick Mathewson
2023-05-24
1
-0
/
+52
*
RPC: Rename session.rs to connection.rs
Nick Mathewson
2023-05-04
1
-494
/
+0
*
RPC: rename Session to Connection.
Nick Mathewson
2023-05-04
1
-41
/
+44
*
RPC: Make authentication return a TorClient.
Nick Mathewson
2023-05-04
1
-50
/
+62
*
RPC: Add "register" methods to RequestContext.
Nick Mathewson
2023-05-04
1
-0
/
+8
*
RPC: Move the "listen" part of the RPC listener code to `arti`.
Nick Mathewson
2023-05-04
1
-2
/
+25
*
rpc: Make an RpcMgr type to own the DispatchTable.
Nick Mathewson
2023-05-04
1
-10
/
+7
*
RPC: Log all internal errors.
Nick Mathewson
2023-04-19
1
-1
/
+6
[next]