| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -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. | ||||
| * | tor-proto: change channel selection fns to take `HasChanMethod` | Steven Engler | 2026-02-25 | 1 | -8/+9 |
| | | |||||
| * | Merge branch 'channel-canonical' into 'main' | David Goulet | 2026-02-12 | 1 | -3/+27 |
| |\ | | | | | | | | | Implement channel canonicity See merge request tpo/core/arti!3668 | ||||
| | * | chan: Use Canonicity when choosing a channel | David Goulet | 2026-02-12 | 1 | -3/+27 |
| | | | | | | | | | Signed-off-by: David Goulet <[email protected]> | ||||
| * | | tor-chanmgr: update comment in `open_channel_is_allowed()` | Steven Engler | 2026-02-11 | 1 | -2/+10 |
| | | | |||||
| * | | tor-chanmgr: channel selection functions take a `HasAddrs` | Steven Engler | 2026-02-11 | 1 | -18/+28 |
| |/ | | | | | | | We will want our channel selection functions (`open_channel_is_allowed`, `pending_channel_maybe_allowed`, and `choose_best_channel`) to inspect the requested target addresses in the future (see their TODOs), so these functions need to take a `HasAddrs` to get those addresses. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | tor-chanmgr: Add reparameterize_kist to AbstractChannel trait. | Gabriela Moldovan | 2025-01-15 | 1 | -0/+4 |
| | | | | | | Needed for the chanmgr to be able to update existing channels with new KIST settings read from the consensus. | ||||
| * | fix: fix typos | Dimitris Apostolou | 2025-01-06 | 1 | -1/+1 |
| | | |||||
| * | tor-chanmgr: update comments about selecting pending channels | Steven Engler | 2024-10-16 | 1 | -0/+25 |
| | | |||||
| * | tor-chanmgr: minor doc improvements | Steven Engler | 2024-10-01 | 1 | -3/+3 |
| | | |||||
| * | tor-chanmgr: add unit tests | Steven Engler | 2024-10-01 | 1 | -0/+416 |
| | | |||||
| * | tor-chanmgr: change `choose_best_channel` to take `IntoIterator` | Steven Engler | 2024-10-01 | 1 | -1/+3 |
| | | |||||
| * | tor-chanmgr: don't allow pending channels with no relay ids | Steven Engler | 2024-10-01 | 1 | -1/+7 |
| | | |||||
| * | tor-chanmgr: move channel selection logic to a new module | Steven Engler | 2024-10-01 | 1 | -0/+168 |
