| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | rpc: Expose a delegation table in arti:x_list_all_rpc_methods | Nick Mathewson | 2024-09-24 | 1 | -1/+44 |
| | | | | | Closes #1624. | ||||
| * | rpcbase: Feature to list the RPC methods and what they apply to. | Nick Mathewson | 2024-08-12 | 1 | -0/+99 |
