| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Add KeyedFuturesUnordered | Jim Newsome | 2024-08-01 | 2 | -0/+367 | |
| * | | | | | Remove semver.md files post-release. | Nick Mathewson | 2024-08-01 | 3 | -3/+0 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'changelog-1.2.6' into 'main'arti-v1.2.6 | Nick Mathewson | 2024-08-01 | 1 | -0/+187 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Re-run update-md-links. | Nick Mathewson | 2024-08-01 | 1 | -1/+0 | |
| | * | | | Final (?) 1.2.6 changelog tweaks | Nick Mathewson | 2024-08-01 | 1 | -8/+5 | |
| | * | | | Apply 1 suggestion(s) to 1 file(s) | Nick Mathewson | 2024-08-01 | 1 | -2/+2 | |
| | * | | | Apply 1 suggestion(s) to 1 file(s) | Nick Mathewson | 2024-08-01 | 1 | -1/+1 | |
| | * | | | changelog: add links. | Nick Mathewson | 2024-08-01 | 1 | -6/+66 | |
| | * | | | Initial changelog for 1.2.6 | Nick Mathewson | 2024-08-01 | 1 | -0/+131 | |
| * | | | | Merge branch 'version-bumps-arti-v1.2.6' into 'main' | Nick Mathewson | 2024-08-01 | 51 | -570/+618 | |
| |\ \ \ \ | ||||||
| | * | | | | Bump "arti" crate to 1.2.6 | Nick Mathewson | 2024-08-01 | 4 | -4/+4 | |
| | * | | | | Bump versions for tor- and arti- crates to 0.21.0 | Nick Mathewson | 2024-08-01 | 46 | -398/+398 | |
| | * | | | | 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 | 4 | -6/+6 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'updates-20240801' into 'main' | Nick Mathewson | 2024-08-01 | 1 | -251/+297 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Unpin cc | Ian Jackson | 2024-08-01 | 2 | -2/+0 | |
| | * | | | Cargo.lock: Downgrade cc again | Ian Jackson | 2024-08-01 | 2 | -10/+12 | |
| | * | | | Run "cargo update" in preparation for release. | Nick Mathewson | 2024-08-01 | 1 | -261/+307 | |
| |/ / / | ||||||
| * | | | Merge branch 'fixup-features' into 'main' | Nick Mathewson | 2024-08-01 | 3 | -3/+3 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Run "fixup-features". | Nick Mathewson | 2024-08-01 | 3 | -3/+3 | |
| |/ / | ||||||
| * | | Merge branch 'rpc_ffi_beginnings' into 'main' | Nick Mathewson | 2024-07-31 | 16 | -31/+2137 | |
| |\ \ | ||||||
| | * | | 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 | 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 | |
