summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-6/+6
* 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
|/
* Version bumps for 2.5.0Nick Mathewson2026-06-301-8/+8
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-098-0/+8
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-6/+6
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-06-011-1/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-122-4/+4
* 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