1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/Services
Sergey Bugaev 701994bfd1 SystemServer: Add support for accepting socket connections :^)
You can now ask SystemServer to not only listen for connections on the socket,
but to actually accept them, and to spawn an instance of the service for each
client connection. In this case, it's the accepted, not listening, socket that
the service processes will receive using socket takeover.

This mode obviously requires the service to be a multi-instance service.
2020-06-09 21:12:34 +02:00
..
AudioServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Clipboard LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
DHCPClient Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LaunchServer LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
LookupServer Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
NotificationServer LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
ProtocolServer LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
SystemMenu Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
SystemServer SystemServer: Add support for accepting socket connections :^) 2020-06-09 21:12:34 +02:00
Taskbar Taskbar: Show window progress as a progress bar behind the window title 2020-05-30 23:00:35 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebServer AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
WindowServer WindowServer: Make perror() strings slightly more detailed. 2020-06-05 09:29:19 +02:00
CMakeLists.txt Base: Replace TTYServer with text mode Shell 2020-05-27 11:19:38 +02:00