summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-02Use log and env_logger for loggingLinus Färnstrand4-9/+136
2017-03-02Merge branch 'ffi-func-at-top'Linus Färnstrand5-164/+176
2017-03-02Add rustdoc to event enumLinus Färnstrand1-0/+3
2017-03-02Add number to enum parsing errorLinus Färnstrand1-4/+5
2017-03-02Move the openvpn functions to the topLinus Färnstrand5-160/+168
2017-03-02Merge branch 'plugin-communication'Erik Larkö10-2/+190
2017-03-02Fix smallish things discovered during reviewErik Larkö6-211/+88
2017-03-02Try a bunch of ports when starting the IpcServerErik Larkö4-44/+131
2017-03-02Removed the parsing of messages from the serverErik Larkö2-37/+16
2017-03-02No server trait, return Id when startedErik Larkö7-222/+215
2017-03-02Remove the port from the public APIErik Larkö3-10/+21
2017-03-02Fix usability probs in zmq buildErik Larkö3-1/+1
2017-03-02IPC in separate crateErik Larkö8-5/+36
2017-03-02Use a non-functioning NOP impl of IpcServer for windowsErik Larkö5-5/+31