summaryrefslogtreecommitdiff
path: root/crates/arti-ureq/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-2/+2
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-4/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* arti-ureq: Move `builder()` and `new()` to non-generic PreferredRuntime implnield2025-08-041-4/+6
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-3/+3
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Merge branch 'arti-ureq-remove-early-return' into 'main'Ian Jackson2025-05-191-4/+0
|\
| * arti-ureq: Remove obsolete early return in await_inputNiel Duysters2025-05-191-4/+0
* | *: use std::io::Error::other in many placesNick Mathewson2025-05-151-1/+1
|/
* arti-ureq: Simplify use of map_or().Nick Mathewson2025-04-091-4/+4
* arti-ureq: New library which integrates with ureqnield2025-04-091-0/+1026