summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Rename amgiguous metric identifiersDavid Lönnhager2-6/+6
2020-02-07Use x25519_dalek::StaticSecret to store private keysDavid Lönnhager1-1/+1
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand2-18/+2
2020-02-06Add unit tests for `IpNetworkSub`Janito Vaqueiro Ferreira Filho1-0/+226
2020-02-06Change routes on Android when allow lan is enabledJanito Vaqueiro Ferreira Filho1-1/+47
2020-02-06Export LAN networks from `firewall` moduleJanito Vaqueiro Ferreira Filho1-2/+2
2020-02-06Use setter helper to update `allow_lan`Janito Vaqueiro Ferreira Filho5-35/+48
2020-02-06Add `SharedTunnelStateValues::set_allow_lan`Janito Vaqueiro Ferreira Filho1-0/+24
2020-02-06Add `TunProvider::set_allow_lan` setterJanito Vaqueiro Ferreira Filho1-0/+12
2020-02-06Refactor to add `ConnectingState::disconnect`Janito Vaqueiro Ferreira Filho1-53/+31
2020-02-06Store `allow_lan` in Android's `TunProvider`Janito Vaqueiro Ferreira Filho2-1/+5
2020-02-06Add required routes to `TunConfig` on AndroidJanito Vaqueiro Ferreira Filho3-0/+20
2020-02-06Implement `IpNetworkSub` for `IpNetwork` wrapperJanito Vaqueiro Ferreira Filho1-1/+39
2020-02-06Impl. `IpNetworkSub` for `T: AbstractIpNetwork`Janito Vaqueiro Ferreira Filho1-0/+33
2020-02-06Create `IpNetworkSub` traitJanito Vaqueiro Ferreira Filho1-0/+17
2020-02-06Create `IpNetworks` helper iteratorJanito Vaqueiro Ferreira Filho1-0/+32
2020-02-06Create `IpNetworkRange` helper typeJanito Vaqueiro Ferreira Filho1-0/+31
2020-02-06Create `AbstractIpNetwork` concept traitJanito Vaqueiro Ferreira Filho2-0/+77
2020-02-06Move `tun_provider::android` module to a sub-dir.Janito Vaqueiro Ferreira Filho2-1/+1
2020-02-03Adjust talpid-core for changes in winnetOdd Stranne2-55/+32
2020-01-30Add tests for ConnStateEmīls1-0/+102
2020-01-30Introduce ConnState in connectivity_check.rsEmīls Piņķis1-30/+119
2020-01-28Add conectivity checkEmīls8-220/+453
2020-01-23Move wireguard-go into the repositoryEmīls1-8/+12
2020-01-22Update `jnix` dependency to version `0.1.2`Janito Vaqueiro Ferreira Filho1-1/+1
2020-01-21Add `publish = false` to all Cargo.toml filesLinus Färnstrand1-0/+1
2020-01-15Remove usage of Mullvad email in crate manifestsJanito Vaqueiro Ferreira Filho1-1/+1
2020-01-15Update `jnix` dependency to fix JNI memory leakJanito Vaqueiro Ferreira Filho1-1/+1
2020-01-14Fix issue on Windows where WireGuard cannot connect without a functioning TAP...David Lönnhager1-26/+34
2020-01-09Bump WireGuard ping timeoutEmīls1-1/+1
2020-01-08Increase OpenVPN ping timeout from 20 to 25 secondsLinus Färnstrand1-1/+1
2020-01-07Add security documentation describing app statesLinus Färnstrand1-32/+2
2020-01-07Use `UnboundedSender` instead of `mpsc::Sender`Janito Vaqueiro Ferreira Filho1-13/+19
2020-01-07Remove unused Android variablesLinus Färnstrand1-1/+0
2020-01-07Create empty dns config if /etc/resolv.conf doesn't existEmīls Piņķis1-0/+4
2020-01-07Distinguish between IPv6 being disabled and failure to obtain IPv6David Lönnhager2-9/+25
2020-01-07Check if get_tap_interface_ipv6_status() fails due to missing TAPDavid Lönnhager1-0/+3
2020-01-07Set the block reason to TapAdapterProblem instead of StartTunnelError,David Lönnhager1-0/+6
2019-12-13Add blocking wait for TunnelDevice to come up on AndroidEmīls2-1/+149
2019-12-12Format with latest rustfmtLinus Färnstrand1-2/+6
2019-12-10Separate Windows routing implementation from UnixEmīls6-161/+145
2019-12-10Limit DHCPv4 server fw rules to UDP onlyLinus Färnstrand1-0/+2
2019-12-09Change blocked state to error stateEmīls6-66/+71
2019-12-06Stop CVE-2019-14899 by dropping packets to tunnel IPLinus Färnstrand1-0/+17
2019-12-05Fix race condition for routing managerEmīls1-3/+14
2019-12-04Use `Arc<JavaVM>` in `AndroidContext`Janito Vaqueiro Ferreira Filho2-3/+4
2019-12-04Implement offline monitor for AndroidJanito Vaqueiro Ferreira Filho1-12/+167
2019-12-04Send `AndroidContext` parameter to offline monitorJanito Vaqueiro Ferreira Filho3-4/+19
2019-12-04Notify connectivity changes to the offline monitorJanito Vaqueiro Ferreira Filho1-1/+24
2019-12-04Store sender address in Java classJanito Vaqueiro Ferreira Filho1-0/+16