summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* rpc: Move responsibility for wrapping streams to rpc-client-coreNick Mathewson2026-02-041-0/+1
| | | | | This will be necessary since, in order to make the RPC stuff nonblocking, we'll need a better API than just `Box<dyn Read>` etc.
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-11/+0
|
* AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-0/+7
| | | | Change `..UnixAddress...` to `...AfUnixAddress..`.
* RPC: Abolish an unused and misnamed error variantIan Jackson2025-03-241-0/+4
This variant breaches the new guidelines about AF_UNIX terminology. And its purpose is unclear and it's not used.