summaryrefslogtreecommitdiffhomepage
path: root/src/process
AgeCommit message (Expand)AuthorFilesLines
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