aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-151-1/+1
|\
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
|/
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-098-0/+8
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* rpc: Fix up documentation linksNick Mathewson2026-03-252-1/+6
* rpc: tweak documentation and variable names wrt renamingNick Mathewson2026-03-253-69/+74
* rpc: Make stream type in NonblockingConnection opaque.Nick Mathewson2026-03-253-22/+52
* Split ll_conn module into blocking/nonblocking layersNick Mathewson2026-03-253-901/+939
* rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-256-11/+11
* rpc: Rename NonblockingStream → NonblockingConnection.Nick Mathewson2026-03-252-23/+23
* rpc: Rename PollingStream → BlockingConnection.Nick Mathewson2026-03-254-31/+31
* rpc: Remove mention of two already-removed arguments.Nick Mathewson2026-03-251-4/+0
* Fix typosTobias Stoeckmann2026-03-242-2/+2
* typo fixes from @jnewsomeNick Mathewson2026-03-231-1/+1
* rpc: add ffi wrappers for nonblocking and event-loop functions.Nick Mathewson2026-03-232-6/+313
* rpc: define FFI wrappers for nonblocking request APIsNick Mathewson2026-03-231-1/+137
* Merge branch 'typos' into 'main'opara2026-03-162-3/+3
|\
| * Fix word duplicate typosTobias Stoeckmann2026-03-152-3/+3
* | Merge branch 'rpc-su-v2' into 'main'Nick Mathewson2026-03-164-2/+94
|\ \
| * | rpc-client: add support to prefer/require su permissionNick Mathewson2026-03-164-2/+94
| |/
* / arti-rpc-client-core: Fix windows buildTobias Stoeckmann2026-03-151-1/+1
|/
* rpc: Actually call the stop_writing method when data is all written!Nick Mathewson2026-03-101-0/+4
* Merge branch 'nonblocking-rpc-part3' into 'main'Nick Mathewson2026-03-056-213/+1006
|\
| * rpc: edit and revise EventLoop documentation.Nick Mathewson2026-03-051-7/+8
| * rpc: Transpose Results in RpcPoll::poll.Nick Mathewson2026-03-051-7/+5
| * rpc: document when try_as_{fd,socket} can fail.Nick Mathewson2026-03-051-1/+11
| * rpc: Usage documentation for polling APIIan Jackson2026-03-053-22/+168
| * rpc: Propose to transpose a Result<Result<>>Ian Jackson2026-03-051-0/+2
| * rpc: Add a question in the form of a TODOIan Jackson2026-03-051-0/+2
| * rpc: Fix many long lines in docs and commentsIan Jackson2026-03-054-22/+44
| * rpc: Fix two mis-formatted json! blocksIan Jackson2026-03-051-2/+13
| * rpc: Remove WantIo and expose wants_to_write().Nick Mathewson2026-03-053-43/+21
| * rpc: Change Waker implementation to EventLoop.Nick Mathewson2026-03-055-112/+149
| * rpc: API for event-driven IO.Nick Mathewson2026-03-055-21/+245
| * RPC: Explain why UserTag is a separate type.Nick Mathewson2026-03-051-0/+8
| * RPC: Raname Tag,RequestTag to UserTag.Nick Mathewson2026-03-053-37/+33
| * rpc: documentation fixes and clarificationsNick Mathewson2026-02-261-3/+8
| * rpc: Add a paragraph to the connimpl overviewNick Mathewson2026-02-261-0/+3
| * rpc: Add overview documentation to connimpl.Nick Mathewson2026-02-261-0/+64
| * rpc: Nonblocking request submit API (Rust only)Nick Mathewson2026-02-262-5/+52
| * rpc: Backend support for pollable requests.Nick Mathewson2026-02-263-7/+92
| * rpc: Add "Tag"s to response queues.Nick Mathewson2026-02-261-25/+49
| * rpc: Refactor connimpl in preparation for pollable requests.Nick Mathewson2026-02-263-59/+189
* | Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.Alexander Hansen Færøy2026-02-281-0/+1
|/
* Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-191-0/+4
|\
| * arti-rpc-client-core: Document why we don't need ErrorSources.Nick Mathewson2026-02-161-0/+4
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* rpc nb: Fix documentation link.Nick Mathewson2026-02-121-1/+1