summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Fix code smells that clippy detectedLinus Färnstrand2-3/+3
2016-12-20Remove mut requirement from self in spawnLinus Färnstrand1-2/+2
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ärnstrand2-35/+48
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-08Change stdout and stderr of subprocess to pipedLinus Färnstrand1-2/+2
2016-12-07Change RemoteAddr::from_str to support IPv6Linus Färnstrand2-36/+24
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-06Add remotes functionality to OpenVpnBuilderLinus Färnstrand1-3/+58
2016-12-05Add net module with initial RemoteAddrLinus Färnstrand2-0/+43
2016-12-05Use ref in destructure instead of as_ref()Linus Färnstrand1-1/+1
2016-12-05Add initial OpenVpnBuilder and testsLinus Färnstrand2-0/+53
2016-12-05Add dummy test and .travis.ymlLinus Färnstrand1-0/+6
2016-11-29Initial project metadata and filesLinus Färnstrand1-0/+3