summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/LocalServer.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-16LibCore: Remove LocalServer::on_ready_to_acceptsin-ack
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling