| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2019-11-22 | Derive `IntoJava` for `AppVersionInfo` | Janito Vaqueiro Ferreira Filho | 2 | -31/+5 |
| 2019-11-22 | Derive `IntoJava` for `PublicKey` | Janito Vaqueiro Ferreira Filho | 2 | -22/+7 |
| 2019-11-22 | Derive `IntoJava` for `GeoIpLocation` | Janito Vaqueiro Ferreira Filho | 2 | -36/+10 |
| 2019-11-22 | Derive `IntoJava` for `TunnelEndpoint` | Janito Vaqueiro Ferreira Filho | 2 | -24/+6 |
| 2019-11-22 | Derive `IntoJava` for `Endpoint` | Janito Vaqueiro Ferreira Filho | 2 | -30/+5 |
| 2019-11-22 | Derive `IntoJava` for `TransportProtocol` | Janito Vaqueiro Ferreira Filho | 7 | -27/+14 |
| 2019-11-22 | Derive `IntoJava` for `AccountData` | Janito Vaqueiro Ferreira Filho | 4 | -18/+10 |
| 2019-11-22 | Remove obsoleted `IntoJava` impl. for `IpNetwork` | Janito Vaqueiro Ferreira Filho | 1 | -26/+2 |
| 2019-11-22 | Derive `IntoJava` for `TunConfig` | Janito Vaqueiro Ferreira Filho | 3 | -32/+15 |
| 2019-11-22 | Create `InetNetwork` conversion helper type | Janito Vaqueiro Ferreira Filho | 3 | -0/+25 |
