summaryrefslogtreecommitdiffhomepage
path: root/src/process.rs
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Move process.rs module to own directoryLinus Färnstrand1-148/+0
2016-12-21Fix code smells that clippy detectedLinus Färnstrand1-1/+1
2016-12-20Remove mut requirement from self in spawnLinus Färnstrand1-2/+2
2016-12-12Clean up tests, rename to testeeLinus Färnstrand1-13/+19
2016-12-12Add ToRemoteAddrs trait and implementationsLinus Färnstrand1-7/+18
2016-12-08Change stdout and stderr of subprocess to pipedLinus Färnstrand1-2/+2
2016-12-06Implement Display for OpenVpnBuilderLinus Färnstrand1-0/+26
2016-12-06Add remotes functionality to OpenVpnBuilderLinus Färnstrand1-3/+58
2016-12-05Use ref in destructure instead of as_ref()Linus Färnstrand1-1/+1
2016-12-05Add initial OpenVpnBuilder and testsLinus Färnstrand1-0/+50