Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-16 | LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class | Andreas Kling | |
This will be used to migrate remaining clients off of shbufs. | |||
2021-01-14 | LibIPC: Close received IPC::File fd's by default unless taken | Andreas Kling | |
When receiving a file descriptor over IPC, the receiver must now call take_fd() on the IPC::File to take over the descriptor. Otherwise, IPC::File will close the file on destruction. | |||
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |