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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
typo fixes from @jnewsome
Nick Mathewson
2026-03-23
1
-1
/
+1
*
rpc: add ffi wrappers for nonblocking and event-loop functions.
Nick Mathewson
2026-03-23
1
-3
/
+313
*
rpc: define FFI wrappers for nonblocking request APIs
Nick Mathewson
2026-03-23
1
-1
/
+137
*
rpc-client: add support to prefer/require su permission
Nick Mathewson
2026-03-16
1
-0
/
+32
*
rpclib: Rename `OutPtr` to `OutBoxedPtr`
Neel Chauhan
2025-11-06
1
-15
/
+15
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-14
/
+14
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+3
*
Merge branch 'rpc_document_internal_optimism' into 'main'
Nick Mathewson
2025-01-30
1
-6
/
+0
|
\
|
*
rpc: Correct API documentation about optimism
Nick Mathewson
2025-01-30
1
-6
/
+0
*
|
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
|
/
*
arti-rpc-client-core: Document that dropping a request does not cancel it.
Nick Mathewson
2025-01-22
1
-2
/
+2
*
arti-rpc-client-core: Implement and expose cancellation.
Nick Mathewson
2025-01-22
1
-0
/
+30
*
artilib: Revise C and Python APIs for builders.
Nick Mathewson
2024-12-09
1
-19
/
+123
*
rpc-client: Initial implementation for RPC connect points.
Nick Mathewson
2024-12-09
1
-1
/
+3
*
rpclib: Use prop351 protocol to open streams.
Nick Mathewson
2024-09-18
1
-1
/
+4
*
rpclib: Rename "connect" to "open_stream" as appropriate.
Nick Mathewson
2024-09-10
1
-6
/
+6
*
rpclib: FFI for opening data streams.
Nick Mathewson
2024-09-09
1
-2
/
+142
*
rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`
Nick Mathewson
2024-08-27
1
-6
/
+5
*
ffi: Add support for request handles
Nick Mathewson
2024-08-12
1
-3
/
+157
*
ffi: New out_val_opt type for outptrs to non-pointers
Nick Mathewson
2024-08-12
1
-2
/
+2
*
FFI: Expose the object ID for the session.
Nick Mathewson
2024-08-06
1
-0
/
+31
*
ffi: Add some explicit ()s to prove they are there.
Nick Mathewson
2024-07-31
1
-1
/
+4
*
ffi: Document safety for each function using ffi_body_raw.
Nick Mathewson
2024-07-31
1
-0
/
+6
*
ffi: rename ffi_body_simple to ffi_body_raw
Nick Mathewson
2024-07-31
1
-4
/
+4
*
ffi: use void to omit unreachable "on invalid" blocks
Nick Mathewson
2024-07-31
1
-3
/
+0
*
ffi: Remove all non-opt conversions
Nick Mathewson
2024-07-31
1
-14
/
+23
*
ffi: Always abort on panic.
Nick Mathewson
2024-07-31
1
-3
/
+0
*
Use macros to make FFI functions simpler to read and check.
Nick Mathewson
2024-07-31
1
-63
/
+51
*
Rename Utf8CStr=>Utf8CString
Nick Mathewson
2024-07-31
1
-3
/
+3
*
rpclib ffi: Grand identifier renaming
Nick Mathewson
2024-07-31
1
-10
/
+20
*
rpclib: Revise/condense "safety" docs for C functions
Nick Mathewson
2024-07-31
1
-23
/
+10
*
rpc: Rename OutPtr functions for clarity
Nick Mathewson
2024-07-31
1
-5
/
+5
*
rpclib: Grand error refactoring: outparam, not thread-local
Nick Mathewson
2024-07-31
1
-11
/
+17
*
rpclib: _Sketch_ of string API.
Nick Mathewson
2024-07-31
1
-7
/
+32
*
rpc ffi: Try a more reference-driven approach to pointer handling.
Nick Mathewson
2024-07-31
1
-20
/
+15
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
1
-0
/
+151