| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 3 | -4/+4 |
| | | | | | Run maint/add_warning | ||||
| * | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt` | Steven Engler | 2025-11-04 | 2 | -2/+2 |
| | | |||||
| * | futures-copy: Add a test for an interactive protocol | Nick Mathewson | 2025-10-28 | 2 | -8/+117 |
| | | | | | | | This makes sure that flushes happen correctly by relaying traffic over a pair of buffered connections between two parties that don't say anything until they receive a message. | ||||
| * | New futures-copy crate to replace copy_interactive. | Nick Mathewson | 2025-10-28 | 6 | -0/+1186 |
| This crate's API is loosely based on some of tokio's functions, and its implementation strategy is loosely based on futures::io::copy. It's designed to be generally useful outside of the arti ecosystem. Should help with the original challenge of #786. | |||||
