| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| Use the `which` crate to find the location of the binary file. | |||||
| 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 | |
| Simply creates a special file in the current working directory, prints its command line arguments into it and waits for it to be removed so it finishes. | |||||
| 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 | |
| Not necessary anymore, because `Duration` can be constructed as a constant now. | |||||
| 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 | |
| The idea is for this crate to have a high-level interface for performing IPC with the mullvad-daemon. | |||||
| 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 | |
