ladybird/Userland/Services
Andreas Kling f1cc3d0fc4 Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
...and remove the Vector<String> variant since there are no remaining
users of this API.
2021-11-26 23:27:57 +01:00
..
AudioServer Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
ChessEngine Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Clipboard Clipboard: Port to LibMain :^) 2021-11-24 00:25:22 +01:00
ConfigServer ConfigServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
CrashDaemon CrashDaemon: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
DHCPClient AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
EchoServer EchoServer: Defer removal of client from clients HashMap 2021-10-23 13:57:42 +02:00
FileOperation Userland: Use Core::ArgsParser's Vector<StringView> API everywhere 2021-11-26 23:27:57 +01:00
FileSystemAccessServer LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
ImageDecoder LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
InspectorServer AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
KeyboardPreferenceLoader Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LaunchServer Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LoginServer LoginServer: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
LookupServer LookupServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
NotificationServer NotificationServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
RequestServer LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
SpiceAgent LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<> 2021-11-21 20:22:48 +01:00
SQLServer LibSQL: Add current statement to the ExecutionContext 2021-11-10 14:47:49 +01:00
SystemServer Everywhere: Fix spelling of "offsetted" 2021-11-21 20:22:48 +01:00
Taskbar Taskbar: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
TelnetServer Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
WebContent WebContent: Support inspection of DOM in nested browsing contexts 2021-11-24 19:07:48 +01:00
WebServer WebServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
WebSocket LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
WindowServer WindowServer: Clear wallpaper if the requested path is empty 2021-11-26 11:30:55 -08:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00