index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
CrashDaemon
Age
Commit message (
Expand
)
Author
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
CrashDaemon: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-10-08
CrashDaemon: Stop automatically compressing coredumps
Andreas Kling
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-07-22
CrashDaemon: Remove BACKTRACE_DEBUG debugging code
Andreas Kling
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-18
CrashDaemon: Fix CrashReporter argument order
Linus Groh
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-28
LibCoreDump+CrashDaemon: Compress coredumps
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP
2021-01-15
LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific
Linus Groh
2021-01-12
Services: Move to Userland/Services/
Andreas Kling