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
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
rpc-client: add support to prefer/require su permission
Nick Mathewson
2026-03-16
1
-0
/
+2
*
rpc: Refactor connimpl in preparation for pollable requests.
Nick Mathewson
2026-02-26
1
-0
/
+1
*
arti-rpc-client-core: Document why we don't need ErrorSources.
Nick Mathewson
2026-02-16
1
-0
/
+4
*
rpc: Move responsibility for wrapping streams to rpc-client-core
Nick Mathewson
2026-02-04
1
-0
/
+1
*
rpclib: Rename `OutPtr` to `OutBoxedPtr`
Neel Chauhan
2025-11-06
2
-24
/
+24
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-7
/
+7
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
2
-6
/
+6
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
AF_UNIX terminology: Rename two error variants
Ian Jackson
2025-03-24
1
-1
/
+1
*
RPC: Abolish an unused and misnamed error variant
Ian Jackson
2025-03-24
1
-1
/
+0
*
rpclib: Improve output for ConnectFailure
Nick Mathewson
2025-02-04
1
-1
/
+4
*
rpclib: Include sources when formatting FFI errors.
Nick Mathewson
2025-02-04
1
-2
/
+14
*
rpclib: New combined error type for RPC connect failures.
Nick Mathewson
2025-01-29
1
-0
/
+11
*
arti-rpc-client-core: Rename Authentication{Rejected=>Failed}
Nick Mathewson
2025-01-23
1
-2
/
+2
*
rpclib: Avoid overuse of execute_internal_ok.
Nick Mathewson
2025-01-23
1
-0
/
+1
*
arti-rpc-client-core: Client side of cookie authentication.
Nick Mathewson
2025-01-15
1
-0
/
+3
*
Implement banner for RPC protocol.
Nick Mathewson
2025-01-09
1
-0
/
+1
*
rpc-client: Reject relative paths.
Nick Mathewson
2024-12-09
1
-1
/
+3
*
artilib: Revise C and Python APIs for builders.
Nick Mathewson
2024-12-09
1
-0
/
+4
*
rpc-client-core: Correct various FFI error types.
Nick Mathewson
2024-12-09
1
-6
/
+42
*
rpc-client: Initial implementation for RPC connect points.
Nick Mathewson
2024-12-09
1
-2
/
+7
*
Resolve clippy::empty_line_after_doc_comments warnings.
Nick Mathewson
2024-12-03
1
-1
/
+1
*
rpc: correct msg and doc for InvalidInput::NullPointer
Nick Mathewson
2024-10-23
1
-2
/
+2
*
rpclib: Rename RequestCancelled to be accurate.
Nick Mathewson
2024-10-21
1
-6
/
+3
*
arti-rpc-client-core: remove 'c_str_macro' dependency
Steven Engler
2024-10-09
1
-16
/
+15
*
Merge branch 'ffi_seal' into 'main'
Nick Mathewson
2024-10-02
1
-34
/
+41
|
\
|
*
artilib: Take a different approach to sealing a pair of traits.
Nick Mathewson
2024-10-01
1
-34
/
+41
|
*
socks users: detect closed sockets.
Nick Mathewson
2024-09-24
1
-0
/
+1
*
|
rpclib: Unify code internally generated requests
Nick Mathewson
2024-09-25
1
-1
/
+1
|
/
*
rpclib: New error type for unauthenticated connections
Nick Mathewson
2024-09-09
1
-0
/
+8
*
rpclib: FFI for opening data streams.
Nick Mathewson
2024-09-09
2
-2
/
+100
*
rpclib: Support opening a data stream.
Nick Mathewson
2024-09-09
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2024-09-03
2
-2
/
+2
*
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: Rename arti_rpc_status_to_str.
Nick Mathewson
2024-08-14
1
-1
/
+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
2
-20
/
+78
*
Merge branch 'typo-fix-1' into 'main'
Ian Jackson
2024-08-05
1
-2
/
+2
|
\
|
*
Fix a pair of typos in an ffi comment.
Nick Mathewson
2024-08-03
1
-2
/
+2
*
|
ffi: Expose OS error field.
Nick Mathewson
2024-08-03
1
-2
/
+23
*
|
ffi: Store the os error code in FfiError.
Nick Mathewson
2024-08-03
1
-0
/
+40
|
/
*
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
[next]