ladybird/Userland/Services/CrashDaemon
Idan Horowitz 9f656b6fa9 LibCoreDump+CrashDaemon: Compress coredumps
Most coredumps contain large amounts of consecutive null bytes and as
such are a prime candidate for compression.

This commit makes CrashDaemon compress files once the kernel finishes
emitting them, as well as adds the functionality needed in LibCoreDump
to then parse them.
2021-03-28 20:42:33 +02:00
..
CMakeLists.txt LibCoreDump+CrashDaemon: Compress coredumps 2021-03-28 20:42:33 +02:00
main.cpp LibCoreDump+CrashDaemon: Compress coredumps 2021-03-28 20:42:33 +02:00