| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix a documentation link. | Nick Mathewson | 2025-11-13 | 1 | -1/+1 |
| | | |||||
| * | tor-proto: Track information on when tunnels were last used | Nick Mathewson | 2025-11-12 | 1 | -0/+5 |
| | | | | | This is part of an implementation for proposal 368. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt) | Gabriela Moldovan | 2025-10-21 | 1 | -1/+1 |
| | | |||||
| * | proto: Move StreamMpsc{Sender,Receiver} to stream module | Gabriela Moldovan | 2025-10-21 | 1 | -1/+1 |
| | | | | | These will be shared with the relay code. | ||||
| * | proto: Add TODO about future code motion | Gabriela Moldovan | 2025-10-21 | 1 | -0/+4 |
| | | |||||
| * | proto: Move halfstream under streammap | Gabriela Moldovan | 2025-10-21 | 1 | -1/+4 |
| | | | | | | | That way we don't need to make halfstream `pub(crate)` (we only really use it in streammap, and in the client reactor, because of the `handle_msg()` kludge). | ||||
| * | proto: Move streammap out of the client module | Gabriela Moldovan | 2025-10-21 | 1 | -0/+676 |
