Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2023-01-06 | LibIPC: Add `File(Core::Stream::File& file, ...)` | Lucas CHOLLET |
2021-09-16 | LibIPC: Use default instead of an empty constructor/destructor | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-14 | LibIPC: Add an expressive way to close an IPC::File after sending it | Andreas Kling |
2021-01-14 | LibIPC: Close received IPC::File fd's by default unless taken | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |