summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
AgeCommit message (Expand)AuthorFilesLines
2018-07-23Don't pipe daemon output to test processJanito Vaqueiro Ferreira Filho1-1/+0
2018-07-18Set `ip` command path on LinuxJanito Vaqueiro Ferreira Filho1-0/+43
2018-07-18Updating version in package.json2018.2-beta2Linus Färnstrand1-3/+3
2018-07-16Use dirs crate to find user home path. Canonicalize problem report pathsLinus Färnstrand1-0/+11
2018-07-13Update Cargo.lockOdd Stranne1-0/+19
2018-07-09Add UUID in id field of problem reportsLinus Färnstrand1-0/+1
2018-07-05Add Cargo.lockEmīls Piņķis1-103/+51
2018-07-03Update Cargo.lockLinus Färnstrand1-3/+3
2018-07-03Move problem-report out to own crateLinus Färnstrand1-0/+12
2018-07-02Update Cargo.lockLinus Färnstrand1-0/+48
2018-06-27Ensure RPC address file is owned by administratorJanito Vaqueiro Ferreira Filho1-17/+18
2018-06-26Create client RPC to mock OpenVPN plugin eventsJanito Vaqueiro Ferreira Filho1-0/+2
2018-06-26Update version metadata for daemon and cliLinus Färnstrand1-2/+2
2018-06-25Add dependenciesAndrej Mihajlov1-3/+3
2018-06-25Upgrade pfctl to 0.2 to get error-chain 0.12Linus Färnstrand1-7/+11
2018-06-25Upgrade error-chain to 0.12Linus Färnstrand1-20/+29
2018-06-20Test if daemon starts in not connected stateJanito Vaqueiro Ferreira Filho1-0/+1
2018-06-20Move integration tests to `mullvad-tests` crateJanito Vaqueiro Ferreira Filho1-5/+6
2018-06-20Create initial mock executableJanito Vaqueiro Ferreira Filho1-0/+3
2018-06-20Create initial `mullvad-tests` crateJanito Vaqueiro Ferreira Filho1-0/+4
2018-06-20Use a fake resource directory for testsJanito Vaqueiro Ferreira Filho1-0/+1
2018-06-20Wait for RPC connection info file to start clientJanito Vaqueiro Ferreira Filho1-0/+1
2018-06-20Move extern crate libc into talpid-core rootLinus Färnstrand1-0/+1
2018-06-18Add tests in talpid-core/src/firewall/system_state.rsEmīls Piņķis1-0/+1
2018-06-13Update Cargo.lockLinus Färnstrand1-4/+5
2018-06-11Use `resolv-conf` version in crates.ioJanito Vaqueiro Ferreira Filho1-4/+4
2018-06-11Replace tempdir with tempfile in mullvad-rpc testsEmīls Piņķis1-1/+14
2018-06-04Remove local source of windows-service and migrate to mullvad/windows-service-rsAndrej Mihajlov1-13/+3
2018-05-22Gracefully stop OpenVPN subprocesses by writing to stdinEmīls Piņķis1-0/+1
2018-05-18Upgrade to regex 1.0Linus Färnstrand1-1/+23
2018-05-16Add support for JSON-RPC PubSub subscriptionsJanito Vaqueiro Ferreira Filho1-0/+1
2018-05-14Create `mullvad-metadata` crateJanito Vaqueiro Ferreira Filho1-0/+9
2018-05-09Remove usage of `lazy_static` in `talpid-core`Janito Vaqueiro Ferreira Filho1-1/+0
2018-05-03Use `mullvad-ipc-client` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+1
2018-05-03Upgrade rust dependenciesLinus Färnstrand1-287/+481
2018-05-03Add RPC methods to `DaemonRpcClient`Janito Vaqueiro Ferreira Filho1-0/+2
2018-05-03Use error-chain to define custom error typesJanito Vaqueiro Ferreira Filho1-0/+1
2018-05-03Move `DaemonRpcClient` to `mullvad-ipc-client`Janito Vaqueiro Ferreira Filho1-0/+5
2018-05-03Create initial `mullvad-ipc-client` crateJanito Vaqueiro Ferreira Filho1-0/+4
2018-04-24Update Cargo.lockLinus Färnstrand1-0/+1
2018-04-23Add basic windows serviceAndrej Mihajlov1-0/+2
2018-04-23Use latest jsonrpc-client-http versionJanito Vaqueiro Ferreira Filho1-4/+2
2018-04-18Add example of simple serviceAndrej Mihajlov1-0/+12
2018-04-18Add windows-service crateAndrej Mihajlov1-0/+10
2018-04-17Configure SNI domain for TLS handshake with masterJanito Vaqueiro Ferreira Filho1-0/+2
2018-04-17Watch resolv.conf for DNS changesJanito Vaqueiro Ferreira Filho1-0/+130
2018-04-17Implement Linux DNS configuration with resolv.confJanito Vaqueiro Ferreira Filho1-0/+10
2018-04-13Add windows firewall implementationEmīls Piņķis1-0/+7
2018-04-11Ensure cache is periodically invalidatedJanito Vaqueiro Ferreira Filho1-0/+12
2018-04-11Test `CachedDnsResolver`Janito Vaqueiro Ferreira Filho1-0/+1