summaryrefslogtreecommitdiff
path: root/AK/SourceGenerator.h
AgeCommit message (Collapse)Author
2020-11-23LibIPC: Prepend each message with its sizeSergey 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-24AK: Introduce SourceGenerator::fork().asynts
Previously, I abused the copy constructor, this is a lot better.
2020-10-12AK: Add SourceGenerator class.asynts