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
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-7
/
+7
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-5
/
+5
*
rpclib: Improve output for ConnectFailure
Nick Mathewson
2025-02-04
1
-1
/
+54
*
rpclib: Obey error Display convention wrt sources.
Nick Mathewson
2025-02-04
1
-17
/
+16
*
rpclib: Move socketpair to a testing module; use it in llconn tests
Nick Mathewson
2025-02-03
1
-32
/
+2
*
rpclib: In tests, use an ersatz socketpair on windows.
Nick Mathewson
2025-02-03
1
-2
/
+32
*
rpclib: make conn::complex use fewer iterations.
Nick Mathewson
2025-02-03
1
-1
/
+1
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
*
rpclib: Implement accessors for ConnectFailure
Nick Mathewson
2025-01-29
1
-1
/
+18
*
rpclib: New combined error type for RPC connect failures.
Nick Mathewson
2025-01-29
1
-0
/
+16
*
rpclib: More explanations about internal method usage.
Nick Mathewson
2025-01-23
1
-3
/
+5
*
arti-rpc-client-core: Rename Authentication{Rejected=>Failed}
Nick Mathewson
2025-01-23
1
-4
/
+4
*
rpclib: Avoid overuse of execute_internal_ok.
Nick Mathewson
2025-01-23
1
-6
/
+23
*
arti-rpc-client-core: Use EmptyReply instead of EmptyResponse.
Gabriela Moldovan
2025-01-23
1
-2
/
+2
*
Merge branch 'rpc-cancel-2' into 'main'
Nick Mathewson
2025-01-23
1
-5
/
+23
|
\
|
*
arti-rpc-client-core: Document that dropping a request does not cancel it.
Nick Mathewson
2025-01-22
1
-2
/
+4
|
*
arti-rpc-client-core: Implement and expose cancellation.
Nick Mathewson
2025-01-22
1
-3
/
+19
*
|
rpclib: Rename params/reply structs for consistency.
Nick Mathewson
2025-01-21
1
-3
/
+3
|
/
*
rpclib: Clean up after performing cookie auth
Nick Mathewson
2025-01-15
1
-0
/
+8
*
arti-rpc-client-core: Client side of cookie authentication.
Nick Mathewson
2025-01-15
1
-1
/
+19
*
Implement banner for RPC protocol.
Nick Mathewson
2025-01-09
1
-0
/
+7
*
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
[next]