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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
5
-26
/
+60
|
*
|
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
|
*
|
Add a missing "-".
Nick Mathewson
2024-07-31
1
-1
/
+1
|
*
|
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
5
-3
/
+550
|
*
|
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
10
-6
/
+830
|
*
|
RPC: Make message types able to be CStr or str.
Nick Mathewson
2024-07-31
3
-22
/
+65
*
|
|
Merge branch 'ci-bis' into 'main'
Nick Mathewson
2024-07-31
1
-11
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CI: Only preserve rust-recent artifacts, don't process rust-latest ones
Ian Jackson
2024-07-31
1
-5
/
+5
|
*
|
CI: Use YAML anchors rather than .extends for rust-recent/rust-latest
Ian Jackson
2024-07-31
1
-6
/
+12
|
/
/
*
|
Merge branch 'bytemuck-update' into 'main'
Ian Jackson
2024-07-31
1
-2
/
+2
|
\
\
|
*
|
Update bytemuck to 1.16.3; previous version was yanked.
Nick Mathewson
2024-07-31
1
-2
/
+2
|
/
/
*
|
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
34
-0
/
+491
|
\
\
\
|
*
|
|
CI: Add TODOs about rethinking matrix_test.
Gabriela Moldovan
2024-07-30
1
-0
/
+9
|
*
|
|
editorconfig: Ignore the files from the test state dirs.
Gabriela Moldovan
2024-07-30
1
-0
/
+8
|
*
|
|
arti: Add tests for the arti hsc subcommand.
Gabriela Moldovan
2024-07-30
20
-0
/
+146
|
*
|
|
CI: Add cli-test job.
Gabriela Moldovan
2024-07-30
1
-0
/
+11
|
*
|
|
arti: Add tests for the arti hss subcommand.
Gabriela Moldovan
2024-07-30
13
-0
/
+317
|
|
/
/
*
|
|
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
[prev]
[next]