summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Upgrade async-compression dependency to 0.4.0.Nick Mathewson2023-05-221-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-12/+4
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+12
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+10
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Remove semver.md files.Nick Mathewson2023-05-031-1/+0
* Increment crate versions.Nick Mathewson2023-05-031-11/+11
* Bump our own memchr dependency to 2.5Nick Mathewson2023-04-221-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Add a semver entry for !1112.Nick Mathewson2023-04-101-0/+1
* Use an Enum for the description requesttranna2023-04-101-37/+54
* dirclient: fix an "unused import" warning.Nick Mathewson2023-04-061-1/+1
* tor-dirclient: Add a comment about 50 x 1024gabi-2502023-04-031-0/+1
* tor-dirclient: Add test case for HsDescDownloadRequestIan Jackson2023-04-031-1/+21
* tor-dirclient: Provide HsDescDownloadRequestIan Jackson2023-04-032-0/+46
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-5/+5