aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/request.rs
Commit message (Expand)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-2/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* dirclient: improve macro documentationNick Mathewson2026-05-121-6/+16
* dirclient: Split EncodedRequest and RequestBody.Nick Mathewson2026-05-121-8/+8
* dirclient: Add a request to upload routerdescsNick Mathewson2026-05-121-34/+67
* dirclient: Implement Requestable for Arc<dyn Requestable>.Nick Mathewson2026-05-121-1/+17
* dirclient, hsservice: Use Arc<str> for hsdesc publishing.Nick Mathewson2026-05-121-2/+4
* tor-dirclient: Avoid copying bytes that we want to POST.Nick Mathewson2026-05-121-12/+12
* tor-dirclient: Introduce a new RequestBody type.Nick Mathewson2026-05-121-24/+20
* tor-dirclient: port to web-time-compat.Nick Mathewson2026-03-261-1/+2
* tor-dirclient: Add TODO wrt Default for requestsClara Engler2026-03-181-0/+2
* tor-dirclient: Add TODO for renamingClara Engler2026-03-121-0/+1
* tor-dirclient: No ref semantic in ExtraInfoClara Engler2026-03-121-6/+6
* tor-dirclient: Small semantic fixupsClara Engler2026-03-121-5/+15
* tor-dirclient: Support for extra-info requestsClara Engler2026-03-111-1/+118
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::PlainIan Jackson2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-12/+41
* dirclient: Use the new Tunnel interfaceDavid Goulet2025-08-051-6/+8
* Remove comment saying we do not implement consensus diffsNick Mathewson2025-06-101-2/+0
* dirclient: Stop sending suffix .z in URLs.Nick Mathewson2025-05-271-14/+11
* tor-dirclient: modify `check_circuit` to use `first_hop_clock_skew`Steven Engler2025-02-101-14/+29
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typosDimitris Apostolou2024-01-081-1/+1
* Only send Content-Length when needed.Nick Mathewson2023-11-271-7/+7
* tor-dirclient: Always set the Content-Length header.Gabriela Moldovan2023-10-241-7/+7
* dirclient: Seal the Requestable trait and hide most of its members.Nick Mathewson2023-10-171-39/+67
* dirclient: Rename partial_docs_ok to partial_response_body_okNick Mathewson2023-10-171-23/+22
* dirclient: Make Requestable::anonymized mandatory.Nick Mathewson2023-10-171-3/+21
* 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-161-19/+46
* dirclient: Change a todo to an API todo and make it less blocking.Nick Mathewson2023-10-161-1/+9
* tor-dirclient: Set a non-zero expected response len for uploads.Gabriela Moldovan2023-10-031-5/+5
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-dirclient: Remove unused `StringBody` trait.Gabriela Moldovan2023-08-161-26/+0
* tor-dirclient: Make Requestable return requests with String bodies.Gabriela Moldovan2023-08-161-31/+14
* tor-dirclient: Rename StringBody::str() to StringBody::as_str().Gabriela Moldovan2023-08-161-4/+4
* tor-dirclient: Add `HsDescUploadRequest`.Gabriela Moldovan2023-08-161-0/+46
* tor-dirclient: Make the body type of a `Requestable` type configurable.Gabriela Moldovan2023-08-161-1/+42
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-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-271-8/+12
* dirclient: Explain why hardcoding "3" is ok.Nick Mathewson2023-06-271-1/+7
* 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