ladybird/Services
Nico Weber 12cbc4ad0d Everywhere: Replace some uses of fork/exec with posix_spawn
It's less code, and it's potentially more efficient once
posix_spawn is a real syscall.
2020-06-29 12:04:27 +02:00
..
AudioServer AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00
Clipboard LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
DHCPClient AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
ImageDecoder ImageDecoder: Add a new service for out-of-process image decoding :^) 2020-06-22 21:47:00 +02:00
LaunchServer Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +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 NotificationWindow: Replace Label with Image component to show icons 2020-06-18 16:35:57 +02:00
ProtocolServer ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
SystemMenu Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +02:00
SystemServer SystemServer: Fix typo (exist -> exit) (#2615) 2020-06-23 14:52:15 +02:00
Taskbar LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebContent WebContent: Unveil access to the ImageDecoder service :^) 2020-06-23 14:28:45 +02:00
WebServer Meta: Scale back overly informal user-facing strings 2020-06-17 18:35:49 +02:00
WindowServer WindowServer: Move window title bar icons 1px to the right 2020-06-28 00:09:01 +02:00
CMakeLists.txt ImageDecoder: Add a new service for out-of-process image decoding :^) 2020-06-22 21:47:00 +02:00