summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'installer-fix'David Lönnhager2-6/+16
2019-11-26Define constants for devcon/tapinstallDavid Lönnhager1-4/+10
2019-11-26Log more details when IdentifyNewAdapter failsDavid Lönnhager1-1/+3
2019-11-26Fix error handling in installerDavid Lönnhager1-3/+5
2019-11-25Merge branch 'deny-unused-mut'Linus Färnstrand5-7/+7
2019-11-25Allow unused mut on non-WindowsLinus Färnstrand1-0/+1
2019-11-25Rename set_default to add_default for default route callbacksLinus Färnstrand3-5/+4
2019-11-25Deny unused_mut warningLinus Färnstrand2-2/+2
2019-11-25Bump binary submodule with working OpenSSL 1.1.1d windows binariesLinus Färnstrand1-0/+0
2019-11-25Merge branch 'win-wireguard'Odd Stranne47-115/+3372
2019-11-25Add more logging and send more and bigger ICMP requestsEmīls Piņķis2-16/+78
2019-11-25Enable wireguard keys menu on all platformsEmīls Piņķis2-19/+8
2019-11-25Remove unused import of lazy_static in talpid-coreEmīls Piņķis1-4/+0
2019-11-25Make it build on LinuxEmīls3-27/+21
2019-11-25Update changelogOdd Stranne1-0/+1
2019-11-25Implement WireGuard logging using callbackOdd Stranne5-7/+111
2019-11-25Enable key autogenerationEmīls Piņķis1-5/+0
2019-11-25Enable WireGuard in GUI for WindowsEmīls Piņķis1-13/+9
2019-11-25Add Windows support for WireGuard in 'talpid-core'Odd Stranne15-49/+655
2019-11-25Rearrange all the thingsOdd Stranne14-855/+1120
2019-11-25Add notification for when the default route changesOdd Stranne4-1/+228
2019-11-25Add ICMP permit rule in firewall during connecting stateOdd Stranne10-6/+257
2019-11-25Add function to assign device IP addressesOdd Stranne5-7/+122
2019-11-25Add Windows route managerOdd Stranne10-4/+1659
2019-11-25Reference 'libwg.dll' so it's included with the packaged buildOdd Stranne1-0/+1
2019-11-25Bump submodule 'binaries'Odd Stranne1-0/+0
2019-11-22Fix spelling/formattingLinus Färnstrand2-4/+3
2019-11-22Merge branch 'use-jnix'Janito Vaqueiro Ferreira Filho48-1053/+475
2019-11-22Remove `into_java` moduleJanito Vaqueiro Ferreira Filho4-102/+30
2019-11-22Create `GetAccountDataResult` helper typeJanito Vaqueiro Ferreira Filho2-52/+39
2019-11-22Derive `IntoJava` for `TunnelState`Janito Vaqueiro Ferreira Filho2-67/+5
2019-11-22Derive `IntoJava` for `BlockReason`Janito Vaqueiro Ferreira Filho2-52/+4
2019-11-22Derive `IntoJava` for `ParameterGenerationError`Janito Vaqueiro Ferreira Filho5-39/+10
2019-11-22Derive `IntoJava` for `ActionAfterDisconnect`Janito Vaqueiro Ferreira Filho11-52/+28
2019-11-22Derive `IntoJava` for `Settings`Janito Vaqueiro Ferreira Filho2-34/+14
2019-11-22Remove `IntoJava` impl. for `RelayConstraints`Janito Vaqueiro Ferreira Filho1-23/+1
2019-11-22Derive `IntoJava` for `KeygenEvent`Janito Vaqueiro Ferreira Filho4-74/+25
2019-11-22Derive `IntoJava` for `RelaySettings`Janito Vaqueiro Ferreira Filho5-37/+10
2019-11-22Derive `IntoJava` for `CustomTunnelEndpoint`Janito Vaqueiro Ferreira Filho2-0/+9
2019-11-22Derive `IntoJava` for `RelayConstraints`Janito Vaqueiro Ferreira Filho3-0/+9
2019-11-22Derive `IntoJava` for `Constraint<T>`Janito Vaqueiro Ferreira Filho2-28/+7
2019-11-22Derive `IntoJava` for `LocationConstraint`Janito Vaqueiro Ferreira Filho2-55/+5
2019-11-22Use `jnix::IntoJava` for `Vec<T>`Janito Vaqueiro Ferreira Filho1-33/+4
2019-11-22Use `jnix::IntoJava` for `Option<T>`Janito Vaqueiro Ferreira Filho1-16/+3
2019-11-22Derive `IntoJava` for `RelayList`Janito Vaqueiro Ferreira Filho3-22/+7
2019-11-22Derive `IntoJava` for `RelayListCountry`Janito Vaqueiro Ferreira Filho3-31/+11
2019-11-22Derive `IntoJava` for `RelayListCity`Janito Vaqueiro Ferreira Filho3-31/+9
2019-11-22Derive `IntoJava` for `Relay`Janito Vaqueiro Ferreira Filho3-24/+13
2019-11-22Derive `IntoJava` for `RelayTunnels`Janito Vaqueiro Ferreira Filho3-0/+9
2019-11-22Derive `IntoJava` for `WireguardEndpointData`Janito Vaqueiro Ferreira Filho3-1/+9