| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-09-04 | Don't have flags in firewall rule for lo0 | Linus Färnstrand | 1 | -1/+0 |
| 2017-09-04 | Merge branch 'set-tmp-path-hardcoded' | Linus Färnstrand | 5 | -11/+35 |
| 2017-09-04 | Update Cargo.lock | Linus Färnstrand | 1 | -0/+1 |
| 2017-09-04 | Hardcode tmp path to /tmp on unix | Linus Färnstrand | 4 | -11/+34 |
| 2017-09-02 | Merge branch 'fix-futures-warnings' | Linus Färnstrand | 2 | -22/+26 |
| 2017-09-01 | Declare local (temporary) BoxFuture | Linus Färnstrand | 2 | -3/+7 |
| 2017-09-01 | Replace boxed() with Box::new() | Linus Färnstrand | 2 | -19/+19 |
| 2017-09-01 | Merge branch 'upgrade-jsonrpc-client' | Linus Färnstrand | 4 | -33/+33 |
| 2017-08-31 | Update Cargo.lock | Linus Färnstrand | 1 | -24/+25 |
| 2017-08-31 | Upgrade to use jsonrpc-client-{core,http} 0.2 | Linus Färnstrand | 3 | -9/+8 |
| 2017-08-30 | Merge branch 'lock-jsonrpc-to-tag' | Linus Färnstrand | 4 | -39/+39 |
| 2017-08-30 | Add tag="v7.1.0" to jsonrpc-core deps | Linus Färnstrand | 4 | -39/+39 |
| 2017-08-30 | Merge branch 'add-openvpn-monitor-tests' | Linus Färnstrand | 2 | -8/+35 |
| 2017-08-29 | Add OpenVpnMonitor test for failed process start | Linus Färnstrand | 1 | -1/+11 |
| 2017-08-29 | Add features to TestOpenVpnBuilder | Linus Färnstrand | 1 | -8/+13 |
| 2017-08-29 | Implement Debug for IpcServer | Linus Färnstrand | 1 | -0/+12 |
| 2017-08-28 | Merge branch 'add-tcp-flags' | Andrej Mihajlov | 1 | -0/+11 |
| 2017-08-28 | Add default TCP flags for stateful rules | Andrej Mihajlov | 1 | -0/+11 |
| 2017-08-28 | Merge branch 'add-tests' | Linus Färnstrand | 3 | -56/+542 |
| 2017-08-27 | Rewrite OpenVpnMonitor testable, add tests | Linus Färnstrand | 1 | -37/+151 |
| 2017-08-27 | Implement nice_kill in trait on Handle (polling) | Linus Färnstrand | 1 | -19/+32 |
| 2017-08-27 | Update Cargo.lock | Linus Färnstrand | 1 | -0/+359 |
| 2017-08-25 | Merge branch 'firewall-setting-change' | Linus Färnstrand | 1 | -6/+15 |
| 2017-08-25 | Properly reset remote_endpoint when starting fail | Linus Färnstrand | 1 | -0/+1 |
| 2017-08-25 | Change slightly how firewall rules are set | Linus Färnstrand | 1 | -6/+14 |
| 2017-08-25 | Merge branch 'get-expiry-from-master' | Linus Färnstrand | 5 | -18/+69 |
| 2017-08-24 | Add CLI support to query for AccountData | Linus Färnstrand | 1 | -4/+9 |
| 2017-08-24 | Silence hyper and tokio_proto in log | Linus Färnstrand | 1 | -0/+2 |
| 2017-08-24 | Use AccountsProxy to fetch data from master | Linus Färnstrand | 3 | -11/+34 |
| 2017-08-24 | Initialize firewall field in correct order | Linus Färnstrand | 1 | -2/+1 |
| 2017-08-24 | Add AccountsProxy RPC client | Linus Färnstrand | 3 | -1/+23 |
| 2017-08-24 | Merge branch 'daemon-cleanup' | Linus Färnstrand | 8 | -281/+74 |
| 2017-08-24 | Fix documentation | Linus Färnstrand | 1 | -1/+1 |
| 2017-08-24 | Make connect/disconnect leverage helper method | Linus Färnstrand | 1 | -16/+8 |
| 2017-08-24 | Don't be too smart in send_command_to_daemon | Linus Färnstrand | 1 | -16/+10 |
| 2017-08-24 | Update Cargo.lock | Linus Färnstrand | 1 | -3/+5 |
| 2017-08-24 | Refactor communication from mgmt to daemon | Linus Färnstrand | 1 | -12/+22 |
| 2017-08-24 | Refactor sending responses to mgmt interface | Linus Färnstrand | 1 | -9/+8 |
| 2017-08-24 | Import OneshotSender | Linus Färnstrand | 2 | -7/+8 |
| 2017-08-24 | Move account/location types to mullvad-types | Linus Färnstrand | 5 | -17/+29 |
| 2017-08-24 | Remove MockIpc server | Linus Färnstrand | 1 | -217/+0 |
| 2017-08-23 | Merge branch 'use-public-pfctl' | Linus Färnstrand | 1 | -1/+1 |
| 2017-08-23 | Depend on pfctl crate on public url | Linus Färnstrand | 1 | -1/+1 |
| 2017-08-17 | Merge branch 'spm' | Andrej Mihajlov | 8 | -21/+543 |
| 2017-08-17 | Integrate firewall into mullvad daemon | Andrej Mihajlov | 1 | -1/+28 |
| 2017-08-17 | Add macOS firewall implementation | Andrej Mihajlov | 4 | -26/+388 |
| 2017-08-17 | Add firewall abstractions | Andrej Mihajlov | 5 | -0/+133 |
| 2017-08-17 | Merge branch 'copy-endpoint' | Linus Färnstrand | 1 | -1/+1 |
| 2017-08-17 | Make Endpoint implement Copy | Linus Färnstrand | 1 | -1/+1 |
| 2017-08-15 | Merge branch 'remove-remote-addr' | Andrej Mihajlov | 3 | -200/+15 |
