| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-basic-utils: SinkExt: Make with_fn a provided method (fmt) | Ian Jackson | 2026-07-16 | 1 | -5/+1 |
| | | |||||
| * | tor-basic-utils: SinkExt: Make with_fn a provided method | Ian Jackson | 2026-07-16 | 1 | -11/+6 |
| | | | | | This allows us to avoid recapitulating the signature. | ||||
| * | async-utils: Add a SinkExt with a with_fn | Nick Mathewson | 2023-04-19 | 1 | -0/+82 |
| | | | | | | (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 | 1 | -545/+0 |
| | | |||||
| * | async-utils: rename SinkExt to SinkPrepareExt | Nick Mathewson | 2023-04-19 | 1 | -11/+11 |
| | | |||||
| * | Move functionality from tor_basic_utils to tor_async_utils | Nick Mathewson | 2023-03-29 | 1 | -0/+545 |
| This commit is mostly code movement; I'd recommend reviewing it with git's `--color-moved` option. | |||||
