Age | Commit message (Expand) | Author |
---|---|---|
2022-02-06 | LibCore: Remove Core::LocalSocket :^) | sin-ack |
2022-02-06 | LibCore: Use SystemServerTakeover functionality in LocalServer | sin-ack |
2022-01-15 | LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer | sin-ack |
2021-12-06 | LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr | Andreas Kling |
2021-11-30 | LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept | Andreas Kling |
2021-09-12 | AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__ | Brian Gianforcaro |
2021-05-17 | LibCore: Close accepted sockets on exec() and make them non-blocking | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-15 | SystemServer+LibCore: Allow service to request multiple sockets | sin-ack |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | LibC+Everywhere: Remove open_with_path_length() in favor of open() | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |