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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
1
-0
/
+8
*
rpcserver: rename streams.rs to codecs.rs.
Nick Mathewson
2024-05-09
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
rpc: Give the session-creation function an argument.
Nick Mathewson
2023-06-15
1
-1
/
+1
*
rpc: Rename Session=>RpcSession
Nick Mathewson
2023-06-15
1
-1
/
+1
*
rpc: Expose Session object.
Nick Mathewson
2023-06-15
1
-0
/
+1
*
RPC: Implement a "global identifier" for non-session-bound IDs
Nick Mathewson
2023-06-05
1
-0
/
+1
*
rpc: Make the top-level returned object a "session".
Nick Mathewson
2023-05-24
1
-0
/
+1
*
RPC: Rename session.rs to connection.rs
Nick Mathewson
2023-05-04
1
-2
/
+2
*
RPC: rename Session to Connection.
Nick Mathewson
2023-05-04
1
-1
/
+1
*
Add a generational arena for object mapping for RPC.
Nick Mathewson
2023-05-04
1
-0
/
+1
*
RPC: Move the "listen" part of the RPC listener code to `arti`.
Nick Mathewson
2023-05-04
1
-3
/
+1
*
rpc: Make an RpcMgr type to own the DispatchTable.
Nick Mathewson
2023-05-04
1
-0
/
+3
*
rpc: Improve error reporting for invalid requests
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Add standard warnings to arti-rpcserver
Nick Mathewson
2023-04-12
1
-3
/
+35
*
RPC: add a temporary "listen" function.
Nick Mathewson
2023-04-12
1
-0
/
+3
*
rpc: Add a Session object and an interaction loop.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Add asynchronous_codec wrapper for jsonlines.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Add a cancellable future type.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Implement json message types for serde.
Nick Mathewson
2023-04-12
1
-0
/
+8