| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 2 | -0/+2 |
| | | |||||
| * | tor-async-utils: Deprecate DropNotifyEofSignallable::is_eof | Ian Jackson | 2023-08-17 | 1 | -2/+12 |
| | | | | | | | | This was introduced in c82cda85d69d tor-basic-utils: DropNotifyWatchSender: use DropNotifyEofSignallable and already, then, the is_eof() method is redundant. | ||||
| * | Run add_warnings on all files. | Nick Mathewson | 2023-08-04 | 1 | -2/+2 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 3 | -0/+3 |
| | | |||||
| * | Run add_warning to remove `missing_panics_doc` deny. | Nick Mathewson | 2023-07-06 | 1 | -1/+0 |
| | | | | | Closes #950. | ||||
| * | lints: Run maint/add_warning to actually apply new lints | Ian Jackson | 2023-06-21 | 1 | -0/+2 |
| | | |||||
| * | 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 | 2 | -12/+12 |
| | | |||||
| * | 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 | 2 | -0/+95 |
| | | | | | | 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 | 3 | -0/+759 |
| | | | | | | 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 | 1 | -0/+39 |
