ladybird/Userland/Services
Kenneth Myhra 4a57be824c Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
This converts the return value of File::read_link() from String to
ErrorOr<String>.

The rest of the change is to support the potential of an Error being
returned and subsequent release of the value when no Error is returned.
Unfortunately at this stage none of the places affected can utililize
our TRY() macro.
2022-03-24 11:57:51 +01:00
..
AudioServer AudioServer: Decrease sample headroom to 5% 2022-03-14 22:46:46 +01:00
ChessEngine ChessEngine: Remove unused 'rpath' promise 2022-01-03 15:56:41 +01:00
Clipboard Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConfigServer Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
CrashDaemon Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DHCPClient DHCP4Client: Cast unused Timer return values to void 2021-12-05 15:31:03 +01:00
EchoServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
FileOperation FileOperation: Port to Core::Stream 2022-03-13 22:38:48 +01:00
FileSystemAccessServer Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
ImageDecoder Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
InspectorServer Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
KeyboardPreferenceLoader LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
LaunchServer Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
LoginServer LoginServer: Add a label for login fail messages 2022-03-08 22:12:21 +01:00
LookupServer LookupServer: Return with failure result when lookup fails 2022-03-20 12:09:31 +03:30
NotificationServer Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
RequestServer RequestServer: Keep the EnsureConnection job alive until it finishes 2022-03-19 22:04:35 +01:00
SpiceAgent SpiceAgent: Rename ClipboardServerConnection 2022-02-25 22:35:12 +01:00
SQLServer Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
SystemServer SystemServer: Create /dev/tty as a character device instead of a symlink 2022-03-22 20:26:05 +01:00
Taskbar Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
TelnetServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
WebContent WebContent: Fill OOPWV with palette base color when there's no content 2022-03-23 17:27:20 +01:00
WebServer WebServer: Add Content-Length header to HTTP responses 2022-03-19 22:03:51 +01:00
WebSocket Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
WindowServer WindowServer: Fix animation crash 2022-03-18 20:00:30 +01:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00