summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Use `jnix::IntoJava` for `SocketAddr`Janito Vaqueiro Ferreira Filho1-19/+1
2019-11-22Use `jnix::IntoJava` for `IpAddr` and its variantsJanito Vaqueiro Ferreira Filho1-82/+3
2019-11-22Use `jnix::IntoJava` for `String`Janito Vaqueiro Ferreira Filho1-10/+1
2019-11-22Add `wrap_jnix_into_java` helper macroJanito Vaqueiro Ferreira Filho1-0/+16
2019-11-22Return `AutoLocal` from `IntoJava` implementationsJanito Vaqueiro Ferreira Filho4-190/+237
2019-11-22Add borrow lifetime to `IntoJava` traitJanito Vaqueiro Ferreira Filho1-71/+164
2019-11-22Use class cache in `JnixEnv`Janito Vaqueiro Ferreira Filho5-80/+57
2019-11-22Replace `JNIEnv` usage with `JnixEnv`Janito Vaqueiro Ferreira Filho5-87/+128
2019-11-22Use `jnix` crateJanito Vaqueiro Ferreira Filho8-19/+42
2019-11-22Move list of classes to load to a separate moduleJanito Vaqueiro Ferreira Filho2-64/+64
2019-11-22Merge branch 'resolvconf-check-dnsmasq'Emīls2-0/+48
2019-11-22Update changelogEmīls1-0/+3
2019-11-22Check if dnsmasq is misconfiguredEmīls1-0/+45
2019-11-22Merge branch 'simplify-win-exception-code-checking'Linus Färnstrand1-69/+38
2019-11-22Simpler code for converting ExceptionCode to a stringLinus Färnstrand1-69/+38
2019-11-21Merge branch 'rebuild-talpid-core-when-binary-artifacts-change'Emīls1-0/+1
2019-11-21Rerun build scripts if binary artifacts have changedEmīls1-0/+1
2019-11-21Merge branch 'talpid-java-package'Janito Vaqueiro Ferreira Filho22-105/+111
2019-11-21Create `TalpidVpnService` super classJanito Vaqueiro Ferreira Filho4-34/+40
2019-11-21Move `TunConfig` to Talpid packageJanito Vaqueiro Ferreira Filho5-6/+5
2019-11-21Move `InetNetwork` to Talpid packageJanito Vaqueiro Ferreira Filho4-3/+4
2019-11-21Move `TunnelEndpoint` to Talpid packageJanito Vaqueiro Ferreira Filho5-9/+8
2019-11-21Move `Endpoint` to Talpid packageJanito Vaqueiro Ferreira Filho5-11/+8
2019-11-21Move `TransportProtocol` to Talpid packageJanito Vaqueiro Ferreira Filho5-7/+8
2019-11-21Move `BlockReason` to Talpid packageJanito Vaqueiro Ferreira Filho5-17/+15
2019-11-21Move `ParameterGenerationError` to Talpid packageJanito Vaqueiro Ferreira Filho5-8/+10
2019-11-21Move `ParameterGenerationError` to a separate fileJanito Vaqueiro Ferreira Filho2-7/+8
2019-11-21Move `ActionAfterDisconnect` to Talpid packageJanito Vaqueiro Ferreira Filho11-13/+15
2019-11-21Merge branch 'log-unhandled-exceptions'David Lönnhager3-1/+309
2019-11-21Reformat Rust codeDavid Lönnhager1-29/+39
2019-11-21Return Result instead of panicking in windows_exception_loggingDavid Lönnhager1-19/+20
2019-11-21Log additional unhandled exception informationDavid Lönnhager1-23/+38
2019-11-21Clarify where unhandled exception occurredDavid Lönnhager1-1/+1
2019-11-21Log exception error codes as stringsDavid Lönnhager1-8/+61
2019-11-21Log registers for unhandled exceptionsDavid Lönnhager1-6/+80
2019-11-21Log unhandled SEH exceptions on WindowsDavid Lönnhager3-1/+156
2019-11-20Merge branch 'adjust-openvpn-tls-parameters'Linus Färnstrand2-4/+15
2019-11-20Limit OpenVPN to use TLS >=1.2 and limit 1.3 ciphersLinus Färnstrand2-4/+15
2019-11-20Merge branch 'fix-installer-regression'David Lönnhager1-2/+2
2019-11-20Fix installer/updater regressionDavid Lönnhager1-2/+2
2019-11-20Merge branch 'idiomatic-duration-constants'Linus Färnstrand3-12/+9
2019-11-19Bump windows-service dependency to newerLinus Färnstrand2-4/+4
2019-11-19Save time as durations instead of integersLinus Färnstrand1-8/+5
2019-11-19Merge branch 'update-openvpn-tap'David Lönnhager3-21/+45
2019-11-19Update CHANGELOG.mdDavid Lönnhager1-0/+5
2019-11-19Hide TAP driver warning on driver updatesDavid Lönnhager1-16/+16
2019-11-19Rename TAP adapter after upgrade on Windows (bug fix)David Lönnhager1-2/+17
2019-11-19Update TAP driverDavid Lönnhager1-15/+19
2019-11-19Bump submodule binariesDavid Lönnhager1-0/+0
2019-11-19Merge branch 'run-routing-on-single-thread'Emīls4-20/+31