index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-rpc-client-core
/
src
/
ffi
/
util.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
rpclib: Rename `OutPtr` to `OutBoxedPtr`
Neel Chauhan
2025-11-06
1
-22
/
+22
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
artilib: Take a different approach to sealing a pair of traits.
Nick Mathewson
2024-10-01
1
-34
/
+41
*
rpclib: FFI for opening data streams.
Nick Mathewson
2024-09-09
1
-2
/
+57
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
rpclib: Remove in_mut_ptr_opt, and document why.
Nick Mathewson
2024-08-27
1
-25
/
+7
*
rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`
Nick Mathewson
2024-08-27
1
-0
/
+1
*
ffi: Add support for request handles
Nick Mathewson
2024-08-12
1
-3
/
+0
*
ffi: New in_mut_ptr_opt type for receiving *mut T.
Nick Mathewson
2024-08-12
1
-0
/
+25
*
ffi: New out_val_opt type for outptrs to non-pointers
Nick Mathewson
2024-08-12
1
-19
/
+77
*
ffi: Make "sealed" a little less effective.
Nick Mathewson
2024-07-31
1
-7
/
+7
*
ffi: rename ffi_body_simple to ffi_body_raw
Nick Mathewson
2024-07-31
1
-8
/
+8
*
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
1
-3
/
+9
*
ffi: use void to omit unreachable "on invalid" blocks
Nick Mathewson
2024-07-31
1
-18
/
+47
*
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
1
-181
/
+82
*
ffi: Always abort on panic.
Nick Mathewson
2024-07-31
1
-14
/
+4
*
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
1
-35
/
+301
*
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
1
-2
/
+2
*
rpc: Rename OutPtr functions for clarity
Nick Mathewson
2024-07-31
1
-6
/
+6
*
rpclib: Grand error refactoring: outparam, not thread-local
Nick Mathewson
2024-07-31
1
-0
/
+8
*
rpclib: _Sketch_ of string API.
Nick Mathewson
2024-07-31
1
-15
/
+0
*
rpc ffi: Try a more reference-driven approach to pointer handling.
Nick Mathewson
2024-07-31
1
-1
/
+180
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
1
-0
/
+40