aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/owned.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* RelayId: Display the ID type on redacted identities.Nick Mathewson2023-06-091-1/+1
* linkspec: implement Display/Redacted on RelayIdsNick Mathewson2023-06-091-0/+22
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-281-0/+11
* tor-linkspec: Provide LoggedChanTarget type alias and utility methodIan Jackson2022-11-231-0/+11
* Merge branch 'refactor_into_ownedchantarget' into 'main'Nick Mathewson2022-11-181-0/+18
|\
| * CircMgr: Refactor DirSpecificTarget constructorNick Mathewson2022-11-181-0/+18
* | Remove impl Display for OwnedCircTargetNick Mathewson2022-11-171-7/+0
* | ChanTarget: Add a display function, with better output.Nick Mathewson2022-11-171-11/+1
|/
* guardmgr: Refactor the interior of FirstHop.Nick Mathewson2022-10-241-15/+8
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-111-11/+16
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-56/+21
* Add builders for OwnedChanTarget/OwnedCircTargetNick Mathewson2022-10-061-12/+60
* Begin revising HasAddr and its relationship to ChanTargetNick Mathewson2022-10-061-4/+32
* Add a HasChanMethods trait, with a bunch of open TODO questions.Nick Mathewson2022-09-231-0/+1
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-27/+33
* Introduce HasRelayIds::same_relay_ids.Nick Mathewson2022-08-021-4/+2
* Implement serde traits on RelayIds.Nick Mathewson2022-08-021-2/+5
* tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-021-15/+60
* ChanMgr: errors: attribute errors to correct address.Nick Mathewson2022-07-061-0/+14
* tor-linkspec: impl Display for OwnedChanTarget and OwnedCircTargetIan Jackson2022-02-041-0/+23
* tor-linkspec: Remove redundant method; add more tests.Nick Mathewson2021-12-041-1/+26
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+139