summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/util.rs
Commit message (Expand)AuthorAgeFilesLines
* arti, cell, dirclient: Use expect instead of unwrap.Nick Mathewson2025-05-291-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Only send Content-Length when needed.Nick Mathewson2023-11-271-12/+9
* 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-241-12/+5
* 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
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-dirclient: Fix clippy lints.Gabriela Moldovan2023-08-161-5/+5
* tor-dirclient: Make Requestable return requests with String bodies.Gabriela Moldovan2023-08-161-20/+9
* tor-dirclient: Rename StringBody::str() to StringBody::as_str().Gabriela Moldovan2023-08-161-2/+2
* 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: Make the body type of a `Requestable` type configurable.Gabriela Moldovan2023-08-161-2/+4
* tor-dirclient: Rename download() to send_request().Gabriela Moldovan2023-08-161-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-2/+6
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+42