summaryrefslogtreecommitdiff
path: root/src/crash
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test macOSMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-02crash: remove minidump parserMitchell Hashimoto
2025-06-20debug: properly set thread names on macOSQwerasd
2025-05-26style: use decl literalsQwerasd
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-01-02core: add build option to disable sentryJeffrey C. Ollie
2025-01-02crash: prefer XDG cache dir if availableMitchell Hashimoto
2025-01-03Use bundle ID for macOS cache directory pathBryan Lee
2025-01-03Respect `XDG_CACHE_HOME` and use`NSFileManager` for cache pathsBryan Lee
2024-12-29Allow startup without $HOME writableMitchell Hashimoto
2024-11-14core: make surface use only renderer.SizeMitchell Hashimoto
2024-09-22crash/minidump: locationReader to read locations in a minidumpMitchell Hashimoto
2024-09-22crash/minidump: handle padding in the ThreadList streamMitchell Hashimoto
2024-09-22crash/minidump: working on rich stream type decoding, ThreadListMitchell Hashimoto
2024-09-22crash/minidump: typosMitchell Hashimoto
2024-09-22crash/minidump: streamIteratorMitchell Hashimoto
2024-09-22crash/minidump: StreamReaderMitchell Hashimoto
2024-09-22crash/minidump: reader that streams data from a sourceMitchell Hashimoto
2024-09-22crash/minidump: split out into multiple filesMitchell Hashimoto
2024-09-22crash/minidump: read the streams from the minidump fileMitchell Hashimoto
2024-09-22crash/minidump: header parsingMitchell Hashimoto
2024-09-10crash: add directory listing, allocation freeMitchell Hashimoto
2024-09-10feat: basic +crash-report cli actionJeffrey C. Ollie
2024-09-06crash: envelope parsing handles multiple payloads with length properlyMitchell Hashimoto
2024-09-06typosMitchell Hashimoto
2024-09-06crash: parse attachments from sentry envelopeMitchell Hashimoto
2024-09-06crash: data model for encoded vs decoded itemsMitchell Hashimoto
2024-09-05crash: envelope encoderMitchell Hashimoto
2024-09-02crash: tag the thread typeMitchell Hashimoto
2024-09-02crash: beforeSend needs to add contexts to the event directlyMitchell Hashimoto
2024-09-01renderer/termio attach thread local state for crash captureMitchell Hashimoto
2024-09-01crash: try to attach dimensions to the crash reportMitchell Hashimoto
2024-09-01crash: add build mode to sentry tagsMitchell Hashimoto
2024-08-31pty: reset all signals after forkMitchell Hashimoto
2024-08-31crash: initialize sentry off-threadMitchell Hashimoto
2024-08-31pkg/sentry: uuid string is null-terminatedMitchell Hashimoto
2024-08-31crash: discard envelopes that do not contain a crashMitchell Hashimoto
2024-08-31move crash init to crash packageMitchell Hashimoto
2024-08-30crash: sentry envelope parsingMitchell Hashimoto