summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/exception_logging/unix.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-3/+3
2025-02-25Remove redundant warn(undocumented_unsafe_blocks) attrsJoakim Hulthe1-1/+0
2024-11-26Make unix signal-handler signal-safeJoakim Hulthe1-121/+259
2024-11-07Disable `fault_handler` in release buildsJoakim Hulthe1-79/+131
2024-06-25Print backtrace on caught fault signals (unix)Joakim Hulthe1-0/+5
2024-02-19Fix redundant importsDavid Lönnhager1-1/+0
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-2/+5
2023-08-08Use std::ffi for int/short/char FFI typesLinus Färnstrand1-2/+2
2023-08-08Migrate from libc::c_void to std::ffi::c_voidLinus Färnstrand1-1/+2
2022-06-21Fix the large majority of clippy warningsJonathan1-1/+1
2022-01-11Use ": " as delimiter instead of " - " between messages and valueLinus Färnstrand1-1/+1
2020-08-28Remove a use of wildcard imports in favor of importing used itemsLinus Färnstrand1-1/+1
2020-02-28Use alternative stackEmīls1-19/+67
2020-02-28Add signal handler for unixEmīls1-0/+34
2020-02-28Factor exception logging to be multi-platformEmīls1-0/+3