summaryrefslogtreecommitdiffhomepage
path: root/src/process
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Move talpid_core from root to memberLinus Färnstrand3-608/+0
2017-03-16Make use of bail! macro in error_chainLinus Färnstrand1-2/+2
2017-03-16Clean up according to clippy lintsLinus Färnstrand1-1/+1
2017-03-09Use String::from instead of .to_owned()Linus Färnstrand1-1/+1
2017-03-08Rename test module to contain "_tests"Linus Färnstrand1-1/+1
2017-03-08Add stop-test on OpenVpnMonitorLinus Färnstrand1-0/+15
2017-03-08Add stop-test on ChildMonitorLinus Färnstrand1-0/+8
2017-03-08Add plugin tests to OpenVpnCommandLinus Färnstrand1-1/+16
2017-03-07Make path to plugin configurableLinus Färnstrand1-3/+4
2017-03-07Adding logging to talpid_coreLinus Färnstrand1-0/+1
2017-03-07Add event to what is sent from pluginLinus Färnstrand1-1/+3
2017-03-07Fix typosLinus Färnstrand1-2/+2
2017-03-07Add stop method to OpenVpnMonitorLinus Färnstrand1-5/+10
2017-03-07Add initial OpenVpnMonitorLinus Färnstrand1-2/+79
2017-03-06Rustfmt import fixesLinus Färnstrand1-2/+2
2017-03-06Extend OpenVpnCommand with plugin functionalityLinus Färnstrand1-3/+17
2017-03-06Move OpenVPN specific stuff to submoduleLinus Färnstrand2-175/+186
2017-02-08Stop using foreign_link in an invalid(?) wayLinus Färnstrand1-5/+10
2017-02-08Convert process::monitor module to use error-chainLinus Färnstrand1-51/+17
2017-02-04Use assert_matches crate to implement assert_eventLinus Färnstrand1-4/+1
2017-01-30Change spawner generic to SLinus Färnstrand1-7/+7
2017-01-30Rename all ChildSpawner instances to spawnerLinus Färnstrand1-11/+11
2017-01-30Make child associated type in ChildSpawnerLinus Färnstrand2-9/+16
2017-01-25Fix typo in commentLinus Färnstrand1-1/+1
2017-01-25Unlock mutex before calling listenerLinus Färnstrand1-2/+4
2017-01-25Make ChildMonitor synchronousLinus Färnstrand1-254/+71
2017-01-24Run rustfmt 0.7.1Linus Färnstrand2-7/+4
2017-01-13Show that the pipe only affect stdout and stderrErik Larkö1-9/+11
2017-01-12Standard streams can be discardedErik Larkö1-2/+18
2017-01-10Rename OpenVpnBuilder -> OpenVpnCommandLinus Färnstrand1-14/+14
2017-01-10Mark child as unused in StoppingStateLinus Färnstrand1-2/+2
2017-01-10Move needed importsLinus Färnstrand2-5/+5
2017-01-10Rename MonitorChild, move implLinus Färnstrand2-37/+38
2017-01-09Use drop() instead of let _ =Linus Färnstrand1-1/+1
2017-01-09Fix formatting on macroLinus Färnstrand1-1/+1
2017-01-09Fix typosLinus Färnstrand1-2/+2
2017-01-06Add monitor module testsLinus Färnstrand1-0/+176
2017-01-06Add ChildMonitor, the public interface of monitorLinus Färnstrand1-0/+42
2017-01-06Add monitor module state machineLinus Färnstrand1-0/+151
2017-01-06Add monitor module error and result typesLinus Färnstrand1-0/+43
2017-01-06Add public traits for monitor moduleLinus Färnstrand1-0/+86
2017-01-06Move process.rs module to own directoryLinus Färnstrand1-0/+151