summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Remove two unused cases of "TestError"Nick Mathewson2024-05-052-6/+0
* Resolve some clippy warnings about empty rustdoc.Nick Mathewson2024-05-051-4/+4
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-1/+1
* remove unused dependenciestrinity-1686a2024-04-021-1/+0
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-1/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Introduce veneer in tor_rtcompatIan Jackson2023-10-112-0/+44
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* tor-async-utils: Deprecate DropNotifyEofSignallable::is_eofIan Jackson2023-08-171-2/+12
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+0
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* Remove semver.md files.Nick Mathewson2023-05-031-1/+0
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* async-utils: Add a SinkExt with a with_fnNick Mathewson2023-04-192-0/+85
* async-utils: rename sinkext to prepare_sendNick Mathewson2023-04-192-2/+2
* async-utils: rename SinkExt to SinkPrepareExtNick Mathewson2023-04-193-12/+13
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* JoinReadWrite: Minor docs improvements.Ian Jackson2023-04-061-3/+2
* JoinReadWrite: Move the example to the structIan Jackson2023-04-061-23/+25
* JoinReadWrite: Discuss using .reunite() or .unsplit()Ian Jackson2023-04-061-3/+5
* tor-async-utils: Introduce JoinReadWriteIan Jackson2023-04-053-1/+96
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-294-0/+765
* Make a new empty tor-async-utils crate.Nick Mathewson2023-03-293-0/+71