ladybird/Userland/Services
Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Let's make it a bit more clear when we're appending the elements from
one vector to the end of another vector.
2021-06-12 13:24:45 +02:00
..
AudioServer AK: Rename Vector::append(Vector) => Vector::extend(Vector) 2021-06-12 13:24:45 +02:00
ChessEngine Userland: Replace arc4random() with get_random<u32>() 2021-05-14 22:24:02 +02:00
Clipboard Clipboard: Tighten pledge promises a bit earlier :^) 2021-06-06 17:56:34 +02:00
CrashDaemon CrashDaemon: Fix CrashReporter argument order 2021-05-18 23:42:02 +01:00
DHCPClient DHCPClient: Avoid unaligned access when parsing options 2021-05-27 15:18:03 +02:00
EchoServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
FileOperation AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
ImageDecoder ImageDecoder: Fix narrowing cast of loop count 2021-05-23 18:10:29 +02:00
InspectorServer InspectorServer: Add is_inspectable IPC 2021-06-02 11:19:04 +02:00
KeyboardPreferenceLoader LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
LaunchServer LaunchServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
LookupServer LookupServer: Watch /etc/hosts for changes during runtime 2021-06-09 17:43:32 +04:30
NotificationServer NotificationServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
RequestServer RequestServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
SystemServer Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
Taskbar Taskbar: Make sure LibGUI/Desktop.h is usable in ports 2021-06-04 19:11:13 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
WebServer WebServer: Add support for HTTP basic authentication 2021-06-11 11:37:15 +02:00
WebSocket AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
WindowServer WindowServer+LibGUI: Make window creation asynchronous :^) 2021-06-12 12:01:54 +02:00
CMakeLists.txt Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00