| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2019-11-22 | Use `jnix::IntoJava` for `&[u8]` | Janito Vaqueiro Ferreira Filho | 1 | -12/+2 |
| 2019-11-22 | Use `jnix::IntoJava` for `SocketAddr` | Janito Vaqueiro Ferreira Filho | 1 | -19/+1 |
| 2019-11-22 | Use `jnix::IntoJava` for `IpAddr` and its variants | Janito Vaqueiro Ferreira Filho | 1 | -82/+3 |
| 2019-11-22 | Use `jnix::IntoJava` for `String` | Janito Vaqueiro Ferreira Filho | 1 | -10/+1 |
| 2019-11-22 | Add `wrap_jnix_into_java` helper macro | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 |
| 2019-11-22 | Return `AutoLocal` from `IntoJava` implementations | Janito Vaqueiro Ferreira Filho | 4 | -190/+237 |
| 2019-11-22 | Add borrow lifetime to `IntoJava` trait | Janito Vaqueiro Ferreira Filho | 1 | -71/+164 |
| 2019-11-22 | Use class cache in `JnixEnv` | Janito Vaqueiro Ferreira Filho | 5 | -80/+57 |
| 2019-11-22 | Replace `JNIEnv` usage with `JnixEnv` | Janito Vaqueiro Ferreira Filho | 5 | -87/+128 |
| 2019-11-22 | Use `jnix` crate | Janito Vaqueiro Ferreira Filho | 8 | -19/+42 |
| 2019-11-22 | Move list of classes to load to a separate module | Janito Vaqueiro Ferreira Filho | 2 | -64/+64 |
| 2019-11-22 | Merge branch 'resolvconf-check-dnsmasq' | Emīls | 2 | -0/+48 |
| 2019-11-22 | Update changelog | Emīls | 1 | -0/+3 |
| 2019-11-22 | Check if dnsmasq is misconfigured | Emīls | 1 | -0/+45 |
| 2019-11-22 | Merge branch 'simplify-win-exception-code-checking' | Linus Färnstrand | 1 | -69/+38 |
| 2019-11-22 | Simpler code for converting ExceptionCode to a string | Linus Färnstrand | 1 | -69/+38 |
| 2019-11-21 | Merge branch 'rebuild-talpid-core-when-binary-artifacts-change' | Emīls | 1 | -0/+1 |
| 2019-11-21 | Rerun build scripts if binary artifacts have changed | Emīls | 1 | -0/+1 |
| 2019-11-21 | Merge branch 'talpid-java-package' | Janito Vaqueiro Ferreira Filho | 22 | -105/+111 |
| 2019-11-21 | Create `TalpidVpnService` super class | Janito Vaqueiro Ferreira Filho | 4 | -34/+40 |
| 2019-11-21 | Move `TunConfig` to Talpid package | Janito Vaqueiro Ferreira Filho | 5 | -6/+5 |
| 2019-11-21 | Move `InetNetwork` to Talpid package | Janito Vaqueiro Ferreira Filho | 4 | -3/+4 |
| 2019-11-21 | Move `TunnelEndpoint` to Talpid package | Janito Vaqueiro Ferreira Filho | 5 | -9/+8 |
| 2019-11-21 | Move `Endpoint` to Talpid package | Janito Vaqueiro Ferreira Filho | 5 | -11/+8 |
| 2019-11-21 | Move `TransportProtocol` to Talpid package | Janito Vaqueiro Ferreira Filho | 5 | -7/+8 |
| 2019-11-21 | Move `BlockReason` to Talpid package | Janito Vaqueiro Ferreira Filho | 5 | -17/+15 |
| 2019-11-21 | Move `ParameterGenerationError` to Talpid package | Janito Vaqueiro Ferreira Filho | 5 | -8/+10 |
| 2019-11-21 | Move `ParameterGenerationError` to a separate file | Janito Vaqueiro Ferreira Filho | 2 | -7/+8 |
| 2019-11-21 | Move `ActionAfterDisconnect` to Talpid package | Janito Vaqueiro Ferreira Filho | 11 | -13/+15 |
| 2019-11-21 | Merge branch 'log-unhandled-exceptions' | David Lönnhager | 3 | -1/+309 |
| 2019-11-21 | Reformat Rust code | David Lönnhager | 1 | -29/+39 |
| 2019-11-21 | Return Result instead of panicking in windows_exception_logging | David Lönnhager | 1 | -19/+20 |
| 2019-11-21 | Log additional unhandled exception information | David Lönnhager | 1 | -23/+38 |
| 2019-11-21 | Clarify where unhandled exception occurred | David Lönnhager | 1 | -1/+1 |
| 2019-11-21 | Log exception error codes as strings | David Lönnhager | 1 | -8/+61 |
| 2019-11-21 | Log registers for unhandled exceptions | David Lönnhager | 1 | -6/+80 |
| 2019-11-21 | Log unhandled SEH exceptions on Windows | David Lönnhager | 3 | -1/+156 |
| 2019-11-20 | Merge branch 'adjust-openvpn-tls-parameters' | Linus Färnstrand | 2 | -4/+15 |
