summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/LocalServer.cpp
AgeCommit message (Expand)Author
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03LibCore: Mark LocalServer client sockets as MSG_NOSIGNALSam Atkins
2022-11-08LibCore: Add support for LocalServer to propogate accept() errorsTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14LibCore: Make LocalServer aware of %uid in pathLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-06LibCore: Remove Core::LocalSocket :^)sin-ack
2022-02-06LibCore: Use SystemServerTakeover functionality in LocalServersin-ack
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-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-09-12AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__Brian Gianforcaro
2021-05-17LibCore: Close accepted sockets on exec() and make them non-blockingGunnar Beutner
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-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling