summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Cache appveyor buildsLinus Färnstrand1-0/+5
2017-01-17Remove email notificationsLinus Färnstrand1-4/+0
2017-01-17Add appveyor.ymlLinus Färnstrand1-0/+55
2017-01-17Disable email notifications on TravisLinus Färnstrand1-0/+4
2017-01-17Merge branch 'delete-unstable-tests'Linus Färnstrand2-52/+0
2017-01-16Delete tests relying on timing luckLinus Färnstrand2-52/+0
2017-01-13Merge remote-tracking branch 'origin/std-streams'Erik Larkö1-2/+20
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-10Merge branch 'rename-openvpnbuilder'Linus Färnstrand2-17/+17
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