| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-12-08 | Fix according to feedback on language | Linus Färnstrand | 1 | -2/+2 |
| 2020-12-07 | Add initial split tunneling documentation | Linus Färnstrand | 2 | -0/+75 |
| 2020-12-07 | Merge branch 'bump-wintun' | David Lönnhager | 1 | -0/+0 |
| 2020-12-07 | Bump binaries submodule | David Lönnhager | 1 | -0/+0 |
| 2020-12-07 | Merge branch 'ready-check-openvpn' | David Lönnhager | 3 | -6/+168 |
| 2020-12-07 | Update formatting | David Lönnhager | 1 | -2/+2 |
| 2020-12-07 | Log entire error chain in geoip | David Lönnhager | 1 | -3/+10 |
| 2020-12-07 | Check if unicast addresses are ready on Wintun adapter | David Lönnhager | 1 | -1/+156 |
| 2020-12-04 | Merge branch 'custom-dns-on-android' | Janito Vaqueiro Ferreira Filho | 27 | -81/+262 |
| 2020-12-04 | Expose `CustomDns` in `ServiceDependentFragment` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-12-04 | Expose `CustomDns` through `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-12-04 | Create and add `CustomDns` to `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 |
| 2020-12-04 | Create `CustomDns` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+68 |
| 2020-12-04 | Add event notifier for DNS options | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-12-04 | Implement `MullvadDaemon.setDnsOptions` method | Janito Vaqueiro Ferreira Filho | 2 | -1/+32 |
| 2020-12-04 | Implement `DaemonInterface::set_dns_options` | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2020-12-04 | Derive `FromJava` for `DnsOptions` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-12-04 | Reconnect after changing custom DNS setting | Janito Vaqueiro Ferreira Filho | 2 | -4/+8 |
| 2020-12-04 | Notify tun provider when custom DNS servers change | Janito Vaqueiro Ferreira Filho | 6 | -29/+65 |
| 2020-12-04 | Use a custom setter to change `custom_dns` field | Janito Vaqueiro Ferreira Filho | 6 | -9/+16 |
| 2020-12-04 | Configure custom DNS servers in tun provider | Janito Vaqueiro Ferreira Filho | 2 | -1/+29 |
| 2020-12-04 | Refactor `prepare_tun_config` to borrow the config | Janito Vaqueiro Ferreira Filho | 1 | -8/+10 |
| 2020-12-04 | Enable custom DNS in state machine on Android | Janito Vaqueiro Ferreira Filho | 8 | -17/+1 |
| 2020-12-04 | Prepare to enable custom DNS code paths on Android | Janito Vaqueiro Ferreira Filho | 2 | -12/+5 |
| 2020-12-04 | Include `DnsOptions` in `TunnelOptions` class | Janito Vaqueiro Ferreira Filho | 2 | -2/+1 |
| 2020-12-04 | Derive `IntoJava` for `DnsOptions` | Janito Vaqueiro Ferreira Filho | 3 | -3/+9 |
| 2020-12-04 | Update jnix version | Janito Vaqueiro Ferreira Filho | 5 | -8/+8 |
| 2020-12-04 | Merge branch 'remove-deprecated-react-lifecycle-methods' | Oskar Nyberg | 1 | -27/+21 |
| 2020-12-04 | Replace use of deprecated React lifecycle method | Oskar Nyberg | 1 | -27/+21 |
| 2020-12-03 | Merge branch 'refactor-location-info-cache-into-actor' | Janito Vaqueiro Ferreira Filho | 2 | -88/+88 |
| 2020-12-03 | Replace setters with observable delegates | Janito Vaqueiro Ferreira Filho | 1 | -37/+29 |
| 2020-12-03 | Replace boolean with an enumeration | Janito Vaqueiro Ferreira Filho | 1 | -13/+23 |
| 2020-12-03 | Refactor `LocationInfoCache` into an actor | Janito Vaqueiro Ferreira Filho | 1 | -51/+52 |
| 2020-12-03 | Opt-in to experimental coroutines API | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-12-03 | Run location info. cache fetches in the background | Janito Vaqueiro Ferreira Filho | 1 | -6/+2 |
| 2020-12-03 | Merge branch 'share-wintun-adapter' | David Lönnhager | 23 | -480/+404 |
| 2020-12-03 | Remove obsolete virtual adapter code and errors | David Lönnhager | 18 | -388/+15 |
| 2020-12-03 | Rename wg-mullvad to Mullvad | David Lönnhager | 2 | -2/+2 |
| 2020-12-03 | Update installer | David Lönnhager | 1 | -70/+0 |
| 2020-12-03 | Use custom Wintun pool in libwg | David Lönnhager | 1 | -0/+16 |
| 2020-12-03 | Create OpenVPN Wintun adapter on the fly | David Lönnhager | 2 | -27/+132 |
| 2020-12-03 | Add FFI bindings for wintun.dll | David Lönnhager | 2 | -0/+246 |
| 2020-12-03 | Merge branch 'fix-private-range' | David Lönnhager | 1 | -1/+1 |
| 2020-12-03 | Fix private IPv4 range | David Lönnhager | 1 | -1/+1 |
| 2020-12-03 | Merge branch 'win-mullvad-setup-fix' | David Lönnhager | 2 | -2/+14 |
| 2020-12-03 | Use correct resource path in mullvad-setup on Windows | David Lönnhager | 2 | -2/+14 |
| 2020-12-03 | Merge branch 'upgrade-vulnerable-futures-crates' | Linus Färnstrand | 2 | -39/+59 |
| 2020-12-03 | Prefix unused variable with underscore | Linus Färnstrand | 1 | -1/+1 |
| 2020-12-02 | Upgrade futures-util and futures-task | Linus Färnstrand | 1 | -38/+58 |
| 2020-12-02 | Merge branch 'view-logs-screen' | Janito Vaqueiro Ferreira Filho | 7 | -1/+131 |
