1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland/Services/LaunchServer
Tetsui Ohkubo 1479ee3f3e LaunchServer: Do not provide file handlers for special files
With this change, LaunchServer will always return an empty list of file
handlers for special files e.g. sockets and devices. Before this change,
TextEditor was always returned as a default handler for these files.
2021-08-09 22:50:09 +02:00
..
ClientConnection.cpp LaunchServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
ClientConnection.h LaunchServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
LaunchClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
Launcher.cpp LaunchServer: Do not provide file handlers for special files 2021-08-09 22:50:09 +02:00
Launcher.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LaunchServer.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
main.cpp LaunchServer: Remove debug spam about incoming connections 2021-07-22 14:20:05 +02:00