| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-09-27 | Reformat with rustfmt 0.99.5 | Linus Färnstrand | 6 | -63/+80 |
| 2018-09-24 | Allow IPv6 on LAN if enabled | Linus Färnstrand | 3 | -4/+47 |
| 2018-09-20 | Swap to versions of mnl and nftnl published to crates.io | Linus Färnstrand | 1 | -2/+2 |
| 2018-09-19 | Include after disconnect action in new state event | Janito Vaqueiro Ferreira Filho | 1 | -2/+15 |
| 2018-09-17 | Allow setting the DNS module through env. variable | Janito Vaqueiro Ferreira Filho | 1 | -0/+11 |
| 2018-09-17 | Implement support for resolvconf | Janito Vaqueiro Ferreira Filho | 4 | -3/+103 |
| 2018-09-17 | Separate `DnsSettings` and `StaticResolvConf` | Janito Vaqueiro Ferreira Filho | 2 | -188/+229 |
| 2018-09-17 | Move Linux `dns` module to a new sub-directory | Janito Vaqueiro Ferreira Filho | 1 | -0/+0 |
| 2018-09-17 | Add authentication failure reason | Janito Vaqueiro Ferreira Filho | 2 | -4/+7 |
| 2018-09-17 | Block when authentication fails | Janito Vaqueiro Ferreira Filho | 1 | -0/+11 |
| 2018-09-17 | Forward authentication failure events | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-09-17 | Use development version of `openvpn-plugin` crate | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-09-13 | Use if let in rotate_log for simpler code | Linus Färnstrand | 1 | -2/+2 |
| 2018-09-12 | Update logging code in talpid-core for windns | Emīls | 1 | -9/+52 |
| 2018-09-11 | Log IPv6 enabled checks | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2018-09-11 | Change global IPv6 check | Janito Vaqueiro Ferreira Filho | 1 | -3/+6 |
| 2018-09-11 | Check if IPv6 is enabled in TAP adapter on Windows | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2018-09-11 | Bridge `GetTapInterfaceIpv6Status` to Rust | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 |
| 2018-09-11 | Remove `MetricResult` enumeration | Janito Vaqueiro Ferreira Filho | 1 | -26/+16 |
| 2018-09-11 | Create `winnet` module | Janito Vaqueiro Ferreira Filho | 5 | -44/+49 |
| 2018-09-11 | Upgrade to newer tokio libraries | Emīls Piņķis | 1 | -2/+2 |
| 2018-09-11 | Update dependencies and use fixed IPC server implementation for JSONRPC | Emīls Piņķis | 1 | -2/+3 |
| 2018-09-10 | Just log errors in DNS restore, not crash | Linus Färnstrand | 1 | -15/+20 |
| 2018-09-06 | Add LAN->SSDP multicast on macOS | Linus Färnstrand | 1 | -0/+2 |
| 2018-09-06 | Add LAN->SSDP multicast on Linux | Linus Färnstrand | 2 | -3/+9 |
| 2018-09-06 | Add `BlockReason::Ipv6Unavailable` | Janito Vaqueiro Ferreira Filho | 1 | -7/+27 |
| 2018-09-06 | Implement `is_ipv6_enabled` for Linux | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2018-09-06 | Implement `is_ipv6_enabled` for Windows | Janito Vaqueiro Ferreira Filho | 3 | -1/+24 |
| 2018-09-06 | Ensure IPv6 can be enabled before starting OpenVPN | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2018-09-06 | Move OpenVPN tunnel endpoint check to a new method | Janito Vaqueiro Ferreira Filho | 1 | -4/+9 |
| 2018-09-06 | Implement Display for SecurityPolicy and print that format | Linus Färnstrand | 1 | -2/+37 |
| 2018-09-06 | Expose one unified NetworkSecurity struct, and make it log | Linus Färnstrand | 9 | -50/+72 |
| 2018-09-05 | Fix that uses enable_ipv6 setting instead of ignoring it | Linus Färnstrand | 1 | -6/+5 |
| 2018-09-05 | Make BlockedState activate Blocked security policy on entry | Linus Färnstrand | 7 | -32/+62 |
| 2018-09-05 | Add "blocked" security policy and implement in firewalls | Linus Färnstrand | 4 | -22/+59 |
| 2018-09-05 | Move `enable_ipv6` to `TunnelOptions` | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2018-09-04 | Add TunnelCommand::Block | Linus Färnstrand | 6 | -41/+68 |
| 2018-09-03 | Block if security policy can't be set | Janito Vaqueiro Ferreira Filho | 2 | -10/+14 |
| 2018-09-03 | Create `AfterDisconnect::Block` variant | Janito Vaqueiro Ferreira Filho | 1 | -2/+12 |
| 2018-09-03 | Block connection if starting the tunnel fails | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2018-09-03 | Log full chain of errors | Janito Vaqueiro Ferreira Filho | 2 | -4/+9 |
| 2018-09-03 | Add reason to transition to blocked state | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2018-09-03 | Create `BlockedState` type | Janito Vaqueiro Ferreira Filho | 2 | -0/+48 |
| 2018-09-03 | Include state transition in `NewState` | Janito Vaqueiro Ferreira Filho | 5 | -31/+38 |
| 2018-09-03 | Remove `StateEntryResult` type | Janito Vaqueiro Ferreira Filho | 5 | -40/+33 |
| 2018-08-30 | Request tunnel to close in a separate thread | Janito Vaqueiro Ferreira Filho | 1 | -6/+10 |
| 2018-08-30 | Move `TunnelStateTransition` to `talpid_types` | Janito Vaqueiro Ferreira Filho | 1 | -13/+1 |
| 2018-08-29 | Use IPC instead of a websocket to communicate between daemon and plugin | Linus Färnstrand | 2 | -81/+25 |
| 2018-08-29 | Move tunnel state machine to Talpid | Janito Vaqueiro Ferreira Filho | 8 | -0/+1037 |
| 2018-08-29 | Move `rotate_log` function to `talpid-core` | Janito Vaqueiro Ferreira Filho | 2 | -0/+23 |
