summaryrefslogtreecommitdiff
path: root/crates/arti-ureq
Commit message (Expand)AuthorAgeFilesLines
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-6/+6
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-6/+6
* Upgrade ureq dependency to ~3.1.0Nick Mathewson2025-08-261-1/+6
* 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-072-2/+2
* Version bumps for 1.4.6Ian Jackson2025-08-051-5/+5
* 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
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-5/+5
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* release: Delete semver.md files after release.Alexander Hansen Færøy2025-06-051-1/+0
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-5/+5
* Add missing semver entry related to the rustls change to arti-ureq.Alexander Hansen Færøy2025-06-031-0/+1
* Fix various missing incorrect feature entries as prep for release.Alexander Hansen Færøy2025-06-031-2/+3
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+9
* Merge branch 'arti-ureq-remove-early-return' into 'main'Ian Jackson2025-05-192-5/+1
|\
| * arti-ureq: Remove obsolete early return in await_inputNiel Duysters2025-05-192-5/+1
* | *: use std::io::Error::other in many placesNick Mathewson2025-05-151-1/+1
|/
* arti-ureq: Specify versions for dependencies.Nick Mathewson2025-05-011-4/+4
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-1/+1
* chore: Run fixup-features.Wesley Aptekar-Cassels2025-04-301-1/+8
* arti-ureq: Simplify use of map_or().Nick Mathewson2025-04-091-4/+4
* arti-ureq: New library which integrates with ureqnield2025-04-093-0/+1093