summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
...
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-1/+1
* | Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-1/+1
|/
* Bump minor versionsIan Jackson2024-02-051-10/+10
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-3/+3
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-7/+7
* Fix typosDimitris Apostolou2024-01-081-1/+1
* Remove semver.md files.Nick Mathewson2023-12-041-2/+0
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-7/+7
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-4/+4
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Preserve HTTP status text in dirclient errors.Nick Mathewson2023-11-293-8/+22
* | Merge branch 'misc-upgrades' into 'main'Nick Mathewson2023-11-282-1/+3
|\ \ | |/ |/|
| * dirclient: Upgrade to http 1.0Nick Mathewson2023-11-282-1/+3
* | Only send Content-Length when needed.Nick Mathewson2023-11-272-19/+16
|/
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-1/+0
* Merge branch 'semver-bumps' into 'main'Nick Mathewson2023-10-311-6/+6
|\
| * Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-2/+2
| * Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-4/+4
* | Add cfg_attr allow(unused_imports) to two cratesIan Jackson2023-10-311-0/+6
|/
* tor-dirclient, tor-netdoc: Add TODO SPECs.Gabriela Moldovan2023-10-241-0/+1
* tor-dirclient: Always set the Content-Length header (fmt).Gabriela Moldovan2023-10-241-1/+4
* tor-dirclient: Always set the Content-Length header.Gabriela Moldovan2023-10-242-19/+12
* tor-dirclient: Add a Content-Length header (fmt).Gabriela Moldovan2023-10-241-1/+3
* tor-dirclient: Add a Content-Length header.Gabriela Moldovan2023-10-241-2/+16
* dirclient: Seal the Requestable trait and hide most of its members.Nick Mathewson2023-10-172-41/+68
* dirclient: Rename partial_docs_ok to partial_response_body_okNick Mathewson2023-10-173-24/+24
* dirclient: Make Requestable::anonymized mandatory.Nick Mathewson2023-10-172-3/+22
* dirclient: Explain why 1024 is a sufficient maximum response length.Nick Mathewson2023-10-161-0/+4
* dirclient: Wrap a somewhat wide comment.Nick Mathewson2023-10-161-5/+3
* Downgrade another TODO HSS and move it to TODO BREAKINGNick Mathewson2023-10-161-2/+3
* Privacy: Do not list supported encodings in hsdesc reqs.Nick Mathewson2023-10-163-28/+87
* dirclient: Change a todo to an API todo and make it less blocking.Nick Mathewson2023-10-161-1/+9
* tor-dirclient: Mark `DirResponse` as `#[must_use]`.Gabriela Moldovan2023-10-031-0/+1
* tor-dirclient: Set a non-zero expected response len for uploads.Gabriela Moldovan2023-10-031-5/+5
* Bump tor-dirclient patchlevel, since its dependency changed.Nick Mathewson2023-10-021-1/+1
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-3/+3
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-5/+5
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-4/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-7/+7
* Minor-version bumps for crates with breaking changes.Nick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-234-0/+4
* tor-dirclient: Fix clippy lints.Gabriela Moldovan2023-08-161-5/+5
* tor-dirclient: Remove unused `StringBody` trait.Gabriela Moldovan2023-08-162-27/+0
* tor-dirclient: Make Requestable return requests with String bodies.Gabriela Moldovan2023-08-163-52/+24
* tor-dirclient: Rename StringBody::str() to StringBody::as_str().Gabriela Moldovan2023-08-162-6/+6
* tor-dirclient: Deprecate download() instead of removing it.Gabriela Moldovan2023-08-162-1/+18
* tor-dirclient: Extend format test to check the body is formatted too (fmt)Gabriela Moldovan2023-08-161-1/+4