ladybird/Userland/Services
Timothy Flynn ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
In doing so, this removes all uses of the Encoder's stream operator,
except for where it is currently still used in the generated IPC code.
So the stream operator currently discards any errors, which is the
existing behavior. A subsequent commit will propagate the errors.
2023-01-04 11:49:15 +01:00
..
AudioServer Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
ChessEngine AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Clipboard AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ConfigServer LibConfig+LibCore+ConfigServer: Support u32 configuration entries 2022-12-23 23:26:21 +01:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer> 2022-12-20 10:45:20 +01:00
EchoServer Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
FileOperation Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
FileSystemAccessServer Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
ImageDecoder Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
InspectorServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
KeyboardPreferenceLoader Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
LaunchServer LaunchServer: Return if read_link fails in for_each_handler_for_path 2022-12-14 15:48:25 +00:00
LoginServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LookupServer LookupServer: Propagate the errors from MulticastDNS::handle_packet() 2022-12-20 10:45:20 +01:00
NetworkServer LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
NotificationServer NotificationServer: Use Optional for last rect in NotificationWindow 2022-12-28 22:32:21 -05:00
RequestServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SpiceAgent LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer> 2022-12-08 13:01:11 +00:00
SQLServer SQLServer: Mark a deferred invocation lambda as mutable 2022-12-30 14:17:18 +01:00
SystemServer LibCore: Use ';' to split socket path in SOCKET_TAKEOVER 2022-12-15 12:33:36 -05:00
Taskbar LibDesktop+Taskbar: Add an option to exclude apps from the system menu 2023-01-03 17:56:55 +01:00
TelnetServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WebContent WebDriver: Implement stub for .../element/{element id}/click 2022-12-25 17:24:52 +01:00
WebDriver WebDriver: Implement stub for .../element/{element id}/click 2022-12-25 17:24:52 +01:00
WebServer WebServer: Use new String type internally as much as possible 2022-12-26 09:38:03 +01:00
WebSocket AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowServer LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
CMakeLists.txt LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2022-12-08 17:14:48 +01:00