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: Rename nb_stream.rs → ll_conn.rs
Nick Mathewson
2026-03-25
1
-1
/
+1
*
rpc: Rename PollingStream → BlockingConnection.
Nick Mathewson
2026-03-25
1
-2
/
+2
*
rpc-client: add support to prefer/require su permission
Nick Mathewson
2026-03-16
1
-0
/
+4
*
rpc: Fix many long lines in docs and comments
Ian Jackson
2026-03-05
1
-6
/
+12
*
rpc: Fix two mis-formatted json! blocks
Ian Jackson
2026-03-05
1
-2
/
+13
*
rpc: Change Waker implementation to EventLoop.
Nick Mathewson
2026-03-05
1
-1
/
+1
*
rpc: API for event-driven IO.
Nick Mathewson
2026-03-05
1
-1
/
+1
*
RPC: Explain why UserTag is a separate type.
Nick Mathewson
2026-03-05
1
-0
/
+8
*
RPC: Raname Tag,RequestTag to UserTag.
Nick Mathewson
2026-03-05
1
-5
/
+5
*
rpc: Nonblocking request submit API (Rust only)
Nick Mathewson
2026-02-26
1
-2
/
+27
*
rpc: Backend support for pollable requests.
Nick Mathewson
2026-02-26
1
-1
/
+16
*
rpc: Refactor connimpl in preparation for pollable requests.
Nick Mathewson
2026-02-26
1
-0
/
+7
*
RPC: Fix documentation about "readers".
Nick Mathewson
2026-02-04
1
-0
/
+2
*
rpc: Replace llconn backend with nb_stream backend.
Nick Mathewson
2026-02-04
1
-4
/
+2
*
rpc: Move responsibility for wrapping streams to rpc-client-core
Nick Mathewson
2026-02-04
1
-0
/
+4
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
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
[next]