summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-01-10Rename OpenVpnBuilder -> OpenVpnCommandLinus Färnstrand2-17/+17
2017-01-10Merge branch 'openvpn-monitor'Linus Färnstrand4-7/+506
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/+3
2017-01-06Add clonablechild dependencyLinus Färnstrand2-0/+3
2017-01-06Remove unused testLinus Färnstrand1-6/+0
2016-12-21Merge branch 'clippy-cleanup'Linus Färnstrand2-3/+3
2016-12-21Fix code smells that clippy detectedLinus Färnstrand2-3/+3
2016-12-21Merge branch 'spawn-without-mut'Linus Färnstrand1-2/+2
2016-12-20Remove mut requirement from self in spawnLinus Färnstrand1-2/+2
2016-12-13Merge branch 'change-remote-addr-representation'Linus Färnstrand3-37/+57
2016-12-13Simplify error handlingLinus Färnstrand1-4/+11
2016-12-12Rename split_at_colonLinus Färnstrand1-2/+2
2016-12-12Add tests for the Display implementationLinus Färnstrand1-1/+2
2016-12-12Represent RemoteAddr as an enum with domain or IPLinus Färnstrand3-36/+48
2016-12-12Merge branch 'to-remote-addrs-trait'Linus Färnstrand2-43/+135
2016-12-12Ignore failing test. Will be fixed in next PRLinus Färnstrand1-0/+1
2016-12-12Rename tests and improve ToRemoteAddrs implLinus Färnstrand1-33/+47
2016-12-12Clean up tests, rename to testeeLinus Färnstrand1-13/+19
2016-12-12Add ToRemoteAddrs trait and implementationsLinus Färnstrand2-7/+78
2016-12-12Merge branch 'pipe-output'Linus Färnstrand1-2/+2
2016-12-08Change stdout and stderr of subprocess to pipedLinus Färnstrand1-2/+2
2016-12-07Merge branch 'add-convenience'Linus Färnstrand4-0/+148
2016-12-07Change RemoteAddr::from_str to support IPv6Linus Färnstrand3-36/+25
2016-12-07Change AddrParseError into struct without variantsLinus Färnstrand1-21/+9
2016-12-07Properly show that RemoteAddr does not handle IPv6Linus Färnstrand1-11/+27
2016-12-06Implement Display for OpenVpnBuilderLinus Färnstrand1-0/+26
2016-12-06Implement Display for RemoteAddrLinus Färnstrand1-0/+13
2016-12-06Add RemoteAddr conversion impls and testsLinus Färnstrand1-0/+116
2016-12-06Merge branch 'add-remotes'Linus Färnstrand3-3/+101
2016-12-06Add remotes functionality to OpenVpnBuilderLinus Färnstrand1-3/+58
2016-12-05Add net module with initial RemoteAddrLinus Färnstrand2-0/+43
2016-12-05Merge branch 'add-process'Linus Färnstrand5-0/+108
2016-12-05Use ref in destructure instead of as_ref()Linus Färnstrand1-1/+1
2016-12-05Limit RUST_TEST_THREADS to 1Linus Färnstrand2-0/+13
2016-12-05Add initial OpenVpnBuilder and testsLinus Färnstrand4-0/+95
2016-12-05Merge branch 'setup-travis'Linus Färnstrand2-0/+24
2016-12-05Test another travis.yml formatLinus Färnstrand1-4/+3
2016-12-05Add rustfmt to travis jobLinus Färnstrand1-0/+12
2016-12-05Add dummy test and .travis.ymlLinus Färnstrand2-0/+13