summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-dirclient: Provide fallible DirResponse::output and into_outputIan Jackson2022-10-201-0/+2
|
* tor-dirclient: Make DirResponse be CloneIan Jackson2022-10-201-0/+1
| | | | I want this for testing. It seems friendly to provide it, though.
* tor-dirclient: Make RequestFailed its own error typeIan Jackson2022-10-201-0/+1
| | | | | | | We're going to have functions on Response that fail by returning only one of these. Sadly this diff is quite noisy.
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
|
* dirclient: Generalize MdSha256Empty to EmptyRequest.Nick Mathewson2022-07-071-0/+1
(It makes sense to use this for things that are not in fact lists of SHA256 digests of Microdescriptors.)