| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | async-utils: Add a SinkExt with a with_fn | Nick Mathewson | 2023-04-19 | 2 | -0/+85 | |
| | | | | | | (This function behaves as `futures::sink::SinkExt::with`, except that the function that it takes does not return a future.) | |||||
| * | async-utils: rename sinkext to prepare_send | Nick Mathewson | 2023-04-19 | 2 | -2/+2 | |
| | | ||||||
| * | async-utils: rename SinkExt to SinkPrepareExt | Nick Mathewson | 2023-04-19 | 3 | -12/+13 | |
| | | ||||||
| * | Increment MSRV to 1.65 in every crate. | Nick Mathewson | 2023-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | JoinReadWrite: Minor docs improvements. | Ian Jackson | 2023-04-06 | 1 | -3/+2 | |
| | | ||||||
| * | JoinReadWrite: Move the example to the struct | Ian Jackson | 2023-04-06 | 1 | -23/+25 | |
| | | | | | This makes it more prominent on the rustdoc page. | |||||
| * | JoinReadWrite: Discuss using .reunite() or .unsplit() | Ian Jackson | 2023-04-06 | 1 | -3/+5 | |
| | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1115#note_2894238 And move the "This is the converse" comment to somewhere it actually appears in public docs. The module-level docs only appear with --document-private-items because the modules themselves are private. | |||||
| * | tor-async-utils: Introduce JoinReadWrite | Ian Jackson | 2023-04-05 | 3 | -1/+96 | |
| | | | | | | I wanted one of these for a test stream. Unaccountably neither the futures crate, nor tokio, seem to have one! | |||||
| * | Move functionality from tor_basic_utils to tor_async_utils | Nick Mathewson | 2023-03-29 | 4 | -0/+765 | |
| | | | | | | This commit is mostly code movement; I'd recommend reviewing it with git's `--color-moved` option. | |||||
| * | Make a new empty tor-async-utils crate. | Nick Mathewson | 2023-03-29 | 3 | -0/+71 | |
