summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Have ChannelBuilder use TransportHelper.Nick Mathewson2022-10-131-0/+1
| | | | | | This lets us build channels using different TransportHelpers, including the (new) default TransportHelper, which just uses the old connect_to_one() code.
* Remove semver.md files now that arti 1.0.1 is out.Nick Mathewson2022-10-031-1/+0
|
* ChanMgr: new (unimplemented) APIs for pluggable transportsNick Mathewson2022-09-231-0/+1
|
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-4/+0
|
* Add semver notesIan Jackson2022-08-171-0/+4
|
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
|
* ChanMgr: Add more contextual info to error types.Nick Mathewson2022-07-061-0/+1
Now each type has a peer. In some cases this peer is just an address, whereas in others (where key is relevant or address isn't yet narrowed down) it's a full OwnedChanTarget.