| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-09-10 | Pass a mutable reference to `dyn TunProvider` | Janito Vaqueiro Ferreira Filho | 4 | -7/+7 |
| 2019-09-10 | Update logging definitions/log sink implementation in 'winnet' wrapper | Odd Stranne | 3 | -24/+37 |
| 2019-09-05 | Adjust Rust code responsible for setting DNS | Odd Stranne | 2 | -165/+20 |
| 2019-08-27 | Improve Android `RouteManagerImpl` stub | Janito Vaqueiro Ferreira Filho | 1 | -5/+15 |
| 2019-08-19 | Lower default MTU to increase quality of life on 4g | Emīls Piņķis | 1 | -1/+1 |
| 2019-08-12 | Replace ::std with just std | Linus Färnstrand | 7 | -10/+10 |
| 2019-08-11 | Change TunnelParametersGenerator to return errors | Emīls Piņķis | 2 | -4/+8 |
| 2019-08-06 | Also retry to connect when tunnel bypass fails | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-08-06 | Create `should_retry` helper function | Janito Vaqueiro Ferreira Filho | 1 | -26/+33 |
| 2019-08-06 | Separate `StartWireguardError` into error variants | Janito Vaqueiro Ferreira Filho | 3 | -5/+21 |
| 2019-08-06 | Display error chain when retrying to connect | Janito Vaqueiro Ferreira Filho | 1 | -4/+9 |
| 2019-08-06 | Log error chain when tunnel fails to start | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2019-07-31 | Improve Linux DNS static-file management resiliency | Emīls Piņķis | 1 | -11/+18 |
| 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 |
