| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-01-10 | Rename OpenVpnBuilder -> OpenVpnCommand | Linus Färnstrand | 2 | -17/+17 |
| 2017-01-10 | Merge branch 'openvpn-monitor' | Linus Färnstrand | 4 | -7/+506 |
| 2017-01-10 | Mark child as unused in StoppingState | Linus Färnstrand | 1 | -2/+2 |
| 2017-01-10 | Move needed imports | Linus Färnstrand | 2 | -5/+5 |
| 2017-01-10 | Rename MonitorChild, move impl | Linus Färnstrand | 2 | -37/+38 |
| 2017-01-09 | Use drop() instead of let _ = | Linus Färnstrand | 1 | -1/+1 |
| 2017-01-09 | Fix formatting on macro | Linus Färnstrand | 1 | -1/+1 |
| 2017-01-09 | Fix typos | Linus Färnstrand | 1 | -2/+2 |
| 2017-01-06 | Add monitor module tests | Linus Färnstrand | 1 | -0/+176 |
| 2017-01-06 | Add ChildMonitor, the public interface of monitor | Linus Färnstrand | 1 | -0/+42 |
| 2017-01-06 | Add monitor module state machine | Linus Färnstrand | 1 | -0/+151 |
| 2017-01-06 | Add monitor module error and result types | Linus Färnstrand | 1 | -0/+43 |
| 2017-01-06 | Add public traits for monitor module | Linus Färnstrand | 1 | -0/+86 |
| 2017-01-06 | Move process.rs module to own directory | Linus Färnstrand | 1 | -0/+3 |
| 2017-01-06 | Add clonablechild dependency | Linus Färnstrand | 2 | -0/+3 |
| 2017-01-06 | Remove unused test | Linus Färnstrand | 1 | -6/+0 |
| 2016-12-21 | Merge branch 'clippy-cleanup' | Linus Färnstrand | 2 | -3/+3 |
| 2016-12-21 | Fix code smells that clippy detected | Linus Färnstrand | 2 | -3/+3 |
| 2016-12-21 | Merge branch 'spawn-without-mut' | Linus Färnstrand | 1 | -2/+2 |
| 2016-12-20 | Remove mut requirement from self in spawn | Linus Färnstrand | 1 | -2/+2 |
| 2016-12-13 | Merge branch 'change-remote-addr-representation' | Linus Färnstrand | 3 | -37/+57 |
| 2016-12-13 | Simplify error handling | Linus Färnstrand | 1 | -4/+11 |
| 2016-12-12 | Rename split_at_colon | Linus Färnstrand | 1 | -2/+2 |
| 2016-12-12 | Add tests for the Display implementation | Linus Färnstrand | 1 | -1/+2 |
| 2016-12-12 | Represent RemoteAddr as an enum with domain or IP | Linus Färnstrand | 3 | -36/+48 |
| 2016-12-12 | Merge branch 'to-remote-addrs-trait' | Linus Färnstrand | 2 | -43/+135 |
| 2016-12-12 | Ignore failing test. Will be fixed in next PR | Linus Färnstrand | 1 | -0/+1 |
| 2016-12-12 | Rename tests and improve ToRemoteAddrs impl | Linus Färnstrand | 1 | -33/+47 |
| 2016-12-12 | Clean up tests, rename to testee | Linus Färnstrand | 1 | -13/+19 |
| 2016-12-12 | Add ToRemoteAddrs trait and implementations | Linus Färnstrand | 2 | -7/+78 |
| 2016-12-12 | Merge branch 'pipe-output' | Linus Färnstrand | 1 | -2/+2 |
| 2016-12-08 | Change stdout and stderr of subprocess to piped | Linus Färnstrand | 1 | -2/+2 |
| 2016-12-07 | Merge branch 'add-convenience' | Linus Färnstrand | 4 | -0/+148 |
| 2016-12-07 | Change RemoteAddr::from_str to support IPv6 | Linus Färnstrand | 3 | -36/+25 |
| 2016-12-07 | Change AddrParseError into struct without variants | Linus Färnstrand | 1 | -21/+9 |
| 2016-12-07 | Properly show that RemoteAddr does not handle IPv6 | Linus Färnstrand | 1 | -11/+27 |
| 2016-12-06 | Implement Display for OpenVpnBuilder | Linus Färnstrand | 1 | -0/+26 |
| 2016-12-06 | Implement Display for RemoteAddr | Linus Färnstrand | 1 | -0/+13 |
| 2016-12-06 | Add RemoteAddr conversion impls and tests | Linus Färnstrand | 1 | -0/+116 |
| 2016-12-06 | Merge branch 'add-remotes' | Linus Färnstrand | 3 | -3/+101 |
| 2016-12-06 | Add remotes functionality to OpenVpnBuilder | Linus Färnstrand | 1 | -3/+58 |
| 2016-12-05 | Add net module with initial RemoteAddr | Linus Färnstrand | 2 | -0/+43 |
| 2016-12-05 | Merge branch 'add-process' | Linus Färnstrand | 5 | -0/+108 |
| 2016-12-05 | Use ref in destructure instead of as_ref() | Linus Färnstrand | 1 | -1/+1 |
| 2016-12-05 | Limit RUST_TEST_THREADS to 1 | Linus Färnstrand | 2 | -0/+13 |
| 2016-12-05 | Add initial OpenVpnBuilder and tests | Linus Färnstrand | 4 | -0/+95 |
| 2016-12-05 | Merge branch 'setup-travis' | Linus Färnstrand | 2 | -0/+24 |
| 2016-12-05 | Test another travis.yml format | Linus Färnstrand | 1 | -4/+3 |
| 2016-12-05 | Add rustfmt to travis job | Linus Färnstrand | 1 | -0/+12 |
| 2016-12-05 | Add dummy test and .travis.yml | Linus Färnstrand | 2 | -0/+13 |
