| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document more that cancel is uncancellable. | Nick Mathewson | 2025-01-22 | 1 | -0/+2 |
| | | |||||
| * | rpc: Make cancel requests uncancellable. | Nick Mathewson | 2025-01-22 | 1 | -2/+2 |
| | | | | | | | | | | The current cancel code is prone to deadlock, so the easiest way to solve it appears to be making cancel requests themselves uncancellable. I've included a test to verify the behavior; previously, this test caused a deadlock. | ||||
| * | rpc: Implement the rpc:cancel command. | Nick Mathewson | 2025-01-16 | 1 | -0/+44 |
