| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-proto: Port to web-time-compat | Nick Mathewson | 2026-03-26 | 1 | -2/+3 |
| | | |||||
| * | proto: Update outdated reference to rxs in StreamMap docs | Gabriela Moldovan | 2026-01-12 | 1 | -1/+1 |
| | | |||||
| * | proto: Remove outdated TODO about add_ent_with_id() | Gabriela Moldovan | 2025-12-08 | 1 | -3/+0 |
| | | | | | We now have add_ent_with_id(), so we can just remove the TODO. | ||||
| * | proto: Fix relay/hs-service feature gating | Gabriela Moldovan | 2025-12-08 | 1 | -1/+1 |
| | | | | | | Without this, `tor-proto` doesn't compile if you enable the `relay` feature but not `hs-service`. | ||||
| * | proto: Fix a number of newly broken doc links | Gabriela Moldovan | 2025-11-24 | 1 | -1/+1 |
| | | |||||
| * | proto: Move a couple of stream-related constants to stream mod (fmt) | Gabriela Moldovan | 2025-11-24 | 1 | -1/+1 |
| | | |||||
| * | proto: Move a couple of stream-related constants to stream mod | Gabriela Moldovan | 2025-11-24 | 1 | -5/+1 |
| | | |||||
| * | 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 |
