summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-6/+6
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-6/+6
* Re-run cbindgen.Nick Mathewson2026-03-251-2/+2
* 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
* rpc: re-run cbindben.Nick Mathewson2026-03-231-3/+3
* typo fixes from @jnewsomeNick Mathewson2026-03-231-1/+1
* Run cbindgen to regenerate header file.Nick Mathewson2026-03-232-1/+230
* 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-165-2/+114
|\ \
| * | rpc-client: Run cbindgen to regenerate C header.Nick Mathewson2026-03-161-0/+20
| * | 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-057-213/+1007
|\
| * 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-056-112/+150
| * 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
* | Remove semver.md files post-releaseGabriela Moldovan2026-03-031-1/+0
* | Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-6/+6
* | Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-2/+2
* | 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
|\