summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/arti-rpc-client-core.h
Commit message (Expand)AuthorAgeFilesLines
* rpclib: Note a key property of RPC error returns.Nick Mathewson2024-09-261-0/+3
* rpclib: Use prop351 protocol to open streams.Nick Mathewson2024-09-181-1/+3
* rpclib: Rename "connect" to "open_stream" as appropriate.Nick Mathewson2024-09-101-11/+11
* Re-run cbindben for new warnings and status codesNick Mathewson2024-09-091-43/+14
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-0/+128
* Fix typosDimitris Apostolou2024-09-031-1/+1
* rpclib: Remove in_mut_ptr_opt, and document why.Nick Mathewson2024-08-271-5/+9
* ffi: Rename arti_rpc_status_to_str.Nick Mathewson2024-08-141-1/+1
* cbindgen: Correctly hide "Utf8CString".Nick Mathewson2024-08-141-7/+1
* ffi: Add support for request handlesNick Mathewson2024-08-121-0/+105
* Re-run cbindgen; new version has changed whitespace.Nick Mathewson2024-08-121-3/+3
* Re-run cbindgen to update our generated header.Nick Mathewson2024-08-071-0/+28
* ffi: Re-run cbindgen.Nick Mathewson2024-07-311-22/+54
* rpclib: Suggestions from @diziet for improving safety docs.Nick Mathewson2024-07-311-7/+9
* rpclib ffi: Grand identifier renamingNick Mathewson2024-07-311-34/+44
* rpclib: Revise/condense "safety" docs for C functionsNick Mathewson2024-07-311-49/+34
* rpclib: Grand error refactoring: outparam, not thread-localNick Mathewson2024-07-311-42/+51
* rpclib: _Sketch_ of string API.Nick Mathewson2024-07-311-4/+26
* rpclib: Add "STATUS" to status codes.Nick Mathewson2024-07-311-10/+10
* rpc: Improve documentation and strings for FFI status codes.Nick Mathewson2024-07-311-1/+25
* rpclib: Tweaks from review to header documentation.Nick Mathewson2024-07-311-3/+6
* rpc ffi: Try a more reference-driven approach to pointer handling.Nick Mathewson2024-07-311-0/+2
* Add a script to run cbindgen and check its outputs.Nick Mathewson2024-07-311-0/+321