summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tor-dirclient: Extend format test to check the body is formatted too.Gabriela Moldovan2023-08-161-8/+22
* tor-dirclient: Move request building to a test helper function.Gabriela Moldovan2023-08-161-11/+13
* tor-dirclient: Add `HsDescUploadRequest`.Gabriela Moldovan2023-08-163-0/+50
* tor-dirclient: Make the body type of a `Requestable` type configurable.Gabriela Moldovan2023-08-163-3/+48
* tor-dirclient: Rename download() to send_request().Gabriela Moldovan2023-08-163-6/+8
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-3/+3
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-4/+4
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-104-0/+5
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-7/+7
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-2/+3
* Missing semver entry for new dirclient API from !1323Nick Mathewson2023-06-281-0/+1
* dirclient: use correct default max_lenNick Mathewson2023-06-271-2/+2
* dirclient: Correct an erroneous comment.Nick Mathewson2023-06-271-1/+2
* dirclient: Make maximum hsdesc length adjustable.Nick Mathewson2023-06-272-8/+12
* dirclient: Explain why hardcoding "3" is ok.Nick Mathewson2023-06-271-1/+7
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-11/+11
* Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+6