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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
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
|
|
/
/
/
*
/
/
/
arti: Elide the -c help in the expected output of the CLI tests.
Gabriela Moldovan
2024-08-05
1
-2
/
+1
|
/
/
/
*
|
|
Merge branch 'hss-nickname-error' into 'main'
gabi-250
2024-08-02
2
-4
/
+7
|
\
\
\
|
*
|
|
Have `arti hss onion-name` error if it doesn't print the onion name
Kunal Mehta
2024-08-01
2
-4
/
+7
*
|
|
|
Merge branch 'use-unordered-futures-rebased' into 'main'
Jim Newsome
2024-08-01
7
-144
/
+1109
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
tor-proto: Remove circuit reactor's outbound buffer
Jim Newsome
2024-08-01
1
-71
/
+13
|
*
|
|
tor-proto::circuit::StreamMap: Use StreamPollSet
Jim Newsome
2024-08-01
4
-76
/
+129
|
*
|
|
Add StreamPollSet
Jim Newsome
2024-08-01
2
-0
/
+603
|
*
|
|
Add KeyedFuturesUnordered
Jim Newsome
2024-08-01
2
-0
/
+367
|
|
/
/
*
/
/
Remove semver.md files post-release.
Nick Mathewson
2024-08-01
3
-3
/
+0
|
/
/
*
|
Bump "arti" crate to 1.2.6
Nick Mathewson
2024-08-01
3
-3
/
+3
*
|
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
45
-358
/
+358
*
|
Run "cargo update" for crates/{equix/hashx}/bench.
Nick Mathewson
2024-08-01
2
-162
/
+210
*
|
Minor bumps on fslock-guard, fs-mistrust, equix
Nick Mathewson
2024-08-01
3
-3
/
+3
*
|
Run "fixup-features".
Nick Mathewson
2024-08-01
3
-3
/
+3
|
/
*
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
*
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
[prev]
[next]