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-rpc-client-core
/
src
/
conn.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc-client: Reject relative paths.
Nick Mathewson
2024-12-09
1
-0
/
+5
*
rpc-client: Initial implementation for RPC connect points.
Nick Mathewson
2024-12-09
1
-13
/
+63
*
rpc-client: move Builder to its own module.
Nick Mathewson
2024-12-09
1
-85
/
+8
*
rpclib: Rename RequestCancelled to be accurate.
Nick Mathewson
2024-10-21
1
-6
/
+3
*
rpclib: Add a #[source] annotation.
Nick Mathewson
2024-10-02
1
-1
/
+1
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2024-10-02
1
-1
/
+1
*
rpclib: Unify code internally generated requests
Nick Mathewson
2024-09-25
1
-8
/
+100
*
rpc: Finish an incomplete sentence in a doc.
Nick Mathewson
2024-09-25
1
-1
/
+1
*
rpclib: Rename connect.rs to stream.rs
Nick Mathewson
2024-09-10
1
-2
/
+2
*
rpclib: FFI for opening data streams.
Nick Mathewson
2024-09-09
1
-0
/
+1
*
rpclib: Support opening a data stream.
Nick Mathewson
2024-09-09
1
-0
/
+6
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`
Nick Mathewson
2024-08-27
1
-6
/
+18
*
rpclib: Allow ConnectionClosed in arti_socket_closed test
Nick Mathewson
2024-08-21
1
-0
/
+9
*
ffi: Add support for request handles
Nick Mathewson
2024-08-12
1
-2
/
+12
*
rpclib: Unify error type for ValidatedRequest failure.
Nick Mathewson
2024-08-07
1
-1
/
+2
*
rpclib: Refactor request canonicalization
Nick Mathewson
2024-08-07
1
-3
/
+3
*
Merge branch 'rpc-reencoding' into 'main'
Nick Mathewson
2024-08-05
1
-2
/
+2
|
\
|
*
rpclib: Split ParsedRequest and Request types.
Nick Mathewson
2024-08-04
1
-2
/
+2
*
|
rpc-client-core: Add thiserror #[source] annotations
Nick Mathewson
2024-08-03
1
-6
/
+6
|
/
*
Rename Utf8CStr=>Utf8CString
Nick Mathewson
2024-07-31
1
-5
/
+5
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
1
-4
/
+8
*
RPC: Make message types able to be CStr or str.
Nick Mathewson
2024-07-31
1
-9
/
+9
*
rpc: Remove RpcError data field and use Report
Nick Mathewson
2024-07-25
1
-1
/
+0
*
rpclib: Add tests for errors that terminate an RpcConn.
Nick Mathewson
2024-07-24
1
-1
/
+101
*
rpclib: Initial tests for RpcConn
Nick Mathewson
2024-07-24
1
-0
/
+233
*
rpc: Relax 'static requirement on execute_with_updates closure.
Nick Mathewson
2024-07-24
1
-1
/
+1
*
rpc: Rename response_err and add a TODO about removing it
Nick Mathewson
2024-07-16
1
-1
/
+1
*
rpc: Add TODO about re-normalizing replies
Nick Mathewson
2024-07-16
1
-0
/
+4
*
rpc: Adjust documentation about reply types
Nick Mathewson
2024-07-16
1
-8
/
+16
*
rpc: Remove negotiation code.
Nick Mathewson
2024-07-16
1
-1
/
+1
*
rpc-client: Apply the rest of the big warning set.
Nick Mathewson
2024-07-16
1
-0
/
+2
*
rpc client: Documentation.
Nick Mathewson
2024-07-16
1
-7
/
+62
*
Tests and documentation about NULs in the RPC stream.
Nick Mathewson
2024-07-16
1
-0
/
+6
*
Make ErrorResponse (a string) our preferred way to return an error.
Nick Mathewson
2024-07-16
1
-2
/
+21
*
rpc client: resolve unused-foo warnings.
Nick Mathewson
2024-07-16
1
-1
/
+1
*
Rename CmdError to ProtoError.
Nick Mathewson
2024-07-16
1
-8
/
+8
*
RPC: Implement connection negotiation.
Nick Mathewson
2024-07-16
1
-17
/
+86
*
WIP: Lower and middle levels of Arti rpc core.
Nick Mathewson
2024-07-16
1
-0
/
+246