| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-15 | Enable the user to include their account token in problem reports | Jonatan Rhodin | 1 | -0/+3 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -1/+1 | |
| 2025-01-02 | Remove global API endpoint | Emīls | 1 | -4/+11 | |
| 2024-09-02 | Run `cargo +nightly clippy --fix` | Markus Pettersson | 1 | -2/+1 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -2/+0 | |
| 2023-05-03 | Update CLI for mullvad-daemon | David Lönnhager | 1 | -103/+69 | |
| 2022-12-14 | Return non-zero status if sending problem report fails | David Lönnhager | 1 | -10/+6 | |
| 2022-10-10 | Adapt all crates to use mullvad-version | Linus Färnstrand | 1 | -2/+2 | |
| 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-02-14 | Upgrade clap to 3.0 | David Lönnhager | 1 | -20/+23 | |
| 2022-01-18 | Move printing to stdout/stderr out of problem-report library | Linus Färnstrand | 1 | -3/+20 | |
| 2021-11-29 | Reformat code without blank_lines_upper_bound = 2 | Linus Färnstrand | 1 | -1/+0 | |
| 2021-01-12 | Replace the old cache directory | David Lönnhager | 1 | -2/+2 | |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 1 | -2/+2 | |
| 2020-11-24 | Pass resource dir. when sending problem report | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-02-06 | Remove licence headers from Rust source code | Linus Färnstrand | 1 | -8/+0 | |
| According to the licence anyone who copies the source must attach the header anyway is my understanding | |||||
| 2019-10-09 | Adapt to problem-report binary being called mullvad-problem-report | Linus Färnstrand | 1 | -2/+2 | |
| 2019-06-19 | Allow `mullvad-problem-report` to be used as a lib | Janito Vaqueiro Ferreira Filho | 1 | -543/+2 | |
| 2019-06-10 | Improve help text | Linus Färnstrand | 1 | -2/+8 | |
| 2019-06-10 | Automatically pick up frontend logs in problem-report | Linus Färnstrand | 1 | -11/+68 | |
| 2019-06-10 | Add extra help output to the problem-report CLI command | Linus Färnstrand | 1 | -1/+9 | |
| 2019-05-27 | Automatically print help when no subcommand given | Linus Färnstrand | 1 | -1/+5 | |
| 2019-04-10 | Remove error-chain from problem-report | Linus Färnstrand | 1 | -51/+96 | |
| 2019-04-04 | Add #![deny(rust_2018_idioms)] to all crates and fix warnings | Linus Färnstrand | 1 | -0/+2 | |
| 2019-02-01 | Rename security module to firewall | Linus Färnstrand | 1 | -1/+1 | |
| 2019-01-19 | Remove explicitly setting the system allocator | Linus Färnstrand | 1 | -5/+0 | |
| The system allocator is the default since Rust 1.32 | |||||
| 2018-12-13 | Upgrade mullvad-problem-report to Rust 2018 | Linus Färnstrand | 1 | -15/+4 | |
| 2018-11-21 | Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20) | Emīls Piņķis | 1 | -1/+1 | |
| 2018-11-19 | Make problem-report tool create its own tokio Core | Linus Färnstrand | 1 | -5/+7 | |
| 2018-11-16 | Fix non-consuming arguments in problem-report | Linus Färnstrand | 1 | -8/+3 | |
| 2018-10-29 | Remove a number of #[macro_use] in favor of new way of importing | Linus Färnstrand | 1 | -10/+12 | |
| 2018-10-24 | Fix clippy lints in problem-report | Linus Färnstrand | 1 | -4/+4 | |
| 2018-10-24 | Add terminal logging to problem-report | Linus Färnstrand | 1 | -0/+2 | |
| 2018-10-24 | Fix various warnings emitted by the Clippy linter | Linus Färnstrand | 1 | -1/+1 | |
| 2018-09-27 | Reformat with rustfmt 0.99.5 | Linus Färnstrand | 1 | -10/+17 | |
| 2018-09-20 | Redact IPv6 address starting or ending with colons | Janito Vaqueiro Ferreira Filho | 1 | -17/+40 | |
| 2018-09-20 | Simplify redaction tests | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 | |
| 2018-09-20 | Remove test for not redacting localhost IPv6 addr. | Janito Vaqueiro Ferreira Filho | 1 | -7/+0 | |
| 2018-09-20 | Set the global allocator to the system default one | Linus Färnstrand | 1 | -0/+6 | |
| 2018-08-30 | Make product_version a constant | Linus Färnstrand | 1 | -1/+1 | |
| 2018-08-30 | Move problem report metadata to module | Linus Färnstrand | 1 | -126/+5 | |
| 2018-08-27 | Rename firewall module to security | Linus Färnstrand | 1 | -2/+2 | |
| 2018-08-01 | Try to read OS info from `os-release` file first | Janito Vaqueiro Ferreira Filho | 1 | -5/+53 | |
| 2018-07-30 | Reformat with rustfmt 0.9.0 | Linus Färnstrand | 1 | -10/+5 | |
| 2018-07-24 | Ignore request to redact empty strings | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 | |
| 2018-07-16 | Use dirs crate to find user home path. Canonicalize problem report paths | Linus Färnstrand | 1 | -6/+7 | |
| 2018-07-09 | Add OpenVPN logs first in the problem report | Linus Färnstrand | 1 | -20/+25 | |
| 2018-07-09 | Lower max bytes per log to 128k | Linus Färnstrand | 1 | -1/+1 | |
| 2018-07-09 | Add UUID in id field of problem reports | Linus Färnstrand | 1 | -2/+4 | |
| 2018-07-05 | Use bundled CA | Linus Färnstrand | 1 | -1/+3 | |
