| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-04 | Silence `hyper_util` crate | Sebastian Holmin | 1 | -0/+1 | |
| 2025-09-30 | Add `quinn_udp` to `WARNING_SILENCED_CRATES` | Sebastian Holmin | 1 | -1/+1 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -1/+1 | |
| 2025-05-08 | Silence quinn logging | David Lönnhager | 1 | -0/+2 | |
| 2024-08-16 | Add Shadowsocks to tunnel-obfuscation crate | David Lönnhager | 1 | -0/+1 | |
| 2024-03-21 | Refactor daemon oneshot commands | Joakim Hulthe | 1 | -1/+17 | |
| 2024-03-18 | Update trust-dns to fix spinning issue | David Lönnhager | 1 | -3/+3 | |
| This also fixes the issue of not handling closed sockets gracefully | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -7/+7 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2023-04-21 | Apply clippy --fix fixes | Linus Färnstrand | 1 | -1/+1 | |
| This commit does not contain everything that `cargo clippy --fix` changed on Windows. But the least controversial and simplest subset. The remaining fixes I felt could use some manual cleanup also. | |||||
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -1/+1 | |
| 2022-06-13 | Perform a clippy --fix | jonathan | 1 | -1/+1 | |
| This is a giant commit which performs only a clippy --fix. Auditing can happen in two ways, either by reading every line or by running a `cargo clippy --fix` on the previous commit and make sure that the result is the same. | |||||
| 2022-06-02 | Silence crate `tower` from the logs | Linus Färnstrand | 1 | -0/+1 | |
| 2022-04-27 | Silence udp2tcp logging | David Lönnhager | 1 | -1/+1 | |
| 2022-01-07 | Always use logging macros prefixed with log:: | Linus Färnstrand | 1 | -1/+0 | |
| 2021-12-10 | Add custom resolver | Emīls | 1 | -0/+3 | |
| 2021-07-13 | Silence warnings from netlink_proto | David Lönnhager | 1 | -1/+4 | |
| 2021-03-24 | Silence logs from noisy 'tracing' crate | David Lönnhager | 1 | -1/+1 | |
| 2020-09-16 | Upgrade dependencies | David Lönnhager | 1 | -1/+0 | |
| 2020-08-20 | Use gRPC for management interface in backend and CLI | David Lönnhager | 1 | -4/+1 | |
| 2020-06-16 | Silence h2 crate in log | David Lönnhager | 1 | -0/+1 | |
| 2020-04-27 | Ignore rustls debug messages in daemon | Emīls | 1 | -0/+1 | |
| 2019-10-17 | Upgrade err-derive to 0.2.1 | Linus Färnstrand | 1 | -3/+3 | |
| 2019-09-07 | Fix formatting in logging code | Emīls Piņķis | 1 | -1/+3 | |
| 2019-09-06 | Log to logcat in debug builds | Emīls Piņķis | 1 | -1/+7 | |
| 2019-05-09 | Add 'netlink_sys' to the list of silenced crates | Emīls Piņķis | 1 | -0/+1 | |
| 2019-04-25 | Silence netlink_proto in the mullvad-daemon logger | Linus Färnstrand | 1 | -0/+1 | |
| 2019-04-11 | Get rid of error-chain in logging module | Linus Färnstrand | 1 | -17/+22 | |
| 2019-04-04 | Add #![deny(rust_2018_idioms)] to all crates and fix warnings | Linus Färnstrand | 1 | -4/+4 | |
| 2019-04-01 | Create better error type for talpid_core::logging | Linus Färnstrand | 1 | -3/+1 | |
| 2019-01-18 | Get rid of almost all remaining "extern crate" statements | Linus Färnstrand | 1 | -6/+2 | |
| 2018-12-13 | Activate the merge_imports rustfmt feature | Linus Färnstrand | 1 | -5/+5 | |
| 2018-12-11 | Don't log messages from netlink crates | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2018-12-03 | Activate the use_field_init_shorthand rustfmt option | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-24 | Split mullvad_daemon into lib.rs and main.rs | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-07 | Adjust logging levels of some external crates | Linus Färnstrand | 1 | -0/+17 | |
| 2018-09-03 | Silence the tokio_io and "want" crates | Linus Färnstrand | 1 | -0/+2 | |
| 2018-08-29 | Move `rotate_log` function to `talpid-core` | Janito Vaqueiro Ferreira Filho | 1 | -14/+6 | |
| 2018-06-13 | Rotate daemon log on startup | Linus Färnstrand | 1 | -4/+15 | |
| 2018-06-13 | Move log dir stuff to mullvad-paths | Linus Färnstrand | 1 | -4/+0 | |
| 2018-05-14 | Make mullvad-daemon create logging dir | Linus Färnstrand | 1 | -1/+9 | |
| 2018-05-09 | Silence tokio_reactor | Linus Färnstrand | 1 | -0/+1 | |
| 2018-05-07 | Replace newlines inside log messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2018-05-07 | Use platform specific newlines in daemon log file | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 | |
| 2018-04-13 | Add flag to allow not printing timestamps to stdout | Emīls Piņķis | 1 | -23/+48 | |
| 2018-03-02 | Add coloring to stdout logging | Linus Färnstrand | 1 | -28/+63 | |
| 2018-03-02 | Silence jsonrpc_core a bit | Linus Färnstrand | 1 | -0/+2 | |
| 2018-03-02 | Adjust logging levels and move logging to own module | Linus Färnstrand | 1 | -0/+55 | |
