| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some rustdoc links and copypaste errors in tor-netdir. | Nick Mathewson | 2024-04-04 | 1 | -3/+7 |
| | | |||||
| * | tor-netdir: Abolish Relay::has_same_relay_ids | Ian Jackson | 2024-04-03 | 1 | -1/+2 |
| | | | | | This was an open-coded specialisation. Remove the one call site. | ||||
| * | Comment fixes in RelayDetails refactor. | Ian Jackson | 2024-04-03 | 1 | -2/+4 |
| | | |||||
| * | Move rs_is_dircache to details.rs | Nick Mathewson | 2024-03-28 | 1 | -3/+9 |
| | | |||||
| * | Rename `Relay::same_relay` and make it private. | Nick Mathewson | 2024-03-28 | 1 | -1/+1 |
| | | | | | | Everybody outside of tor-netdir should use HasRelayIds::same_relay_ids, whose intent is clearer. | ||||
| * | Remove all *Relay is_flagged_guard methods. | Nick Mathewson | 2024-03-28 | 1 | -23/+1 |
| | | | | | These were only used for testing. | ||||
| * | Move most functions from *Relay to *RelayDetails | Nick Mathewson | 2024-03-28 | 1 | -22/+21 |
| | | | | | | | | | In *RelayDetails, this is just a matter of changing a bunch of `self`s to `self.0`. Additionally, I've added temporary stub functions to delegate to the new functions. | ||||
| * | Relocate declarations of *Relay methods to details.rs | Nick Mathewson | 2024-03-28 | 1 | -0/+140 |
| | | | | | This is 99% code movement. | ||||
| * | Add low_level_details to {Unchecked,}Relay. | Nick Mathewson | 2024-03-27 | 1 | -0/+47 |
| I'm going to use this wrapper type to hide checks that should mostly not be used without careful thinking. There are also comments here explaining when you'd want to use these types, and when you shouldn't. Part of #504. | |||||
