| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: Make stream type in NonblockingConnection opaque. | Nick Mathewson | 2026-03-25 | 1 | -4/+20 |
| | | |||||
| * | Split ll_conn module into blocking/nonblocking layers | Nick Mathewson | 2026-03-25 | 1 | -901/+18 |
| | | | | | | | | | This commit is almost entirely code movement; it's probably best to review this one with --color-moved. I've had to make a field (temporarily) pub(super). The next commit will fix that. | ||||
| * | rpc: Rename nb_stream.rs → ll_conn.rs | Nick Mathewson | 2026-03-25 | 1 | -0/+989 |
| Since we are no longer calling these types "streams" I've decided to revert to the old name for this module. | |||||
