| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-06-08 | Add CloseHandle to talpid_ipc | Linus Färnstrand | 2 | -19/+18 |
| 2017-05-23 | Merge branch 'tunnel-monitor' | Linus Färnstrand | 3 | -31/+119 |
| 2017-05-23 | Fix formatting | Linus Färnstrand | 1 | -6/+6 |
| 2017-05-23 | Change to safe conversion from OpenVpnEvent | Linus Färnstrand | 2 | -14/+24 |
| 2017-05-23 | Adapt talpid_cli to use TunnelMonitor | Linus Färnstrand | 1 | -31/+14 |
| 2017-05-23 | Add initial TunnelMonitor | Linus Färnstrand | 1 | -0/+95 |
| 2017-05-23 | Merge branch 'new-openvpn-monitor' | Linus Färnstrand | 16 | -454/+136 |
| 2017-05-23 | Update Cargo.lock | Linus Färnstrand | 1 | -51/+0 |
| 2017-05-23 | Rename arg0 to a more descriptive name | Linus Färnstrand | 1 | -2/+2 |
| 2017-05-23 | Rename (tx, rx) to more descriptive names | Linus Färnstrand | 1 | -6/+4 |
| 2017-05-23 | Remove build-deps/ | Linus Färnstrand | 6 | -110/+1 |
| 2017-05-23 | Remove zmq code and dependency | Linus Färnstrand | 5 | -197/+0 |
| 2017-05-23 | Remove old OpenVpnMonitor from process module | Linus Färnstrand | 1 | -78/+1 |
| 2017-05-23 | Change talpid_cli to use new OpenVpnMonitor | Linus Färnstrand | 1 | -13/+18 |
| 2017-05-23 | Add new OpenVpnMonitor under the tunnel module | Linus Färnstrand | 1 | -2/+115 |
| 2017-05-23 | Apply Clippy fixes in mullvad_daemon | Linus Färnstrand | 1 | -2/+2 |
| 2017-05-23 | Merge branch 'websocket-ipc-client' | Linus Färnstrand | 7 | -18/+229 |
| 2017-05-23 | Update to bumped jsonrpc + ws | Linus Färnstrand | 2 | -10/+10 |
| 2017-05-23 | Add integration tests for IPC client/server | Linus Färnstrand | 3 | -0/+69 |
| 2017-05-23 | Update Cargo.lock | Linus Färnstrand | 1 | -0/+3 |
| 2017-05-23 | Use WsIpcClient in OpenVPN plugin | Linus Färnstrand | 2 | -10/+8 |
| 2017-05-23 | Add initial WsIpcClient | Linus Färnstrand | 3 | -0/+141 |
| 2017-05-22 | Merge branch 'cleanup-and-fixes' | Linus Färnstrand | 2 | -17/+17 |
| 2017-05-22 | Wait differently in ChildMonitor to stop panics | Linus Färnstrand | 1 | -2/+4 |
| 2017-05-22 | Import openvpn_ffi better in tunnel/openvpn.rs | Linus Färnstrand | 1 | -6/+13 |
| 2017-05-22 | Remove unused macro | Linus Färnstrand | 1 | -9/+0 |
| 2017-05-21 | Merge branch 'ci-beta-builds' | Linus Färnstrand | 2 | -0/+6 |
| 2017-05-19 | Add CI builds for the Rust beta channel | Linus Färnstrand | 2 | -0/+6 |
| 2017-05-19 | Merge branch 'openvpn-event-dispatcher' | Linus Färnstrand | 8 | -9/+105 |
| 2017-05-19 | Update Cargo.lock | Linus Färnstrand | 1 | -6/+8 |
| 2017-05-19 | Fix documentation wording | Linus Färnstrand | 1 | -1/+1 |
| 2017-05-19 | Add OpenVpnEventDispatcher struct | Linus Färnstrand | 4 | -0/+90 |
| 2017-05-19 | Make talpid_core use new OpenVpnEnv type | Linus Färnstrand | 1 | -2/+1 |
| 2017-05-19 | Expose OpenVpnEnv type from openvpn_ffi | Linus Färnstrand | 2 | -1/+6 |
| 2017-05-18 | Merge branch 'ipc-bind-zero' | Linus Färnstrand | 10 | -121/+61 |
| 2017-05-18 | Update Cargo.lock | Linus Färnstrand | 1 | -47/+9 |
| 2017-05-18 | Upgrade serde deps to 1.0 | Linus Färnstrand | 5 | -10/+10 |
| 2017-05-18 | Add address logging to mullvad daemon | Linus Färnstrand | 1 | -0/+1 |
| 2017-05-18 | Remove port_offset from IpcServer. Bind port zero | Linus Färnstrand | 2 | -30/+12 |
| 2017-05-18 | Use fork of jsonrpc for binding to port zero | Linus Färnstrand | 3 | -39/+34 |
| 2017-05-15 | Merge branch 'ws-jsonrpc-ipc' | Linus Färnstrand | 7 | -157/+412 |
| 2017-05-10 | Add comment about never dying thread | Linus Färnstrand | 1 | -0/+1 |
| 2017-05-10 | Abstract and encapsulate IpcServer for daemon | Linus Färnstrand | 2 | -32/+71 |
| 2017-05-10 | Add documentation to IpcServer | Linus Färnstrand | 1 | -0/+2 |
| 2017-05-09 | Change mullvad_daemon to new ipc with pubsub | Linus Färnstrand | 5 | -155/+299 |
| 2017-05-09 | Update Cargo.lock for macros and pubsub | Linus Färnstrand | 1 | -1/+70 |
| 2017-05-09 | Merge branch 'cleaner-ipc-with-ws' | Linus Färnstrand | 7 | -252/+167 |
| 2017-05-09 | Update mullvad_daemon to use serde 1.0 and new ipc | Linus Färnstrand | 3 | -6/+6 |
| 2017-05-09 | Update talpid_ipc to use ws and support sessions | Linus Färnstrand | 3 | -85/+61 |
| 2017-05-09 | Update Cargo.lock for new serde+jsonrpc | Linus Färnstrand | 1 | -161/+100 |
