| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 4 | -0/+4 |
| | | |||||
| * | Fix some rustdoc warnings. | Nick Mathewson | 2024-03-12 | 1 | -1/+1 |
| | | | | | | These are mostly about explicitly linking to things that were already in scope. | ||||
| * | tor-relay-selection: Use partition() in testing code. | Nick Mathewson | 2024-03-12 | 1 | -9/+3 |
| | | |||||
| * | Rename and clarify result_is_relaxed. | Nick Mathewson | 2024-03-12 | 1 | -5/+5 |
| | | |||||
| * | Refactor RelaySelector to make its invariants less subtle. | Nick Mathewson | 2024-03-12 | 1 | -48/+61 |
| | | |||||
| * | Add a comment about future extensions to RestrictionInner. | Nick Mathewson | 2024-03-12 | 1 | -0/+6 |
| | | |||||
| * | tor-relay-selector: Clarify "flexible" vs "relaxed" a little. | Nick Mathewson | 2024-03-12 | 1 | -1/+2 |
| | | |||||
| * | relay-selection: Remove the extension traits for Relay and NetDir | Nick Mathewson | 2024-03-12 | 2 | -64/+0 |
| | | | | | | | I thought we would need these, but after the latest refactoring they turned out not to have any users, and one of them had only deprecated methods. Best just to drop them. | ||||
| * | Rename the RelayPredicate trait to discourage its being used directly. | Nick Mathewson | 2024-03-12 | 5 | -26/+42 |
| | | | | | Everybody who can, should instead use a RelaySelector. | ||||
| * | New crate to define a high-level API for relay selection | Nick Mathewson | 2024-03-12 | 7 | -0/+1649 |
| | | |||||
| * | Create a new empty tor-relay-selection crate. | Nick Mathewson | 2024-03-12 | 1 | -0/+42 |
