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
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
2
-2
/
+6
*
ffi: Document safety for each function using ffi_body_raw.
Nick Mathewson
2024-07-31
2
-3
/
+17
*
ffi: rename ffi_body_simple to ffi_body_raw
Nick Mathewson
2024-07-31
3
-18
/
+18
*
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
3
-26
/
+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
3
-206
/
+120
*
ffi: Always abort on panic.
Nick Mathewson
2024-07-31
3
-42
/
+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
2
-2
/
+11
*
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
3
-145
/
+406
*
rpc: Explain _why_ utf-8 in Utf8CString is a safety requirement.
Nick Mathewson
2024-07-31
1
-0
/
+6
*
Rename Utf8CStr=>Utf8CString
Nick Mathewson
2024-07-31
5
-18
/
+18
*
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
3
-32
/
+43
*
rpclib: Revise/condense "safety" docs for C functions
Nick Mathewson
2024-07-31
2
-38
/
+22
*
rpc: Rename OutPtr functions for clarity
Nick Mathewson
2024-07-31
3
-13
/
+13
*
rpclib: Grand error refactoring: outparam, not thread-local
Nick Mathewson
2024-07-31
3
-103
/
+60
*
rpclib: _Sketch_ of string API.
Nick Mathewson
2024-07-31
3
-35
/
+35
*
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
3
-31
/
+195
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
6
-5
/
+699
*
RPC: Make message types able to be CStr or str.
Nick Mathewson
2024-07-31
3
-22
/
+65
*
Merge branch 'rpclib-i64-id' into 'main'
David Goulet
2024-07-25
1
-3
/
+2
|
\
|
*
rpclib: Use i64 rather than u64 for request IDs.
Nick Mathewson
2024-07-22
1
-3
/
+2
*
|
rpc: Rename the error codes for something like consistency.
Nick Mathewson
2024-07-25
1
-3
/
+3
*
|
rpc: Remove RpcError data field and use Report
Nick Mathewson
2024-07-25
2
-13
/
+0
*
|
rpc: split "method not found"
Nick Mathewson
2024-07-25
1
-4
/
+2
*
|
rpclib: Add tests for errors that terminate an RpcConn.
Nick Mathewson
2024-07-24
1
-1
/
+101
*
|
rpclib: Initial tests for RpcConn
Nick Mathewson
2024-07-24
4
-4
/
+237
*
|
rpclib: Test low-level reader/writer.
Nick Mathewson
2024-07-24
1
-0
/
+125
*
|
rpc: Relax 'static requirement on execute_with_updates closure.
Nick Mathewson
2024-07-24
1
-1
/
+1
*
|
rpclib: do not include `"meta":null` when serializing.
Nick Mathewson
2024-07-24
1
-0
/
+1
*
|
rpclib: re-encode outgoing requests.
Nick Mathewson
2024-07-24
1
-5
/
+6
|
/
*
RPC: Fix rustdoc links.
Nick Mathewson
2024-07-16
2
-5
/
+5
*
rpc: Rename response_err and add a TODO about removing it
Nick Mathewson
2024-07-16
2
-2
/
+7
*
rpc: Add TODO about re-normalizing replies
Nick Mathewson
2024-07-16
1
-0
/
+4
*
rpc: Adjust documentation about reply types
Nick Mathewson
2024-07-16
1
-8
/
+16
*
rpc: Make "meta" an Option.
Nick Mathewson
2024-07-16
1
-6
/
+11
*
rpc: Remove negotiation code.
Nick Mathewson
2024-07-16
2
-53
/
+5
*
rpc-client: Apply the rest of the big warning set.
Nick Mathewson
2024-07-16
3
-3
/
+45
*
rpc client: Documentation.
Nick Mathewson
2024-07-16
8
-11
/
+178
*
Tests and documentation about NULs in the RPC stream.
Nick Mathewson
2024-07-16
2
-0
/
+20
[next]