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
*
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
*
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 'sqlite-race' into 'main'
gabi-250
2024-07-31
2
-9
/
+62
|
\
|
*
tor-dirmgr: Replace from_conn impl with a call to from_conn_internal helper.
Gabriela Moldovan
2024-07-30
1
-7
/
+16
|
*
tor-dirmgr: Return an error if storage is readonly and DB is missing/incompat...
Gabriela Moldovan
2024-07-30
2
-14
/
+58
*
|
Merge branch 'cli-tests' into 'main'
gabi-250
2024-07-31
31
-0
/
+305
|
\
\
|
*
|
arti: Add tests for the arti hsc subcommand.
Gabriela Moldovan
2024-07-30
20
-0
/
+146
|
*
|
arti: Add tests for the arti hss subcommand.
Gabriela Moldovan
2024-07-30
12
-0
/
+159
|
|
/
*
|
Merge branch 'rtmock-doc' into 'main'
Ian Jackson
2024-07-30
1
-3
/
+20
|
\
\
|
*
|
tor-rtmock docs: Add some more discussion of the simulated time
Ian Jackson
2024-07-30
1
-1
/
+17
|
*
|
tor-rtmock docs: We have CoarseTimeProvider now
Ian Jackson
2024-07-30
1
-2
/
+3
|
|
/
[next]