| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-11-26 | Merge branch 'installer-fix' | David Lönnhager | 2 | -6/+16 |
| 2019-11-26 | Define constants for devcon/tapinstall | David Lönnhager | 1 | -4/+10 |
| 2019-11-26 | Log more details when IdentifyNewAdapter fails | David Lönnhager | 1 | -1/+3 |
| 2019-11-26 | Fix error handling in installer | David Lönnhager | 1 | -3/+5 |
| 2019-11-25 | Merge branch 'deny-unused-mut' | Linus Färnstrand | 5 | -7/+7 |
| 2019-11-25 | Allow unused mut on non-Windows | Linus Färnstrand | 1 | -0/+1 |
| 2019-11-25 | Rename set_default to add_default for default route callbacks | Linus Färnstrand | 3 | -5/+4 |
| 2019-11-25 | Deny unused_mut warning | Linus Färnstrand | 2 | -2/+2 |
| 2019-11-25 | Bump binary submodule with working OpenSSL 1.1.1d windows binaries | Linus Färnstrand | 1 | -0/+0 |
| 2019-11-25 | Merge branch 'win-wireguard' | Odd Stranne | 47 | -115/+3372 |
| 2019-11-25 | Add more logging and send more and bigger ICMP requests | Emīls Piņķis | 2 | -16/+78 |
| 2019-11-25 | Enable wireguard keys menu on all platforms | Emīls Piņķis | 2 | -19/+8 |
| 2019-11-25 | Remove unused import of lazy_static in talpid-core | Emīls Piņķis | 1 | -4/+0 |
| 2019-11-25 | Make it build on Linux | Emīls | 3 | -27/+21 |
| 2019-11-25 | Update changelog | Odd Stranne | 1 | -0/+1 |
| 2019-11-25 | Implement WireGuard logging using callback | Odd Stranne | 5 | -7/+111 |
| 2019-11-25 | Enable key autogeneration | Emīls Piņķis | 1 | -5/+0 |
| 2019-11-25 | Enable WireGuard in GUI for Windows | Emīls Piņķis | 1 | -13/+9 |
| 2019-11-25 | Add Windows support for WireGuard in 'talpid-core' | Odd Stranne | 15 | -49/+655 |
| 2019-11-25 | Rearrange all the things | Odd Stranne | 14 | -855/+1120 |
| 2019-11-25 | Add notification for when the default route changes | Odd Stranne | 4 | -1/+228 |
| 2019-11-25 | Add ICMP permit rule in firewall during connecting state | Odd Stranne | 10 | -6/+257 |
| 2019-11-25 | Add function to assign device IP addresses | Odd Stranne | 5 | -7/+122 |
| 2019-11-25 | Add Windows route manager | Odd Stranne | 10 | -4/+1659 |
| 2019-11-25 | Reference 'libwg.dll' so it's included with the packaged build | Odd Stranne | 1 | -0/+1 |
| 2019-11-25 | Bump submodule 'binaries' | Odd Stranne | 1 | -0/+0 |
| 2019-11-22 | Fix spelling/formatting | Linus Färnstrand | 2 | -4/+3 |
| 2019-11-22 | Merge branch 'use-jnix' | Janito Vaqueiro Ferreira Filho | 48 | -1053/+475 |
| 2019-11-22 | Remove `into_java` module | Janito Vaqueiro Ferreira Filho | 4 | -102/+30 |
| 2019-11-22 | Create `GetAccountDataResult` helper type | Janito Vaqueiro Ferreira Filho | 2 | -52/+39 |
| 2019-11-22 | Derive `IntoJava` for `TunnelState` | Janito Vaqueiro Ferreira Filho | 2 | -67/+5 |
| 2019-11-22 | Derive `IntoJava` for `BlockReason` | Janito Vaqueiro Ferreira Filho | 2 | -52/+4 |
| 2019-11-22 | Derive `IntoJava` for `ParameterGenerationError` | Janito Vaqueiro Ferreira Filho | 5 | -39/+10 |
| 2019-11-22 | Derive `IntoJava` for `ActionAfterDisconnect` | Janito Vaqueiro Ferreira Filho | 11 | -52/+28 |
| 2019-11-22 | Derive `IntoJava` for `Settings` | Janito Vaqueiro Ferreira Filho | 2 | -34/+14 |
| 2019-11-22 | Remove `IntoJava` impl. for `RelayConstraints` | Janito Vaqueiro Ferreira Filho | 1 | -23/+1 |
| 2019-11-22 | Derive `IntoJava` for `KeygenEvent` | Janito Vaqueiro Ferreira Filho | 4 | -74/+25 |
| 2019-11-22 | Derive `IntoJava` for `RelaySettings` | Janito Vaqueiro Ferreira Filho | 5 | -37/+10 |
| 2019-11-22 | Derive `IntoJava` for `CustomTunnelEndpoint` | Janito Vaqueiro Ferreira Filho | 2 | -0/+9 |
| 2019-11-22 | Derive `IntoJava` for `RelayConstraints` | Janito Vaqueiro Ferreira Filho | 3 | -0/+9 |
| 2019-11-22 | Derive `IntoJava` for `Constraint<T>` | Janito Vaqueiro Ferreira Filho | 2 | -28/+7 |
| 2019-11-22 | Derive `IntoJava` for `LocationConstraint` | Janito Vaqueiro Ferreira Filho | 2 | -55/+5 |
| 2019-11-22 | Use `jnix::IntoJava` for `Vec<T>` | Janito Vaqueiro Ferreira Filho | 1 | -33/+4 |
| 2019-11-22 | Use `jnix::IntoJava` for `Option<T>` | Janito Vaqueiro Ferreira Filho | 1 | -16/+3 |
| 2019-11-22 | Derive `IntoJava` for `RelayList` | Janito Vaqueiro Ferreira Filho | 3 | -22/+7 |
| 2019-11-22 | Derive `IntoJava` for `RelayListCountry` | Janito Vaqueiro Ferreira Filho | 3 | -31/+11 |
| 2019-11-22 | Derive `IntoJava` for `RelayListCity` | Janito Vaqueiro Ferreira Filho | 3 | -31/+9 |
| 2019-11-22 | Derive `IntoJava` for `Relay` | Janito Vaqueiro Ferreira Filho | 3 | -24/+13 |
| 2019-11-22 | Derive `IntoJava` for `RelayTunnels` | Janito Vaqueiro Ferreira Filho | 3 | -0/+9 |
| 2019-11-22 | Derive `IntoJava` for `WireguardEndpointData` | Janito Vaqueiro Ferreira Filho | 3 | -1/+9 |
