summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
AgeCommit message (Expand)AuthorFilesLines
2020-03-06Fix cleanup during route manager initializationDavid Lönnhager1-2/+10
2020-03-03Update talpid-core to correctly deinitialize winfwOdd Stranne1-2/+14
2020-02-28Use newer version of nixEmīls1-1/+1
2020-02-24Remove `IntoSender`Janito Vaqueiro Ferreira Filho1-85/+0
2020-02-24Remove generic type parameter from `spawn` func.Janito Vaqueiro Ferreira Filho1-6/+3
2020-02-24Use `impl Sender` in tunnel state machineJanito Vaqueiro Ferreira Filho1-10/+6
2020-02-24Implement `Sender` for `IntoSender`Janito Vaqueiro Ferreira Filho2-5/+5
2020-02-24Create `Sender` traitJanito Vaqueiro Ferreira Filho1-0/+6
2020-02-20Factor out error types in talpid-core::tunnel::wireguardEmīls6-99/+129
2020-02-20Add docstrings and make some types not publicEmīls4-13/+34
2020-02-14Check if returned tunnel is nullEmīls1-0/+4
2020-02-13Fix file permissions and all the thingsEmīls2-21/+23
2020-02-13Update WireGuard FFI in talpid-coreOdd Stranne3-120/+136
2020-02-12Fix DNS leaks on macOSLinus Färnstrand1-10/+28
2020-02-12Fix DNS leaks on macOSLinus Färnstrand1-17/+29
2020-02-11Update `jnix` to version `0.2.0`Janito Vaqueiro Ferreira Filho1-1/+1
2020-02-11Ensure the tunnel monitor closes if ping times outJanito Vaqueiro Ferreira Filho1-8/+17
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