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