| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-08-30 | Replace `DaemonState` with `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-08-29 | Update Cargo.lock | Emīls Piņķis | 1 | -111/+242 |
| 2018-08-29 | Move tunnel state machine to Talpid | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-08-22 | Revert "Upgrade tokio-timer" | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2018-08-16 | Log panics instead of printing to stderr | Linus Färnstrand | 1 | -0/+10 |
| 2018-08-14 | Updating version | Linus Färnstrand | 1 | -3/+3 |
| 2018-08-10 | Upgrade tokio-timer | Linus Färnstrand | 1 | -11/+1 |
| 2018-08-10 | Upgrade duct, windres, os_pipe and rand | Linus Färnstrand | 1 | -12/+44 |
| 2018-08-10 | Update all Rust dependencies | Linus Färnstrand | 1 | -495/+550 |
| 2018-08-09 | Updating version in package.json2018.2-beta3 | Linus Färnstrand | 1 | -3/+3 |
| 2018-08-06 | Update Cargo.lock | Linus Färnstrand | 1 | -39/+1 |
| 2018-08-01 | Try to read OS info from `os-release` file first | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2018-07-23 | Don't pipe daemon output to test process | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2018-07-18 | Set `ip` command path on Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+43 |
| 2018-07-18 | Updating version in package.json2018.2-beta2 | Linus Färnstrand | 1 | -3/+3 |
| 2018-07-16 | Use dirs crate to find user home path. Canonicalize problem report paths | Linus Färnstrand | 1 | -0/+11 |
| 2018-07-13 | Update Cargo.lock | Odd Stranne | 1 | -0/+19 |
| 2018-07-09 | Add UUID in id field of problem reports | Linus Färnstrand | 1 | -0/+1 |
| 2018-07-05 | Add Cargo.lock | Emīls Piņķis | 1 | -103/+51 |
| 2018-07-03 | Update Cargo.lock | Linus Färnstrand | 1 | -3/+3 |
| 2018-07-03 | Move problem-report out to own crate | Linus Färnstrand | 1 | -0/+12 |
| 2018-07-02 | Update Cargo.lock | Linus Färnstrand | 1 | -0/+48 |
| 2018-06-27 | Ensure RPC address file is owned by administrator | Janito Vaqueiro Ferreira Filho | 1 | -17/+18 |
| 2018-06-26 | Create client RPC to mock OpenVPN plugin events | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-06-26 | Update version metadata for daemon and cli | Linus Färnstrand | 1 | -2/+2 |
| 2018-06-25 | Add dependencies | Andrej Mihajlov | 1 | -3/+3 |
| 2018-06-25 | Upgrade pfctl to 0.2 to get error-chain 0.12 | Linus Färnstrand | 1 | -7/+11 |
| 2018-06-25 | Upgrade error-chain to 0.12 | Linus Färnstrand | 1 | -20/+29 |
| 2018-06-20 | Test if daemon starts in not connected state | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-06-20 | Move integration tests to `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 1 | -5/+6 |
| 2018-06-20 | Create initial mock executable | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-06-20 | Create initial `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-06-20 | Use a fake resource directory for tests | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-06-20 | Wait for RPC connection info file to start client | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-06-20 | Move extern crate libc into talpid-core root | Linus Färnstrand | 1 | -0/+1 |
| 2018-06-18 | Add tests in talpid-core/src/firewall/system_state.rs | Emīls Piņķis | 1 | -0/+1 |
| 2018-06-13 | Update Cargo.lock | Linus Färnstrand | 1 | -4/+5 |
| 2018-06-11 | Use `resolv-conf` version in crates.io | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2018-06-11 | Replace tempdir with tempfile in mullvad-rpc tests | Emīls Piņķis | 1 | -1/+14 |
| 2018-06-04 | Remove local source of windows-service and migrate to mullvad/windows-service-rs | Andrej Mihajlov | 1 | -13/+3 |
| 2018-05-22 | Gracefully stop OpenVPN subprocesses by writing to stdin | Emīls Piņķis | 1 | -0/+1 |
| 2018-05-18 | Upgrade to regex 1.0 | Linus Färnstrand | 1 | -1/+23 |
| 2018-05-16 | Add support for JSON-RPC PubSub subscriptions | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-05-14 | Create `mullvad-metadata` crate | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2018-05-09 | Remove usage of `lazy_static` in `talpid-core` | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2018-05-03 | Use `mullvad-ipc-client` in `mullvad-cli` | Janito Vaqueiro Ferreira Filho | 1 | -2/+1 |
| 2018-05-03 | Upgrade rust dependencies | Linus Färnstrand | 1 | -287/+481 |
| 2018-05-03 | Add RPC methods to `DaemonRpcClient` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-05-03 | Use error-chain to define custom error types | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-05-03 | Move `DaemonRpcClient` to `mullvad-ipc-client` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
