summaryrefslogtreecommitdiffhomepage
path: root/talpid-wireguard/src/logging.rs
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Add BoringtunJoakim Hulthe1-3/+4
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-3/+2
2024-06-25Add a safe FFI wrapper in `wireguard-go-rs`Sebastian Holmin1-17/+18
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-3/+3
2023-08-31Add compile-time flag for wireguard-goDavid Lönnhager1-2/+2
2023-08-31Hide implementation details in logging moduleDavid Lönnhager1-36/+3
2023-08-31Remove userspace wg module on WindowsDavid Lönnhager1-9/+7
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ärnstrand1-1/+2
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-3/+2
2023-04-21Apply clippy --fix fixesLinus Färnstrand1-2/+2
2022-11-07Split up talpid-coreEmīls Piņķis1-0/+125