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
/
connection
/
auth.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
rpcserver: Improve conversion of authentication error.
Nick Mathewson
2025-01-28
1
-0
/
+14
*
rpc: Remove auth:query.
Nick Mathewson
2025-01-28
1
-53
/
+0
*
rpc: Refactor Cookie and UnloadedCookie into a single type.
Nick Mathewson
2025-01-15
1
-1
/
+1
*
rpc: consolodate naming of "inherent" auth.
Nick Mathewson
2025-01-15
1
-4
/
+4
*
arti-rpcserver: Server side of cookie auth.
Nick Mathewson
2025-01-15
1
-0
/
+17
*
arti-rpcserver: Tell connections what kind of auth to expect.
Nick Mathewson
2025-01-15
1
-8
/
+15
*
arti-rpcserver: move inherent authentication to its own module.
Nick Mathewson
2025-01-15
1
-69
/
+6
*
arti-rpcserver: remove some dead code.
Nick Mathewson
2025-01-15
1
-57
/
+0
*
Fix typo in arti-rpcserver auth.rs comment
Neel Chauhan
2024-10-18
1
-1
/
+1
*
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
1
-4
/
+17
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-4
/
+2
*
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
/
+2
*
Add a dead code allow in RPC code
Ian Jackson
2024-04-25
1
-0
/
+1
*
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
-2
/
+2
*
Globally rename rpc_invoke_fn to static_rpc_invoke_fn
Nick Mathewson
2024-04-08
1
-3
/
+3
*
Refactor: remove existence of HasConstTypeId_ as a trait
Nick Mathewson
2024-04-08
1
-2
/
+2
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
1
-4
/
+8
*
rpc: Give the session-creation function an argument.
Nick Mathewson
2023-06-15
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
-1
/
+1
*
rpc: Disable auth:get_rpc_protocol for now.
Nick Mathewson
2023-05-24
1
-0
/
+8
*
rpc: Make the top-level returned object a "session".
Nick Mathewson
2023-05-24
1
-6
/
+12
*
rpc: Implement auth:query.
Nick Mathewson
2023-05-23
1
-1
/
+39
*
rpc: Implement the auth:get_rpc_protocol method.
Nick Mathewson
2023-05-23
1
-0
/
+49
*
rpc: move existing auth code to new module.
Nick Mathewson
2023-05-23
1
-0
/
+82