| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-09-07 | Change "dev" to descriptive "tunnel_interface" | Linus Färnstrand | 2 | -5/+6 |
| 2017-09-06 | Handle tunnel up event with new dev field | Linus Färnstrand | 1 | -5/+9 |
| 2017-09-06 | Add dev field to tunnel up event variant | Linus Färnstrand | 1 | -6/+15 |
| 2017-09-06 | Merge branch 'add-millis-to-logging' | Linus Färnstrand | 1 | -1/+1 |
| 2017-09-06 | Add milliseconds to logging format | Linus Färnstrand | 1 | -1/+1 |
| 2017-09-06 | Merge branch 'safer-user-pass-file-removal' | Linus Färnstrand | 5 | -32/+74 |
| 2017-09-06 | Run rustfmt | Linus Färnstrand | 1 | -6/+8 |
| 2017-09-06 | Only log error on "important" error | Linus Färnstrand | 1 | -1/+4 |
| 2017-09-06 | Update Cargo.lock | Linus Färnstrand | 1 | -20/+1 |
| 2017-09-06 | Use local temp file impl instead of mktemp crate | Linus Färnstrand | 4 | -12/+68 |
| 2017-09-06 | Merge branch 'upgrade-error-chain' | Linus Färnstrand | 7 | -14/+23 |
| 2017-09-06 | Update Cargo.lock | Linus Färnstrand | 1 | -5/+14 |
| 2017-09-06 | Update error-chain to 0.11 | Linus Färnstrand | 6 | -9/+9 |
| 2017-09-04 | Merge branch 'dont-set-flags-on-lo0' | Linus Färnstrand | 1 | -1/+0 |
| 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 |
