| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 2 | -0/+2 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 2 | -0/+2 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 2 | -0/+2 |
| | | |||||
| * | Allow clippy::unchecked_duration_subtraction in tests | Nick Mathewson | 2023-01-27 | 2 | -0/+2 |
| | | | | | | This panics on error, and we're fine with a panic on misbehavior in tests. | ||||
| * | test lint blocks: Add many many automatically | Ian Jackson | 2022-12-12 | 1 | -0/+8 |
| | | | | | | This is precisely the result of running the rune in maint/adhoc-add-lint-blocks. | ||||
| * | linkspec: Add test for lookup on no-ids. | Nick Mathewson | 2022-11-28 | 1 | -0/+1 |
| | | |||||
| * | Add a test for ByRelayIds::remove_by_all_ids | Nick Mathewson | 2022-11-28 | 1 | -2/+21 |
| | | |||||
| * | Remove allow() for a false-positive warn on Rust 1.56. | Nick Mathewson | 2022-11-10 | 1 | -3/+0 |
| | | |||||
| * | ByRelayIds: Add additional accessor functions. | Nick Mathewson | 2022-10-25 | 1 | -0/+51 |
| | | | | | | These are the ones that turned out to be necessary while converting guard samples to use ByRelayIds. | ||||
| * | linkspec: Add ByRelayIds::remove_exact. | Nick Mathewson | 2022-10-18 | 1 | -0/+65 |
| | | | | | | We need a function to remove an entry if it appears with _exactly_ the same relay Ids, but not otherwise. This method will do that. | ||||
| * | linkspec: Add an "all_overlapping" accessor to ByRelayIds. | Nick Mathewson | 2022-10-18 | 1 | -0/+112 |
| | | | | | | | | Also, add a few tests for this and the other accessors. We'll need this accessor to find whether we have any channels to _any_ of the identities that we're trying to connect to. | ||||
| * | Write tests for RelayIdSet. | Nick Mathewson | 2022-10-15 | 1 | -0/+119 |
| | | |||||
| * | tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIds | Nick Mathewson | 2022-10-04 | 1 | -0/+60 |
| | | | | | | This is based on the type generated with n_key_set, with a couple of extra methods to take advantage of RelayId and RelayIdRef. | ||||
| * | Introduce a RelayIdSet and use it in place of HashSet<RelayId>. | Nick Mathewson | 2022-08-10 | 1 | -0/+135 |
| This makes lookups a little more efficient. I do with that HashSet just supported this use-case, but for now this seems our best option. | |||||
