summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Missing semver entry for new dirclient API from !1323Nick Mathewson2023-06-281-0/+1
|
* dirclient: Make maximum hsdesc length adjustable.Nick Mathewson2023-06-271-0/+0
|
* Remove semver.md files.Nick Mathewson2023-05-031-1/+0
|
* Add a semver entry for !1112.Nick Mathewson2023-04-101-0/+1
|
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-4/+0
|
* 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.)