| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2018-05-03 | Create initial `mullvad-ipc-client` crate | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-04-24 | Update Cargo.lock | Linus Färnstrand | 1 | -0/+1 |
| 2018-04-23 | Add basic windows service | Andrej Mihajlov | 1 | -0/+2 |
| 2018-04-23 | Use latest jsonrpc-client-http version | Janito Vaqueiro Ferreira Filho | 1 | -4/+2 |
| 2018-04-18 | Add example of simple service | Andrej Mihajlov | 1 | -0/+12 |
| 2018-04-18 | Add windows-service crate | Andrej Mihajlov | 1 | -0/+10 |
| 2018-04-17 | Configure SNI domain for TLS handshake with master | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-04-17 | Watch resolv.conf for DNS changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+130 |
| 2018-04-17 | Implement Linux DNS configuration with resolv.conf | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2018-04-13 | Add windows firewall implementation | Emīls Piņķis | 1 | -0/+7 |
| 2018-04-11 | Ensure cache is periodically invalidated | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2018-04-11 | Test `CachedDnsResolver` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-04-11 | Use latest development version of jsonrpc-client | Janito Vaqueiro Ferreira Filho | 1 | -7/+7 |
| 2018-04-03 | Test RPC address file creation on daemon start-up | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-04-03 | Update app_dirs to version 1.2.1 to fix CI build | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2018-03-06 | Update Cargo.lock | Linus Färnstrand | 1 | -313/+272 |
| 2018-03-06 | Warn if user is running daemon as a non-root user | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-02 | Update Cargo.lock | Linus Färnstrand | 1 | -12/+74 |
| 2018-02-01 | Upgrade core-foundation and use published system-configuration | Linus Färnstrand | 1 | -102/+14 |
| 2018-01-15 | Update Cargo.lock | Linus Färnstrand | 1 | -1/+8 |
| 2018-01-10 | Upgrade dependencies | Linus Färnstrand | 1 | -232/+235 |
| 2017-12-20 | Add allow_lan to SecurityPolicy | Linus Färnstrand | 1 | -4/+23 |
| 2017-12-18 | Update dependencies | Linus Färnstrand | 1 | -227/+208 |
| 2017-12-15 | Upgrade lazy_static to 1.0 | Linus Färnstrand | 1 | -3/+9 |
| 2017-12-04 | Update Cargo.lock | Linus Färnstrand | 1 | -1/+42 |
| 2017-12-04 | Remove DNS proxy code from macOS impl | Linus Färnstrand | 1 | -12/+0 |
| 2017-11-24 | Redact IPs and MAC from logs | Erik Larkö | 1 | -0/+1 |
| 2017-11-17 | Use new relay constraints and relay selector | Linus Färnstrand | 1 | -0/+1 |
| 2017-11-14 | Adapt to intermediate solution | Linus Färnstrand | 1 | -0/+1 |
| 2017-11-14 | Upgrade dependencies | Linus Färnstrand | 1 | -261/+305 |
| 2017-11-13 | Update pfctl to version with bindgen 0.31 | Linus Färnstrand | 1 | -113/+10 |
| 2017-11-02 | Revert misunderstanding and make the JSON a little friendlier | Erik Larkö | 1 | -8/+8 |
| 2017-11-02 | Set the tunnel port and protocol over the API | Erik Larkö | 1 | -10/+2 |
| 2017-10-26 | Extract master RPC client code to own crate | Linus Färnstrand | 1 | -2/+11 |
| 2017-10-20 | Replace own shell_escape with external lib | Linus Färnstrand | 1 | -0/+7 |
| 2017-10-18 | Update Cargo.lock | Linus Färnstrand | 1 | -161/+193 |
| 2017-10-13 | Update Cargo.lock | Linus Färnstrand | 1 | -5/+7 |
