index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-rpc-client-core
/
src
/
conn
/
connimpl.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: tweak documentation and variable names wrt renaming
Nick Mathewson
2026-03-25
1
-31
/
+36
*
rpc: Rename nb_stream.rs → ll_conn.rs
Nick Mathewson
2026-03-25
1
-4
/
+4
*
rpc: Rename NonblockingStream → NonblockingConnection.
Nick Mathewson
2026-03-25
1
-2
/
+2
*
rpc: Rename PollingStream → BlockingConnection.
Nick Mathewson
2026-03-25
1
-12
/
+12
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
rpc: add ffi wrappers for nonblocking and event-loop functions.
Nick Mathewson
2026-03-23
1
-3
/
+0
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
rpc: Transpose Results in RpcPoll::poll.
Nick Mathewson
2026-03-05
1
-7
/
+5
*
rpc: document when try_as_{fd,socket} can fail.
Nick Mathewson
2026-03-05
1
-1
/
+11
*
rpc: Usage documentation for polling API
Ian Jackson
2026-03-05
1
-11
/
+24
*
rpc: Propose to transpose a Result<Result<>>
Ian Jackson
2026-03-05
1
-0
/
+2
*
rpc: Add a question in the form of a TODO
Ian Jackson
2026-03-05
1
-0
/
+2
*
rpc: Fix many long lines in docs and comments
Ian Jackson
2026-03-05
1
-8
/
+16
*
rpc: Remove WantIo and expose wants_to_write().
Nick Mathewson
2026-03-05
1
-0
/
+7
*
rpc: Change Waker implementation to EventLoop.
Nick Mathewson
2026-03-05
1
-7
/
+13
*
rpc: API for event-driven IO.
Nick Mathewson
2026-03-05
1
-1
/
+104
*
RPC: Raname Tag,RequestTag to UserTag.
Nick Mathewson
2026-03-05
1
-30
/
+26
*
rpc: documentation fixes and clarifications
Nick Mathewson
2026-02-26
1
-3
/
+8
*
rpc: Add a paragraph to the connimpl overview
Nick Mathewson
2026-02-26
1
-0
/
+3
*
rpc: Add overview documentation to connimpl.
Nick Mathewson
2026-02-26
1
-0
/
+64
*
rpc: Nonblocking request submit API (Rust only)
Nick Mathewson
2026-02-26
1
-3
/
+25
*
rpc: Backend support for pollable requests.
Nick Mathewson
2026-02-26
1
-5
/
+75
*
rpc: Add "Tag"s to response queues.
Nick Mathewson
2026-02-26
1
-25
/
+49
*
rpc: Refactor connimpl in preparation for pollable requests.
Nick Mathewson
2026-02-26
1
-59
/
+181
*
RPC: Fix documentation about "readers".
Nick Mathewson
2026-02-04
1
-10
/
+12
*
rpc: Replace llconn backend with nb_stream backend.
Nick Mathewson
2026-02-04
1
-39
/
+31
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
rpclib: Rename RequestCancelled to be accurate.
Nick Mathewson
2024-10-21
1
-2
/
+2
*
rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`
Nick Mathewson
2024-08-27
1
-1
/
+1
*
rpclib: Refactor request canonicalization
Nick Mathewson
2024-08-07
1
-7
/
+3
*
RPC: Fix rustdoc links.
Nick Mathewson
2024-07-16
1
-1
/
+1
*
rpc client: Documentation.
Nick Mathewson
2024-07-16
1
-0
/
+5
*
rpc client: resolve unused-foo warnings.
Nick Mathewson
2024-07-16
1
-1
/
+1
*
Add a TODO about refactoring should_alert
Nick Mathewson
2024-07-16
1
-0
/
+5
*
Rename CmdError to ProtoError.
Nick Mathewson
2024-07-16
1
-12
/
+12
*
RPC: Implement connection negotiation.
Nick Mathewson
2024-07-16
1
-1
/
+6
*
WIP: Lower and middle levels of Arti rpc core.
Nick Mathewson
2024-07-16
1
-0
/
+463