aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/response.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* dirclient: Add accessor for status message.Nick Mathewson2026-05-121-0/+5
* Rename DirResponse::from_body to from_get_bodyClara Engler2026-03-041-1/+1
* tor-dirclient: Only fail on empty GET responsesClara Engler2026-03-041-7/+12
* tor-dirclient: Disallow empty successful responsesClara Engler2026-03-041-0/+9
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* dirclient: Use the new Tunnel interface (fmt).Gabriela Moldovan2025-08-051-1/+3
* dirclient: Use the new Tunnel interfaceDavid Goulet2025-08-051-9/+10
* Rename last_hop to last_hop_info to fix name conflictNick Mathewson2025-07-101-3/+3
* dirclient: Make SourceInfo::from_circuit public.Nick Mathewson2025-07-101-8/+8
* dirclient: refactor logic for constructing a SourceInfo from a circuitNick Mathewson2025-07-101-5/+11
* tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-151-4/+4
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Preserve HTTP status text in dirclient errors.Nick Mathewson2023-11-291-4/+13
* tor-dirclient: Mark `DirResponse` as `#[must_use]`.Gabriela Moldovan2023-10-031-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-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
* tor-dirclient: Replace OwnedChanTarget with LoggedChanTarget in SourceInfoIan Jackson2022-11-231-4/+4
* tor-dirclient: Response: Provide into_output_stringIan Jackson2022-11-031-0/+11
* tor-dirclient::DirResponse: provide output_stringIan Jackson2022-10-251-0/+17
* tor-dirclient: Provide fallible DirResponse::output and into_outputIan Jackson2022-10-201-1/+80
* tor-dirclient: Make DirResponse be CloneIan Jackson2022-10-201-1/+1
* tor-dirclient Response: Rename output methodsIan Jackson2022-10-201-2/+6
* Improve display for tor-dircache errors.Nick Mathewson2022-07-071-1/+1
* Fix a portability issue with Rust 1.56Nick Mathewson2022-05-161-1/+1
* DirMgr: Improve display for DocSourceNick Mathewson2022-05-161-1/+2
* dirclient: Collect and expose peer information from errors.Nick Mathewson2022-03-211-4/+4
* dirclient: Remember the source of each resposne we receive.Nick Mathewson2022-03-211-6/+15
* Tests for tor-dirmgr::bootstrapNick Mathewson2021-11-111-0/+5
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+91