summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* rpclib: Note a key property of RPC error returns.Nick Mathewson2024-09-262-8/+7
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-1/+1
|\ \
| * | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* | | rpclib: read SOCKS _after_ processing.Nick Mathewson2024-09-251-12/+12
| |/ |/|
* | Merge branch 'socks_read_zero' into 'main'Nick Mathewson2024-09-252-1/+11
|\ \
| * | socks users: detect closed sockets.Nick Mathewson2024-09-242-1/+11
| |/
* | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-2/+2
|\ \
| * | rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-2/+2
* | | Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-251-1/+1
| |/ |/|
* | rpclib: Use prop351 protocol to open streams.Nick Mathewson2024-09-183-11/+16
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* rpclib: Remove TODO about connect=>stream renaming.Nick Mathewson2024-09-101-4/+0
* rpclib: Rename "connect" to "open_stream" as appropriate.Nick Mathewson2024-09-103-21/+21
* rpclib: Rename connect.rs to stream.rsNick Mathewson2024-09-102-2/+2
* Re-run cbindben for new warnings and status codesNick Mathewson2024-09-092-43/+16
* Add TODO for renaming connect.rs to streams.rsNick Mathewson2024-09-091-0/+4
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-2/+2
* rpclib: testing for future-proof proxyinfo formatNick Mathewson2024-09-091-9/+65
* arti/rpclib: Tweak proxy_info format.Nick Mathewson2024-09-091-6/+7
* arti/rpclib: Lowercase our socks5 listener variant.Nick Mathewson2024-09-091-0/+1
* rpclib: New error type for unauthenticated connectionsNick Mathewson2024-09-092-2/+16
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-0911-7/+408
* rpclib: Support opening a data stream.Nick Mathewson2024-09-095-4/+339
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-2/+2
* Fix typosDimitris Apostolou2024-09-035-5/+5
* rpclib: Remove in_mut_ptr_opt, and document why.Nick Mathewson2024-08-273-37/+22
* rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`Nick Mathewson2024-08-274-13/+25
* rpclib: Allow ConnectionClosed in arti_socket_closed testNick Mathewson2024-08-211-0/+9
* ffi: Rename arti_rpc_status_to_str.Nick Mathewson2024-08-142-2/+2
* cbindgen: Correctly hide "Utf8CString".Nick Mathewson2024-08-143-9/+10
* Merge branch 'ffi_dylib' into 'main'Alexander Færøy2024-08-131-0/+3
|\
| * ffi: Build client-core as a dynamic library.Nick Mathewson2024-08-061-0/+3
* | ffi: Add support for request handlesNick Mathewson2024-08-126-9/+285
* | ffi: New in_mut_ptr_opt type for receiving *mut T.Nick Mathewson2024-08-121-0/+25
* | ffi: New out_val_opt type for outptrs to non-pointersNick Mathewson2024-08-123-22/+80
* | Re-run cbindgen; new version has changed whitespace.Nick Mathewson2024-08-121-3/+3
* | Re-run cbindgen to fix CINick Mathewson2024-08-081-4/+0
* | Merge branch 'docsrs' into 'main'Jim Newsome2024-08-071-1/+0
|\ \
| * | Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* | | Merge branch 'cbindgen-ci' into 'main'David Goulet2024-08-072-0/+33
|\ \ \
| * | | Re-run cbindgen to update our generated header.Nick Mathewson2024-08-072-0/+33
* | | | rpclib: Rename ParsedRequest to ParsedRequestFieldsNick Mathewson2024-08-071-11/+10
* | | | rpclib: Use JsonValue to re-encode requests.Nick Mathewson2024-08-074-97/+81
* | | | rpclib: Unify error type for ValidatedRequest failure.Nick Mathewson2024-08-074-12/+36
* | | | rpclib: Refactor request canonicalizationNick Mathewson2024-08-074-28/+38
* | | | rpclib: Ensure that re-encoded responses end with NLNick Mathewson2024-08-071-1/+4