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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ffi: Document on-error behavior of consuming and setting.
Nick Mathewson
2024-07-31
1
-0
/
+5
*
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
3
-5
/
+18
*
RPC FFI: Write a bit more text for the C no-UB requirements.
Nick Mathewson
2024-07-31
2
-11
/
+26
*
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
*
Copy suggestions from .h file to cbindgen.toml
Nick Mathewson
2024-07-31
1
-7
/
+9
*
rpclib: Suggestions from @diziet for improving safety docs.
Nick Mathewson
2024-07-31
2
-8
/
+11
*
rpclib ffi: Grand identifier renaming
Nick Mathewson
2024-07-31
5
-71
/
+92
*
rpclib: Revise/condense "safety" docs for C functions
Nick Mathewson
2024-07-31
4
-98
/
+78
*
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
6
-155
/
+138
*
rpclib: _Sketch_ of string API.
Nick Mathewson
2024-07-31
6
-40
/
+66
*
rpclib: Add "STATUS" to status codes.
Nick Mathewson
2024-07-31
2
-16
/
+16
*
rpc: Improve documentation and strings for FFI status codes.
Nick Mathewson
2024-07-31
2
-6
/
+54
*
rpclib: Tweaks from review to header documentation.
Nick Mathewson
2024-07-31
2
-6
/
+12
*
rpc ffi: Try a more reference-driven approach to pointer handling.
Nick Mathewson
2024-07-31
5
-31
/
+198
*
Add a script to run cbindgen and check its outputs.
Nick Mathewson
2024-07-31
2
-0
/
+370
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
9
-6
/
+822
*
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
5
-4
/
+240
*
|
rpclib: Test low-level reader/writer.
Nick Mathewson
2024-07-24
2
-0
/
+126
*
|
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
4
-4
/
+46
*
rpc client: Documentation.
Nick Mathewson
2024-07-16
9
-11
/
+179
*
Tests and documentation about NULs in the RPC stream.
Nick Mathewson
2024-07-16
2
-0
/
+20
*
Make ErrorResponse (a string) our preferred way to return an error.
Nick Mathewson
2024-07-16
3
-11
/
+56
*
rpc-client: Resolve some dead-code warnings.
Nick Mathewson
2024-07-16
3
-23
/
+11
*
rpc client: Remove Unvalidated{Reader,Writer}.
Nick Mathewson
2024-07-16
2
-98
/
+33
*
rpc client: resolve unused-foo warnings.
Nick Mathewson
2024-07-16
3
-4
/
+2
*
rpc-client: Expose a few types as pub.
Nick Mathewson
2024-07-16
1
-0
/
+3
*
Make RequestId and ObjectId public.
Nick Mathewson
2024-07-16
1
-2
/
+2
[prev]
[next]