summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-async-utils: SinkCloseChannel: Tidy up doc commentIan Jackson2024-10-021-4/+5
| * Provide SinkCloseChannelIan Jackson2024-10-012-0/+71
* | tor-async-utils: SinkTrySend: Fix a doc commentIan Jackson2024-10-021-1/+1
|/
* tor-async-utils: Avoid needless nesting of ErasedSinkTrySendErrorIan Jackson2024-10-011-1/+22
* tor-async-utils: Provide tests for ErasedSinkTrySendErrorIan Jackson2024-10-012-0/+68
* tor-async-utils: Implement SinkTrySend for mpsc::SenderIan Jackson2024-10-013-0/+140
* tor-async-utils: Provide new SinkTrySend traitIan Jackson2024-10-012-0/+57
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-3/+3
* oneshot-fused-workaround: Set the initial version to 0.1.0.Gabriela Moldovan2024-09-031-1/+1
* tor-async-utils: Re-export oneshot-fused-workaround as oneshot.Gabriela Moldovan2024-09-032-0/+3
* Move stream_peek into tor-async-utilsJim Newsome2024-08-293-0/+525
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-282-43/+0
* tor-async-utils: add traits PeekableStream and UnobtrusivePeekableStreamJim Newsome2024-08-212-0/+129
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-1/+1
* 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