| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-30 | Fix clippy lints | Emīls | 1 | -1/+1 | |
| 2023-08-04 | Replace all use of `lazy_static` with `once_cell` | Markus Pettersson | 1 | -23/+17 | |
| To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`. | |||||
| 2023-08-01 | Replace unmaintained dirs-next with maintained dirs | Linus Färnstrand | 1 | -3/+3 | |
| Gets rid of one usage of winapi in our dependency tree | |||||
| 2023-05-03 | Update CLI for mullvad-daemon | David Lönnhager | 2 | -105/+71 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 1 | -1/+1 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -39/+20 | |
| 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 | 2 | -5/+3 | |
| 2022-06-15 | Add unit test for home dir redaction | David Lönnhager | 1 | -0/+15 | |
| 2022-06-15 | Redact home dir for device paths in problem reports | David Lönnhager | 1 | -4/+27 | |
| 2022-06-13 | Perform a clippy --fix | jonathan | 2 | -5/+4 | |
| 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-03-23 | Rename `mullvad_api::MullvadRpcRuntime` to `mullvad_api::Runtime` | David Lönnhager | 1 | -4/+4 | |
| 2022-03-23 | Rename mullvad-rpc to mullvad-api | David Lönnhager | 1 | -5/+5 | |
| 2022-03-01 | Add proxy config generator to daemon | David Lönnhager | 1 | -32/+54 | |
| 2022-03-01 | Remove API address rotation | David Lönnhager | 1 | -1/+0 | |
| 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 | 2 | -12/+34 | |
| 2021-11-29 | Reformat code without blank_lines_upper_bound = 2 | Linus Färnstrand | 2 | -3/+0 | |
| 2021-11-26 | Don't pass tokio runtime handles to async functions | David Lönnhager | 1 | -1/+0 | |
| 2021-10-28 | Set address change listener after TSM has spawned | David Lönnhager | 1 | -1/+0 | |
| 2021-10-01 | Only retry for network-related API request failures, and remove the delay | David Lönnhager | 1 | -4/+4 | |
| 2021-07-13 | Fix tokio runtime builders | David Lönnhager | 1 | -3/+2 | |
| 2021-07-13 | Replace delay_for with sleep | David Lönnhager | 1 | -1/+1 | |
| 2021-04-30 | Redact GUIDs from problem reports | David Lönnhager | 1 | -31/+49 | |
| 2021-03-26 | Retry using different endpoints if a problem report cannot be sent | David Lönnhager | 1 | -5/+27 | |
| 2021-02-17 | Use threaded scheduler in problem report | Emīls | 1 | -1/+2 | |
| 2021-01-28 | Rename mullvad-platform-metadata | Emīls | 1 | -2/+2 | |
| 2021-01-25 | Bypass socket on Android | Emīls | 1 | -0/+2 | |
| 2021-01-12 | Replace the old cache directory | David Lönnhager | 2 | -4/+4 | |
| 2021-01-05 | Create platform metadata crate | Oskar Nyberg | 1 | -152/+3 | |
| 2021-01-04 | Unblock API endpoint while connecting or blocked | David Lönnhager | 1 | -1/+1 | |
| 2021-01-04 | Add address change listener to AddressCache | David Lönnhager | 1 | -0/+1 | |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 2 | -4/+8 | |
| 2021-01-04 | Migrate from deprecated dirs dependency | David Lönnhager | 1 | -3/+3 | |
| 2020-11-24 | Pass resource dir. when sending problem report | Janito Vaqueiro Ferreira Filho | 2 | -2/+4 | |
| 2020-11-19 | Shuffle API address cache when loaded, and use bundled API address cache as ↵ | David Lönnhager | 1 | -1/+6 | |
| fallback | |||||
| 2020-09-07 | Fix deadlock in the problem report tool | David Lönnhager | 1 | -5/+3 | |
| 2020-09-01 | Reduce excessive thread count | David Lönnhager | 1 | -1/+1 | |
| 2020-09-01 | Share tokio runtime between the management interface and daemon | David Lönnhager | 1 | -2/+11 | |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 1 | -17/+1 | |
| 2020-04-28 | Pass resource directory to problem report | Emīls | 1 | -4/+18 | |
| 2020-04-27 | Use new HTTP RPCs in problem report binary | Emīls | 1 | -10/+9 | |
| 2020-04-22 | Remove hard-coded log directory for problem report | Janito Vaqueiro Ferreira Filho | 1 | -6/+16 | |
| 2020-02-06 | Remove licence headers from Rust source code | Linus Färnstrand | 2 | -16/+0 | |
| According to the licence anyone who copies the source must attach the header anyway is my understanding | |||||
| 2019-10-29 | Upgrade duct to 0.13 | Linus Färnstrand | 1 | -1/+1 | |
| 2019-10-17 | Upgrade err-derive to 0.2.1 | Linus Färnstrand | 1 | -5/+5 | |
| 2019-10-09 | Adapt to problem-report binary being called mullvad-problem-report | Linus Färnstrand | 1 | -2/+2 | |
| 2019-08-09 | Use impl Iterator where simpler | Linus Färnstrand | 1 | -12/+6 | |
| 2019-08-09 | Fix unwrap_or usage | Linus Färnstrand | 1 | -5/+6 | |
| 2019-08-09 | Move Android ABI list to separate metadata entry | Linus Färnstrand | 1 | -1/+30 | |
