summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/exception_logging
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Add process module to talpid-windowsDavid Lönnhager1-90/+6
2023-08-08Use std::ffi for int/short/char FFI typesLinus Färnstrand1-2/+2
2023-08-08Always use std::ffi::c_char for a c_char typeLinus Färnstrand1-2/+2
2023-08-08Migrate from libc::c_void to std::ffi::c_voidLinus Färnstrand2-3/+3
2023-04-21Apply clippy --fix fixesLinus Färnstrand1-3/+3
2022-09-01Replace winapi with windows-sys for all remaining cratesDavid Lönnhager1-33/+32
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īls3-0/+406