Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-23 | LibIPC: Prepend each message with its size | Sergey Bugaev | |
This makes it much simpler to determine when we've read a complete message, and will make it possible to integrate recvfd() in the future commit. | |||
2020-10-24 | AK: Introduce SourceGenerator::fork(). | asynts | |
Previously, I abused the copy constructor, this is a lot better. | |||
2020-10-12 | AK: Add SourceGenerator class. | asynts | |