index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-rpc-client-core
/
src
/
ffi
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffi: Make "sealed" a little less effective.
Nick Mathewson
2024-07-31
1
-7
/
+7
*
ffi: Add some explicit ()s to prove they are there.
Nick Mathewson
2024-07-31
1
-1
/
+2
*
ffi: Document safety for each function using ffi_body_raw.
Nick Mathewson
2024-07-31
1
-3
/
+11
*
ffi: rename ffi_body_simple to ffi_body_raw
Nick Mathewson
2024-07-31
2
-14
/
+14
*
ffi: Document rules for ensuring return values
Nick Mathewson
2024-07-31
1
-0
/
+13
*
ffi: Clean up long lines and confusing expressions.
Nick Mathewson
2024-07-31
2
-8
/
+16
*
ffi: use void to omit unreachable "on invalid" blocks
Nick Mathewson
2024-07-31
2
-23
/
+58
*
RPC: Re-wrap some macro definitions and usages.
Nick Mathewson
2024-07-31
1
-14
/
+41
*
ffi: Remove all non-opt conversions
Nick Mathewson
2024-07-31
2
-192
/
+97
*
ffi: Always abort on panic.
Nick Mathewson
2024-07-31
2
-39
/
+13
*
ffi: Refactor @init macro expansions into new functions.
Nick Mathewson
2024-07-31
1
-23
/
+102
*
ffi: Document internal ffi_initialize macro.
Nick Mathewson
2024-07-31
1
-0
/
+14
*
Apply suggestions about macro behavior, design, and usage
Nick Mathewson
2024-07-31
1
-0
/
+18
*
Apply safety-related suggestions from Diziet
Nick Mathewson
2024-07-31
1
-1
/
+10
*
RPC FFI: Write a bit more text for the C no-UB requirements.
Nick Mathewson
2024-07-31
1
-0
/
+2
*
ffi: Ensures every converter tries to run.
Nick Mathewson
2024-07-31
1
-30
/
+55
*
Use macros to make FFI functions simpler to read and check.
Nick Mathewson
2024-07-31
2
-82
/
+355
*
Rename Utf8CStr=>Utf8CString
Nick Mathewson
2024-07-31
1
-2
/
+2
*
rpclib: Suggestions from @diziet for improving safety docs.
Nick Mathewson
2024-07-31
1
-1
/
+2
*
rpclib ffi: Grand identifier renaming
Nick Mathewson
2024-07-31
2
-22
/
+23
*
rpclib: Revise/condense "safety" docs for C functions
Nick Mathewson
2024-07-31
1
-15
/
+12
*
rpc: Rename OutPtr functions for clarity
Nick Mathewson
2024-07-31
2
-8
/
+8
*
rpclib: Grand error refactoring: outparam, not thread-local
Nick Mathewson
2024-07-31
2
-92
/
+43
*
rpclib: _Sketch_ of string API.
Nick Mathewson
2024-07-31
1
-15
/
+0
*
rpclib: Add "STATUS" to status codes.
Nick Mathewson
2024-07-31
1
-6
/
+6
*
rpc: Improve documentation and strings for FFI status codes.
Nick Mathewson
2024-07-31
1
-5
/
+29
*
rpc ffi: Try a more reference-driven approach to pointer handling.
Nick Mathewson
2024-07-31
2
-11
/
+180
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
2
-0
/
+509