| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-07-17 | Rename all crates from snake_case to kebab-case | Linus Färnstrand | 3 | -221/+0 |
| 2017-07-10 | Add status support in CLI | Linus Färnstrand | 1 | -1/+1 |
| 2017-07-06 | Map result in openvpn plugin to match new type | Linus Färnstrand | 1 | -0/+1 |
| 2017-05-23 | Use WsIpcClient in OpenVPN plugin | Linus Färnstrand | 2 | -10/+8 |
| 2017-04-18 | Reformat with new rustfmt settings | Linus Färnstrand | 1 | -12/+14 |
| 2017-04-11 | Upgrading to error-chain 0.10 | Linus Färnstrand | 1 | -1/+1 |
| 2017-03-16 | Clean up according to clippy lints | Linus Färnstrand | 1 | -1/+1 |
| 2017-03-14 | Make the OpenVPN build as a cdylib | Linus Färnstrand | 1 | -1/+1 |
| 2017-03-07 | Explicitly import stuff from openvpn_ffi | Linus Färnstrand | 1 | -18/+19 |
| 2017-03-07 | Add event to what is sent from plugin | Linus Färnstrand | 1 | -2/+2 |
| 2017-03-07 | Extract OpenVPN FFI stuff to separate crate | Linus Färnstrand | 7 | -372/+28 |
| 2017-03-07 | Annotate type for easier reading | Linus Färnstrand | 1 | -1/+1 |
| 2017-03-07 | Add IPC capabilities to OpenVPN plugin | Linus Färnstrand | 4 | -16/+51 |
| 2017-03-06 | Clippy comment style fixes | Linus Färnstrand | 2 | -2/+2 |
| 2017-03-06 | Clippy code fixes | Linus Färnstrand | 1 | -2/+2 |
| 2017-03-06 | Get rid of unused lazy_static | Linus Färnstrand | 2 | -4/+0 |
| 2017-03-06 | Naming cleanup | Linus Färnstrand | 1 | -3/+3 |
| 2017-03-05 | Don't take ownership of Error | Linus Färnstrand | 1 | -3/+3 |
| 2017-03-05 | Error name and path cleanup | Linus Färnstrand | 1 | -3/+3 |
| 2017-03-02 | Use log and env_logger for logging | Linus Färnstrand | 3 | -9/+46 |
| 2017-03-02 | Add rustdoc to event enum | Linus Färnstrand | 1 | -0/+3 |
| 2017-03-02 | Add number to enum parsing error | Linus Färnstrand | 1 | -4/+5 |
| 2017-03-02 | Move the openvpn functions to the top | Linus Färnstrand | 5 | -160/+168 |
| 2017-02-28 | Create, use and destroy handler | Linus Färnstrand | 1 | -2/+27 |
| 2017-02-28 | Add EventProcessor | Linus Färnstrand | 1 | -0/+30 |
| 2017-02-28 | Fix comment | Linus Färnstrand | 1 | -2/+2 |
| 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-10 | Update authors and add description | Linus Färnstrand | 1 | -1/+2 |
| 2017-02-08 | Create Errors with into() instead of Error::from | Linus Färnstrand | 1 | -1/+1 |
| 2017-02-06 | Correct Cargo.lock placement and content | Linus Färnstrand | 1 | -112/+0 |
| 2017-02-04 | Make assert_matches a dev-dependency | Linus Färnstrand | 2 | -0/+3 |
| 2017-02-04 | Replace homegrown assert_pat! with assert_matches | Linus Färnstrand | 4 | -14/+13 |
| 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 | 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-30 | Rename ffi function arguments | Linus Färnstrand | 1 | -9/+10 |
| 2017-01-30 | Add tests to ffi/consts | Linus Färnstrand | 1 | -1/+25 |
| 2017-01-30 | Change PLUGIN_* into c_int | Linus Färnstrand | 1 | -18/+18 |
| 2017-01-30 | Add initial FFI declarations for an OpenVPN plugin | Linus Färnstrand | 3 | -0/+152 |
| 2017-01-30 | Add lazy_static to OpenVPN plugin | Linus Färnstrand | 3 | -0/+13 |
