summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-03-08Add plugin tests to OpenVpnCommandLinus Färnstrand1-1/+16
2017-03-08Merge branch 'configurable-plugin-path'Linus Färnstrand3-4/+19
2017-03-08Change static to constLinus Färnstrand1-3/+3
2017-03-07Make path to plugin configurableLinus Färnstrand3-4/+19
2017-03-07Merge branch 'more-logging'Linus Färnstrand9-0/+28
2017-03-07Add logging to talpid_cliLinus Färnstrand3-0/+16
2017-03-07Adding logging to talpid_coreLinus Färnstrand4-0/+6
2017-03-07Add logging to talpid_ipcLinus Färnstrand4-0/+6
2017-03-07Merge branch 'send-event-also'Linus Färnstrand12-99/+175
2017-03-07Explicitly import stuff from openvpn_ffiLinus Färnstrand1-18/+19
2017-03-07rustfmtLinus Färnstrand1-3/+1
2017-03-07Add event to what is sent from pluginLinus Färnstrand4-5/+13
2017-03-07Make OpenVpnPluginEvent serializableLinus Färnstrand3-1/+62
2017-03-07Extract OpenVPN FFI stuff to separate crateLinus Färnstrand10-96/+104
2017-03-07Merge branch 'openvpn-monitor'Linus Färnstrand8-30/+154
2017-03-07Annotate type for easier readingLinus Färnstrand1-1/+1
2017-03-07Fix typosLinus Färnstrand1-2/+2
2017-03-07Add stop method to OpenVpnMonitorLinus Färnstrand1-5/+10
2017-03-07Add IPC capabilities to OpenVPN pluginLinus Färnstrand5-16/+52
2017-03-07Adapt cli to OpenVpnMonitorLinus Färnstrand1-12/+16
2017-03-07Add initial OpenVpnMonitorLinus Färnstrand2-2/+81
2017-03-07Merge branch 'serde'Linus Färnstrand6-52/+128
2017-03-06Make nop_ipc API same as zmq_ipcLinus Färnstrand1-6/+13
2017-03-06Remove OnMessage from nop implLinus Färnstrand1-1/+1
2017-03-06Update outdated doc commentLinus Färnstrand1-9/+6
2017-03-06Use same name throughoutLinus Färnstrand1-4/+4
2017-03-06Add serde serialization to ipcLinus Färnstrand3-20/+46
2017-03-06Monomorphize around ipc server closureLinus Färnstrand3-12/+17
2017-03-06Add serde as depLinus Färnstrand3-1/+42
2017-03-06Merge branch 'openvpn-command-plugin'Linus Färnstrand3-176/+201
2017-03-06Rustfmt import fixesLinus Färnstrand2-3/+3
2017-03-06Import OpenVpnCommand from new locationLinus Färnstrand1-1/+1
2017-03-06Extend OpenVpnCommand with plugin functionalityLinus Färnstrand1-3/+17
2017-03-06Move OpenVPN specific stuff to submoduleLinus Färnstrand2-175/+186
2017-03-06Merge branch 'ipc-client'Linus Färnstrand4-46/+62
2017-03-06rustfmt + tiny test fixLinus Färnstrand1-1/+3
2017-03-06Change the assertion in the zmq integration testErik Larkö1-3/+1
2017-03-06Better error messages when setting up the Ipc clientErik Larkö1-1/+1
2017-03-06Fix stupid mistakeErik Larkö1-1/+1
2017-03-06Send is now &mut selfErik Larkö2-3/+3
2017-03-06Remove unused errorErik Larkö1-3/+0
2017-03-06Add IpcClientErik Larkö4-46/+65
2017-03-06Merge branch 'clippy-cleanup'Linus Färnstrand6-18/+7
2017-03-06Clippy comment style fixesLinus Färnstrand2-2/+2
2017-03-06Clippy code fixesLinus Färnstrand1-2/+2
2017-03-06Get rid of unused lazy_staticLinus Färnstrand3-11/+0
2017-03-06Naming cleanupLinus Färnstrand1-3/+3
2017-03-06Merge branch 'plugin-logging'Linus Färnstrand4-9/+136
2017-03-05Don't take ownership of ErrorLinus Färnstrand1-3/+3
2017-03-05Error name and path cleanupLinus Färnstrand1-3/+3