summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Create an API for TransportIdNick Mathewson2022-09-231-0/+1
|
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-2/+0
|
* tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-021-0/+2
| | | | | | | | | | | | | | We want the set of identities supported by a relay to be extensible in the future with minimal fuss; we'd also like to make working with these ID sets more convenient. To handle that, this commit adds a new trait for "Something that has the same IDs as a relay" and a new object for "an owned representation of a relay's IDs." This commit introduces a similar trait for "Something with a list of SocketAddr, like a relay has." There's no owned equivelent for that, since Vec<SocketAddr> is already a thing. Closes #428.
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
|
* tor-linkspec: Stop using infallible writers.Nick Mathewson2022-07-111-0/+1
|
* Add a semver note.Nick Mathewson2022-07-061-0/+1