summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rpclib: Use prop351 protocol to open streams.Nick Mathewson2024-09-182-10/+13
|/
* rpclib: Remove TODO about connect=>stream renaming.Nick Mathewson2024-09-101-4/+0
* rpclib: Rename "connect" to "open_stream" as appropriate.Nick Mathewson2024-09-102-10/+10
* rpclib: Rename connect.rs to stream.rsNick Mathewson2024-09-102-2/+2
* 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-097-6/+248
* rpclib: Support opening a data stream.Nick Mathewson2024-09-094-4/+336
* Fix typosDimitris Apostolou2024-09-033-3/+3
* rpclib: Remove in_mut_ptr_opt, and document why.Nick Mathewson2024-08-271-25/+7
* 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-141-1/+1
* ffi: Add support for request handlesNick Mathewson2024-08-123-8/+169
* 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
* 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
* rpclib: Use JsonValue to re-encode responsesNick Mathewson2024-08-072-38/+127
* FFI: Expose the object ID for the session.Nick Mathewson2024-08-062-0/+37
* rpc: Make ObjectId hold a Utf8CString internally.Nick Mathewson2024-08-063-15/+95
* Merge branch 'rpc-reencoding' into 'main'Nick Mathewson2024-08-055-93/+187
|\
| * rpclib: Apply serde(default) to RpcMeta::updates.Nick Mathewson2024-08-051-0/+1
| * rpclib: re-encode responses from arti, and preserve fields.Nick Mathewson2024-08-041-60/+87
| * rpclib: preserve unrecognized request fieldsNick Mathewson2024-08-042-6/+41
| * rpclib: Split ParsedRequest and Request types.Nick Mathewson2024-08-043-27/+58
* | Merge branch 'typo-fix-1' into 'main'Ian Jackson2024-08-051-2/+2
|\ \
| * | Fix a pair of typos in an ffi comment.Nick Mathewson2024-08-031-2/+2
| |/
* | ffi: Expose OS error field.Nick Mathewson2024-08-031-2/+23
* | ffi: Store the os error code in FfiError.Nick Mathewson2024-08-031-0/+40
* | rpc-client-core: Add thiserror #[source] annotationsNick Mathewson2024-08-032-7/+7
|/
* ffi: Make "sealed" a little less effective.Nick Mathewson2024-07-311-7/+7
* ffi: Add some explicit ()s to prove they are there.Nick Mathewson2024-07-312-2/+6
* ffi: Document safety for each function using ffi_body_raw.Nick Mathewson2024-07-312-3/+17
* ffi: rename ffi_body_simple to ffi_body_rawNick Mathewson2024-07-313-18/+18
* ffi: Document rules for ensuring return valuesNick Mathewson2024-07-311-0/+13
* ffi: Clean up long lines and confusing expressions.Nick Mathewson2024-07-312-8/+16
* ffi: use void to omit unreachable "on invalid" blocksNick Mathewson2024-07-313-26/+58