aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/load.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* rpc-connect: Remove extra slash in doc commentGabriela Moldovan2025-12-011-1/+1
|
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* rpc-connect: Use file_access() API, and permit symlinks.Nick Mathewson2025-01-271-10/+9
|
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
|
* rpc-connect: Make LoadOptions buildable.Nick Mathewson2024-12-191-1/+2
|
* rpc-connect: Move tempdir() helper to a new moduleNick Mathewson2024-11-191-17/+2
|
* RPC connect points: Facility to load from files.Nick Mathewson2024-11-191-0/+389