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
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-2
/
+2
*
Fix typos
Dimitris Apostolou
2024-09-03
5
-5
/
+5
*
rpclib: Remove in_mut_ptr_opt, and document why.
Nick Mathewson
2024-08-27
3
-37
/
+22
*
rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`
Nick Mathewson
2024-08-27
4
-13
/
+25
*
rpclib: Allow ConnectionClosed in arti_socket_closed test
Nick Mathewson
2024-08-21
1
-0
/
+9
*
ffi: Rename arti_rpc_status_to_str.
Nick Mathewson
2024-08-14
2
-2
/
+2
*
cbindgen: Correctly hide "Utf8CString".
Nick Mathewson
2024-08-14
3
-9
/
+10
*
Merge branch 'ffi_dylib' into 'main'
Alexander Færøy
2024-08-13
1
-0
/
+3
|
\
|
*
ffi: Build client-core as a dynamic library.
Nick Mathewson
2024-08-06
1
-0
/
+3
*
|
ffi: Add support for request handles
Nick Mathewson
2024-08-12
6
-9
/
+285
*
|
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
3
-22
/
+80
*
|
Re-run cbindgen; new version has changed whitespace.
Nick Mathewson
2024-08-12
1
-3
/
+3
*
|
Re-run cbindgen to fix CI
Nick Mathewson
2024-08-08
1
-4
/
+0
*
|
Merge branch 'docsrs' into 'main'
Jim Newsome
2024-08-07
1
-1
/
+0
|
\
\
|
*
|
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
|
|
Merge branch 'cbindgen-ci' into 'main'
David Goulet
2024-08-07
2
-0
/
+33
|
\
\
\
|
*
|
|
Re-run cbindgen to update our generated header.
Nick Mathewson
2024-08-07
2
-0
/
+33
*
|
|
|
rpclib: Rename ParsedRequest to ParsedRequestFields
Nick Mathewson
2024-08-07
1
-11
/
+10
*
|
|
|
rpclib: Use JsonValue to re-encode requests.
Nick Mathewson
2024-08-07
4
-97
/
+81
*
|
|
|
rpclib: Unify error type for ValidatedRequest failure.
Nick Mathewson
2024-08-07
4
-12
/
+36
*
|
|
|
rpclib: Refactor request canonicalization
Nick Mathewson
2024-08-07
4
-28
/
+38
*
|
|
|
rpclib: Ensure that re-encoded responses end with NL
Nick Mathewson
2024-08-07
1
-1
/
+4
*
|
|
|
rpclib: Use JsonValue to re-encode responses
Nick Mathewson
2024-08-07
2
-38
/
+127
|
/
/
/
*
|
|
FFI: Expose the object ID for the session.
Nick Mathewson
2024-08-06
2
-0
/
+37
*
|
|
rpc: Make ObjectId hold a Utf8CString internally.
Nick Mathewson
2024-08-06
3
-15
/
+95
|
|
/
|
/
|
*
|
Merge branch 'rpc-reencoding' into 'main'
Nick Mathewson
2024-08-05
5
-93
/
+187
|
\
\
|
*
|
rpclib: Apply serde(default) to RpcMeta::updates.
Nick Mathewson
2024-08-05
1
-0
/
+1
|
*
|
rpclib: re-encode responses from arti, and preserve fields.
Nick Mathewson
2024-08-04
1
-60
/
+87
|
*
|
rpclib: preserve unrecognized request fields
Nick Mathewson
2024-08-04
2
-6
/
+41
|
*
|
rpclib: Split ParsedRequest and Request types.
Nick Mathewson
2024-08-04
3
-27
/
+58
|
|
/
*
|
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
*
|
rpc-client-core: Add thiserror #[source] annotations
Nick Mathewson
2024-08-03
2
-7
/
+7
|
/
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-2
/
+2
*
Run "fixup-features".
Nick Mathewson
2024-08-01
1
-1
/
+1
*
ffi: Make "sealed" a little less effective.
Nick Mathewson
2024-07-31
1
-7
/
+7
*
ffi: Re-run cbindgen.
Nick Mathewson
2024-07-31
2
-23
/
+55
*
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
3
-9
/
+18
*
ffi: Clarify rules for *out pointers.
Nick Mathewson
2024-07-31
1
-3
/
+5
*
ffi: use void to omit unreachable "on invalid" blocks
Nick Mathewson
2024-07-31
4
-26
/
+59
*
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
[next]