aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/debug/CrashReporter.cpp
AgeCommit message (Expand)Author
2024-08-22Fix crash reports having execute permissionRed
2024-07-24crashreporter: add date and flags to crash report (#7028)MightyPlaza
2024-07-21Core: Move to aquamarine (#6608)Vaxry
2024-04-27CrashReporter: fix deadlocks by making it mostly async-signal-safe (#5771)virchau13
2024-03-05CrashReporter: Fix compilation with musl libc (#4805)Zach DeCook
2024-02-20crashreporter: Use ~/.cache as cache dir (#4719)thejch
2024-02-07crashreporter: fix logging of function data (#4632)thejch
2024-01-20crashreporter: skip first possibly cut off line in log tailvaxerski
2023-12-21crashreporter: don't explicitly set 777 on crash report directoryvaxerski
2023-12-18internal: convert uname fields to strings before loggingVaxry
2023-12-06style/ci: apply clang-format and verify it in ci (#4039)François Conzelmann
2023-11-14logging: move to an internal rolling log bufferVaxry
2023-10-11build: guard execinfo.h via build systems (#3547)Vaxry
2023-10-05crashreporter: avoid using empty CACHE_HOMEvaxerski
2023-09-20logging/format: use std::format_string to catch formatting string errors at c...memchr
2023-09-06internal: Remove all `.c_str()` calls when using `std::vformat` (#3198)Philip Damianik
2023-09-06internal: Formatter rework (#3186)Vaxry
2023-08-11internal: move backtrace to specific funcvaxerski
2023-06-23crashreporter: log tagvaxerski
2023-04-21crashReporter: log on crashvaxerski
2023-04-17crashReporter: fix invalid format stringvaxerski
2023-04-15crashReporter: avoid segfault in deref plugin systemvaxerski
2023-03-31crashReporter: try `$XDG_CACHE_HOME` before `$HOME` (#1920)NotAShelf
2023-03-17crashReporter: add hl vervaxerski
2023-03-04crashReporter: remove inconsistent log from crash reportsvaxerski
2023-03-01add log tail to crash reportsvaxerski
2023-03-01generate coredumps on sigabrt toovaxerski
2023-03-01use .txt for crash reportsvaxerski
2023-02-27Plugin System (#1590)Vaxry
2023-02-20Unbreak CrashReporter on FreeBSD (#1589)Jan Beich
2023-02-20fixup backtrace curpathvaxerski
2023-02-19adjust crash report pathsvaxerski
2023-02-19Added a crash reportervaxerski