summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-07-21Use futures::future::abortable insteadEmīls6-29/+24
2020-07-21Move Cancellable et al to talpid-coreEmīls6-82/+17
2020-07-21Upgrade tokio-rustls to 0.13.1 due to security vulnerabilityLinus Färnstrand1-4/+6
2020-07-21Merge branch 'Poussinou/patch-1'Linus Färnstrand1-2/+3
2020-07-21Change order of f-droid and Google PlayLinus Färnstrand1-2/+2
2020-07-21Update README.mdPoussinou1-2/+3
2020-07-20Merge branch 'win-fix-exectostack-calls'Odd Stranne1-2/+4
2020-07-20Log uninstallation banner soonerOdd Stranne1-2/+2
2020-07-20Correctly pop to restore stackOdd Stranne1-0/+2
2020-07-20Merge branch 'android-split-tunnelling'Janito Vaqueiro Ferreira Filho9-6/+98
2020-07-20Reconnect to apply split tunnelling changesJanito Vaqueiro Ferreira Filho1-1/+5
2020-07-20Allow forcing tunnel to be recreatedJanito Vaqueiro Ferreira Filho1-1/+9
2020-07-20Implement app toggle behaviourJanito Vaqueiro Ferreira Filho1-0/+9
2020-07-20Update app toggle based on split tunnelling statusJanito Vaqueiro Ferreira Filho3-3/+15
2020-07-20Toggle split tunnelling with the toggle switchJanito Vaqueiro Ferreira Filho1-0/+2
2020-07-20Allow fragments to use the split tunnelling helperJanito Vaqueiro Ferreira Filho2-0/+5
2020-07-20Add split tunnelling to `MullvadVpnService`Janito Vaqueiro Ferreira Filho2-2/+13
2020-07-20Add split tunnelling to `TaplidVpnService`Janito Vaqueiro Ferreira Filho1-0/+8
2020-07-20Create `SplitTunnelling` helper classJanito Vaqueiro Ferreira Filho1-0/+33
2020-07-20Merge branch 'manage-tun-from-java-side'Janito Vaqueiro Ferreira Filho8-226/+393
2020-07-20Handle tun device reuse in the Java sideJanito Vaqueiro Ferreira Filho3-62/+179
2020-07-20Implement `Default` for `TunConfig`Janito Vaqueiro Ferreira Filho1-17/+21
2020-07-20Export `TunConfig` from `talpid-core` for AndroidJanito Vaqueiro Ferreira Filho1-0/+3
2020-07-20Move wait for tun up event into `TalpidVpnService`Janito Vaqueiro Ferreira Filho5-148/+190
2020-07-20Add `isIpv6` property to `InetNetwork`Janito Vaqueiro Ferreira Filho1-1/+4
2020-07-20Remove repeated dependenciesJanito Vaqueiro Ferreira Filho1-2/+0
2020-07-17Merge branch 'fix-conncheck'Emīls5-33/+293
2020-07-16Update changelogEmīls1-0/+2
2020-07-16Add really hacky tests to ping_monitorEmīls1-2/+238
2020-07-16Make ping_monitor more testableEmīls4-31/+49
2020-07-16Stop the connectivity monitor after ping times outEmīls Piņķis1-4/+8
2020-07-16Merge branch 'reconnect-wg-on-key-rotation'Emīls2-23/+36
2020-07-16Issue a delayed reconnect when after key rotationEmīls2-23/+36
2020-07-16Merge branch 'use-tunnel-type-everywhere'Emīls4-55/+35
2020-07-16Use talpid_types TunnelType instead of TunnelProtocolEmīls4-55/+35
2020-07-16Merge branch 'disable-rust-beta-temporarily'Linus Färnstrand1-0/+3
2020-07-16Allow Rust beta builds to fail on Travis temporarilyLinus Färnstrand1-0/+3
2020-07-15Merge branch 'fix-fish-completions-locations'Oskar Nyberg1-2/+4
2020-07-15Fix fish completions location on linuxOskar Nyberg1-2/+4
2020-07-15Merge branch 'ios12-support'Andrej Mihajlov17-393/+193
2020-07-15Update CHANGELOGAndrej Mihajlov1-0/+1
2020-07-15Change deployment target to iOS 12Andrej Mihajlov1-2/+4
2020-07-15Remove unused Combine subclassesAndrej Mihajlov5-270/+0
2020-07-15Fix separator color in Settings on iOS 12Andrej Mihajlov1-1/+1
2020-07-15Remove the use of Combine in SelectLocationControllerAndrej Mihajlov2-75/+80
2020-07-15Add NSDiffableDataSource & UITableViewDiffableDataSource backportsAndrej Mihajlov2-5/+34
2020-07-15Remove the use of Combine in SettingsViewControllerAndrej Mihajlov1-7/+6
2020-07-15Inherit ConnectonPanelCollapseButton from CustomButtonAndrej Mihajlov1-22/+7
2020-07-15Remove the use of Combine in SettingsCellAndrej Mihajlov1-5/+6
2020-07-15Remove unused segue identifierAndrej Mihajlov1-4/+0