| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-07-29 | Retry connection on specific Wireguard error | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-07-29 | Fix typo in Wireguard error variant name | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-07-29 | Make `tunnel_close_event` optional | Janito Vaqueiro Ferreira Filho | 3 | -10/+25 |
| 2019-07-29 | Make `CloseHandle` optional in disconnecting state | Janito Vaqueiro Ferreira Filho | 3 | -13/+15 |
| 2019-07-29 | Remove unnecessary attribute | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2019-07-25 | Replace `i64` usage with `isize` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-06-28 | Bump wireguard-go | Emīls Piņķis | 1 | -0/+1 |
| 2019-06-14 | Let Linux offline check fail into an online state | Emīls Piņķis | 1 | -2/+11 |
| 2019-06-14 | Ignore IrDA devices | Emīls Piņķis | 1 | -0/+1 |
| 2019-06-12 | Remove clone() call on Copy type | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Remove identical conversion | Linus Färnstrand | 1 | -4/+1 |
| 2019-06-12 | Use .is_{err,ok,none}() instead of pattern matching | Linus Färnstrand | 2 | -3/+3 |
| 2019-06-12 | Take self by ownership in tiny Copy type | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Use is_empty instead of len() == 0 | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Don't take reference on both sides of comparison | Linus Färnstrand | 2 | -3/+3 |
| 2019-06-12 | Remove superfluous return keyword | Linus Färnstrand | 2 | -2/+2 |
| 2019-06-10 | Enable Wireguard on Android | Janito Vaqueiro Ferreira Filho | 1 | -23/+18 |
| 2019-06-10 | Update `ping_monitor` to support Android | Janito Vaqueiro Ferreira Filho | 1 | -18/+21 |
| 2019-06-10 | Bypass tunnel sockets out of the VPN tunnel | Janito Vaqueiro Ferreira Filho | 2 | -1/+26 |
| 2019-06-10 | Interface with Android's `libwg` library | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2019-06-10 | Cast pointer type correctly | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-06-10 | Improve NetworkManager failure mode detection | Emīls Piņķis | 1 | -11/+25 |
| 2019-06-05 | Add Option<ProxyEndpoint> to TunnelEndpoint | Emīls Piņķis | 3 | -6/+6 |
| 2019-06-03 | Actually set proxy parameters | Emīls Piņķis | 2 | -0/+9 |
| 2019-06-03 | Fix systemd-resolved resolv.conf detection | Emīls Piņķis | 1 | -2/+27 |
| 2019-05-29 | Make `StubTunProvider` private | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-05-29 | Add `Tun::bypass` Android-specific method | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-05-29 | Include tunnel routes in `TunConfig` | Janito Vaqueiro Ferreira Filho | 3 | -18/+29 |
| 2019-05-29 | Include tunnel MTU in `TunConfig` | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 |
| 2019-05-29 | Include DNS server addresses in `TunConfig` | Janito Vaqueiro Ferreira Filho | 2 | -1/+8 |
| 2019-05-29 | Refactor how Wireguard tunnel config is created | Janito Vaqueiro Ferreira Filho | 1 | -4/+7 |
| 2019-05-29 | Derive `Clone` and `Debug` for `TunConfig` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-05-29 | Remove `TunConfig` constructor | Janito Vaqueiro Ferreira Filho | 2 | -10/+3 |
| 2019-05-29 | Allow unused `tun_provider` parameter on Windows | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-05-28 | Use `TunProvider` in Wireguard tunnel set-up | Janito Vaqueiro Ferreira Filho | 2 | -18/+15 |
| 2019-05-28 | Conditionally compile `StubTunProvider` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2019-05-28 | Create `PlatformTunProvider` type alias | Janito Vaqueiro Ferreira Filho | 3 | -0/+21 |
| 2019-05-28 | Create `UnixTunProvider` | Janito Vaqueiro Ferreira Filho | 2 | -0/+57 |
| 2019-05-28 | Provide `TunProvider` from daemon to wireguard | Janito Vaqueiro Ferreira Filho | 4 | -4/+29 |
| 2019-05-28 | Create `StubTunProvider` | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2019-05-28 | Create `TunProvider` trait | Janito Vaqueiro Ferreira Filho | 2 | -0/+44 |
| 2019-05-28 | Remove proxy settings from openvpn::TunnelOptions | Emīls Piņķis | 4 | -6/+8 |
| 2019-05-28 | Tiny fix in firewall log | Linus Färnstrand | 1 | -1/+1 |
| 2019-05-27 | Remove "without errors" log message | Linus Färnstrand | 1 | -4/+1 |
| 2019-05-21 | Add new windows connectivity checks to daemon | Emīls Piņķis | 2 | -44/+165 |
| 2019-05-16 | Ignore some unused variables on Android | Janito Vaqueiro Ferreira Filho | 3 | -0/+3 |
| 2019-05-16 | Compile out `mktemp` helper module on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-05-16 | Compile out tunnel proxy management on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-05-16 | Don't include OpenVPN on Android | Janito Vaqueiro Ferreira Filho | 1 | -2/+23 |
| 2019-05-14 | Allow being a DHCPv4 server on macOS | Linus Färnstrand | 1 | -2/+24 |
