summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Don't have flags in firewall rule for lo0Linus Färnstrand1-1/+0
2017-09-04Merge branch 'set-tmp-path-hardcoded'Linus Färnstrand5-11/+35
2017-09-04Update Cargo.lockLinus Färnstrand1-0/+1
2017-09-04Hardcode tmp path to /tmp on unixLinus Färnstrand4-11/+34
2017-09-02Merge branch 'fix-futures-warnings'Linus Färnstrand2-22/+26
2017-09-01Declare local (temporary) BoxFutureLinus Färnstrand2-3/+7
2017-09-01Replace boxed() with Box::new()Linus Färnstrand2-19/+19
2017-09-01Merge branch 'upgrade-jsonrpc-client'Linus Färnstrand4-33/+33
2017-08-31Update Cargo.lockLinus Färnstrand1-24/+25
2017-08-31Upgrade to use jsonrpc-client-{core,http} 0.2Linus Färnstrand3-9/+8
2017-08-30Merge branch 'lock-jsonrpc-to-tag'Linus Färnstrand4-39/+39
2017-08-30Add tag="v7.1.0" to jsonrpc-core depsLinus Färnstrand4-39/+39
2017-08-30Merge branch 'add-openvpn-monitor-tests'Linus Färnstrand2-8/+35
2017-08-29Add OpenVpnMonitor test for failed process startLinus Färnstrand1-1/+11
2017-08-29Add features to TestOpenVpnBuilderLinus Färnstrand1-8/+13
2017-08-29Implement Debug for IpcServerLinus Färnstrand1-0/+12
2017-08-28Merge branch 'add-tcp-flags'Andrej Mihajlov1-0/+11
2017-08-28Add default TCP flags for stateful rulesAndrej Mihajlov1-0/+11
2017-08-28Merge branch 'add-tests'Linus Färnstrand3-56/+542
2017-08-27Rewrite OpenVpnMonitor testable, add testsLinus Färnstrand1-37/+151
2017-08-27Implement nice_kill in trait on Handle (polling)Linus Färnstrand1-19/+32
2017-08-27Update Cargo.lockLinus Färnstrand1-0/+359
2017-08-25Merge branch 'firewall-setting-change'Linus Färnstrand1-6/+15
2017-08-25Properly reset remote_endpoint when starting failLinus Färnstrand1-0/+1
2017-08-25Change slightly how firewall rules are setLinus Färnstrand1-6/+14
2017-08-25Merge branch 'get-expiry-from-master'Linus Färnstrand5-18/+69
2017-08-24Add CLI support to query for AccountDataLinus Färnstrand1-4/+9
2017-08-24Silence hyper and tokio_proto in logLinus Färnstrand1-0/+2
2017-08-24Use AccountsProxy to fetch data from masterLinus Färnstrand3-11/+34
2017-08-24Initialize firewall field in correct orderLinus Färnstrand1-2/+1
2017-08-24Add AccountsProxy RPC clientLinus Färnstrand3-1/+23
2017-08-24Merge branch 'daemon-cleanup'Linus Färnstrand8-281/+74
2017-08-24Fix documentationLinus Färnstrand1-1/+1
2017-08-24Make connect/disconnect leverage helper methodLinus Färnstrand1-16/+8
2017-08-24Don't be too smart in send_command_to_daemonLinus Färnstrand1-16/+10
2017-08-24Update Cargo.lockLinus Färnstrand1-3/+5
2017-08-24Refactor communication from mgmt to daemonLinus Färnstrand1-12/+22
2017-08-24Refactor sending responses to mgmt interfaceLinus Färnstrand1-9/+8
2017-08-24Import OneshotSenderLinus Färnstrand2-7/+8
2017-08-24Move account/location types to mullvad-typesLinus Färnstrand5-17/+29
2017-08-24Remove MockIpc serverLinus Färnstrand1-217/+0
2017-08-23Merge branch 'use-public-pfctl'Linus Färnstrand1-1/+1
2017-08-23Depend on pfctl crate on public urlLinus Färnstrand1-1/+1
2017-08-17Merge branch 'spm'Andrej Mihajlov8-21/+543
2017-08-17Integrate firewall into mullvad daemonAndrej Mihajlov1-1/+28
2017-08-17Add macOS firewall implementationAndrej Mihajlov4-26/+388
2017-08-17Add firewall abstractionsAndrej Mihajlov5-0/+133
2017-08-17Merge branch 'copy-endpoint'Linus Färnstrand1-1/+1
2017-08-17Make Endpoint implement CopyLinus Färnstrand1-1/+1
2017-08-15Merge branch 'remove-remote-addr'Andrej Mihajlov3-200/+15