summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/cbindgen.toml
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-09-031-1/+1
* rpclib: Remove in_mut_ptr_opt, and document why.Nick Mathewson2024-08-271-7/+6
* cbindgen: Correctly hide "Utf8CString".Nick Mathewson2024-08-141-2/+8
* ffi: Add support for request handlesNick Mathewson2024-08-121-1/+2
* ffi: Clean up long lines and confusing expressions.Nick Mathewson2024-07-311-1/+2
* ffi: Clarify rules for *out pointers.Nick Mathewson2024-07-311-3/+5
* ffi: Document on-error behavior of consuming and setting.Nick Mathewson2024-07-311-0/+5
* Apply safety-related suggestions from DizietNick Mathewson2024-07-311-3/+7
* RPC FFI: Write a bit more text for the C no-UB requirements.Nick Mathewson2024-07-311-11/+24
* Copy suggestions from .h file to cbindgen.tomlNick Mathewson2024-07-311-7/+9
* rpclib ffi: Grand identifier renamingNick Mathewson2024-07-311-5/+5
* rpclib: Revise/condense "safety" docs for C functionsNick Mathewson2024-07-311-11/+22
* rpclib: Grand error refactoring: outparam, not thread-localNick Mathewson2024-07-311-8/+26
* rpclib: _Sketch_ of string API.Nick Mathewson2024-07-311-1/+2
* rpclib: Tweaks from review to header documentation.Nick Mathewson2024-07-311-3/+6
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-0/+118