Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | myaddr: backport & switch to newSeqUninit | bptato | 2025-04-30 | 1 | -1/+1 |
| | |||||
* | loader: asyncify inputhandle status responses | bptato | 2025-03-05 | 1 | -10/+11 |
| | | | | | | I've also removed the rsBeforeStatus error check from iclose. I'm not sure if it's still needed at all, but if it is, then it was implemented in the wrong place. | ||||
* | Refactor bufreader, bufwriter | bptato | 2025-03-01 | 1 | -0/+148 |
This adds a runtime check to packet readers to ensure that all fds have been read, and switches to seqs for packet writers. |