| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-02-28 | Merge branch 'event-enum' | Linus Färnstrand | 2 | -56/+139 |
| 2017-02-28 | Fix small bug in test | Linus Färnstrand | 1 | -1/+1 |
| 2017-02-28 | Move INTERESTING_EVENTS down to ffi module | Linus Färnstrand | 2 | -9/+6 |
| 2017-02-28 | Rename ParseEnv error to negative form | Linus Färnstrand | 1 | -1/+1 |
| 2017-02-27 | Remove old constants | Linus Färnstrand | 1 | -44/+0 |
| 2017-02-27 | Use new event enum to register for events | Linus Färnstrand | 1 | -5/+70 |
| 2017-02-27 | Define INTERESTING_EVENTS | Linus Färnstrand | 1 | -0/+8 |
| 2017-02-27 | Introduce OpenVpnPluginEvent enum | Linus Färnstrand | 1 | -9/+66 |
| 2017-02-27 | Change comment type | Linus Färnstrand | 1 | -3/+3 |
| 2017-02-23 | Merge branch zmq-on-travis | Erik Larkö | 8 | -2/+172 |
| 2017-02-23 | Don't cache rust-zmq | Erik Larkö | 1 | -4/+5 |
| 2017-02-22 | Address review problems | Erik Larkö | 11 | -95/+161 |
| 2017-02-14 | Build ZMQ on travis | Erik Larkö | 4 | -2/+105 |
| 2017-02-13 | Merge branch 'update-cargo-metadata' | Linus Färnstrand | 4 | -8/+8 |
| 2017-02-10 | Use crate metadata as clap cli parameters | Linus Färnstrand | 1 | -5/+2 |
| 2017-02-10 | Update authors and add description | Linus Färnstrand | 3 | -3/+6 |
| 2017-02-09 | Merge branch 'error-chain' | Linus Färnstrand | 8 | -112/+102 |
| 2017-02-09 | Convert all net tests to use assert_matches | Linus Färnstrand | 1 | -5/+10 |
| 2017-02-08 | Create Errors with into() instead of Error::from | Linus Färnstrand | 2 | -2/+2 |
| 2017-02-08 | Try out new pattern matching test format | Linus Färnstrand | 1 | -1/+2 |
| 2017-02-08 | Stop using foreign_link in an invalid(?) way | Linus Färnstrand | 2 | -13/+21 |
| 2017-02-08 | Print errors and backtrace in talpid_cli | Linus Färnstrand | 1 | -12/+18 |
| 2017-02-08 | Convert talpid_cli to use error-chain | Linus Färnstrand | 3 | -8/+20 |
| 2017-02-08 | Convert process::monitor module to use error-chain | Linus Färnstrand | 1 | -51/+17 |
| 2017-02-08 | Convert net module to use error-chain | Linus Färnstrand | 1 | -32/+19 |
| 2017-02-08 | Add error-chain dependency | Linus Färnstrand | 3 | -0/+5 |
| 2017-02-07 | Merge branch 'improve-build' | Linus Färnstrand | 5 | -23/+101 |
| 2017-02-06 | Manually add toolchain bin to PATH for appveyor | Linus Färnstrand | 1 | -0/+2 |
| 2017-02-06 | Simplify build scripts with --all | Linus Färnstrand | 2 | -17/+6 |
| 2017-02-06 | Correct Cargo.lock placement and content | Linus Färnstrand | 2 | -4/+91 |
| 2017-02-06 | Introduce workspace | Linus Färnstrand | 1 | -2/+2 |
| 2017-02-06 | Merge branch 'assert_matches' | Linus Färnstrand | 7 | -18/+24 |
| 2017-02-04 | Make assert_matches a dev-dependency | Linus Färnstrand | 4 | -0/+6 |
| 2017-02-04 | Use assert_matches crate to implement assert_event | Linus Färnstrand | 3 | -4/+5 |
| 2017-02-04 | Replace homegrown assert_pat! with assert_matches | Linus Färnstrand | 4 | -14/+13 |
| 2017-02-01 | Merge branch 'parse-c-strings' | Linus Färnstrand | 7 | -2/+257 |
| 2017-01-31 | Separate whitespace trimming test | Linus Färnstrand | 1 | -6/+6 |
| 2017-01-31 | Fix spelling: null-terminated | Linus Färnstrand | 1 | -4/+4 |
| 2017-01-31 | Adapt travis+appveyor to build openvpn plugin | Linus Färnstrand | 2 | -2/+6 |
| 2017-01-31 | Improve description of Null error | Linus Färnstrand | 1 | -1/+1 |
| 2017-01-31 | Add failing string to NoEqual error | Linus Färnstrand | 1 | -3/+4 |
| 2017-01-31 | Add extra parse tests | Linus Färnstrand | 1 | -0/+23 |
| 2017-01-31 | Add parse module with array and env functions | Linus Färnstrand | 5 | -0/+227 |
| 2017-01-31 | Merge branch 'integrate-cli' | Linus Färnstrand | 5 | -1/+146 |
| 2017-01-30 | Adapt travis+appveyor to build talpid_cli | Linus Färnstrand | 2 | -1/+5 |
| 2017-01-30 | Add cli crate | Linus Färnstrand | 3 | -0/+141 |
| 2017-01-30 | Merge branch 'child-spawner-associated' | Linus Färnstrand | 2 | -20/+27 |
| 2017-01-30 | Change spawner generic to S | Linus Färnstrand | 1 | -7/+7 |
| 2017-01-30 | Rename all ChildSpawner instances to spawner | Linus Färnstrand | 1 | -11/+11 |
| 2017-01-30 | Make child associated type in ChildSpawner | Linus Färnstrand | 2 | -9/+16 |
