summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/windows_exception_logging.rs
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Factor exception logging to be multi-platformEmīls1-392/+0
2020-01-10Generate a minidump for unhandled SEH exceptionsDavid Lönnhager1-2/+121
2019-11-22Simpler code for converting ExceptionCode to a stringLinus Färnstrand1-69/+38
2019-11-21Reformat Rust codeDavid Lönnhager1-29/+39
2019-11-21Return Result instead of panicking in windows_exception_loggingDavid Lönnhager1-19/+20
2019-11-21Log additional unhandled exception informationDavid Lönnhager1-23/+38
2019-11-21Clarify where unhandled exception occurredDavid Lönnhager1-1/+1
2019-11-21Log exception error codes as stringsDavid Lönnhager1-8/+61
2019-11-21Log registers for unhandled exceptionsDavid Lönnhager1-6/+80
2019-11-21Log unhandled SEH exceptions on WindowsDavid Lönnhager1-0/+151