ladybird/Userland/Services
Linus Groh 36e7733dec CrashDaemon: Fix CrashReporter argument order
For compressed coredumps, CrashReporter's argv were in this order:

    CrashReporter path --unlink

Core::ArgsParser doesn't like that at all and would immediately exit
from main(), causing the crash reporter to never display.
2021-05-18 23:42:02 +01:00
..
AudioServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
ChessEngine Userland: Replace arc4random() with get_random<u32>() 2021-05-14 22:24:02 +02:00
Clipboard Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CrashDaemon CrashDaemon: Fix CrashReporter argument order 2021-05-18 23:42:02 +01:00
DHCPClient Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +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 Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
InspectorServer AK+Userland: Fix some compiler warnings and make variables const-ref 2021-05-16 17:49:42 +02:00
KeyboardPreferenceLoader LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
LaunchServer LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
LookupServer AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
NotificationServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
RequestServer Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SymbolServer SymbolServer: Remove two unnecessary #include statements 2021-05-13 23:28:40 +02:00
SystemServer Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
Taskbar Taskbar: Make shutdown dialog non-resizable and tweak button spacing 2021-05-16 21:23:31 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebServer WebServer: Fix jailbreaking of server via .. relative paths 2021-05-18 09:32:10 +02:00
WebSocket Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
WindowServer WindowServer: Don't attempt to make WindowServer inspectable 2021-05-17 23:32:37 +02:00
CMakeLists.txt Services: Add InspectorServer to reverse the direction of Inspector 2021-05-13 23:28:40 +02:00