summaryrefslogtreecommitdiff
path: root/Userland/Services/CrashDaemon
AgeCommit message (Expand)Author
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24CrashDaemon: Port to LibMain :^)Andreas Kling
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-20CrashReporter: Unlink coredump file on exitItamar
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-10-08CrashDaemon: Stop automatically compressing coredumpsAndreas Kling
2021-09-21CrashDaemon+CrashReporter: Streamline crash reporting a little bitAndreas Kling
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-07-22CrashDaemon: Remove BACKTRACE_DEBUG debugging codeAndreas Kling
2021-06-19LibCoreDump: Include source locations of inlined functions in backtraceItamar
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-18CrashDaemon: Fix CrashReporter argument orderLinus Groh
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-12Services: Move to Userland/Services/Andreas Kling