| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-12-04 | Update logging for winfw | Odd Stranne | 1 | -20/+11 | |
| 2019-12-04 | Update logging for windns | Odd Stranne | 1 | -60/+7 | |
| 2019-12-04 | Update logging for winutil | Odd Stranne | 1 | -20/+7 | |
| 2019-12-04 | Update logging for winnet and offline monitor | Odd Stranne | 2 | -55/+29 | |
| 2019-12-04 | Add more elaborate logging | Emīls Piņķis | 1 | -1/+7 | |
| 2019-12-04 | Move Windows logging into logging module | Odd Stranne | 2 | -0/+28 | |
| 2019-12-04 | Create proper logging module | Odd Stranne | 1 | -0/+0 | |
| 2019-12-04 | Add VS user settings file to gitignore | Odd Stranne | 1 | -0/+1 | |
| 2019-12-04 | Bump submodule 'windows-libraries' | Odd Stranne | 1 | -0/+0 | |
| 2019-12-04 | Merge branch 'mullvadapi-combine' | Andrej Mihajlov | 3 | -107/+173 | |
| 2019-12-04 | Remove unused code | Andrej Mihajlov | 1 | -46/+0 | |
| 2019-12-04 | Migrate to RelayList v3 | Andrej Mihajlov | 1 | -19/+51 | |
| 2019-12-04 | Rewrite MullvadAPI using Combine | Andrej Mihajlov | 1 | -42/+122 | |
| 2019-12-04 | Update text shown in WireGuard key view while blocked | Linus Färnstrand | 1 | -1/+1 | |
| 2019-12-04 | Merge branch 'fix-closed-channel-on-connect' | Linus Färnstrand | 1 | -3/+2 | |
| 2019-12-04 | Use simpler unbounded_send to send tunnel commands | Linus Färnstrand | 1 | -3/+2 | |
| Should likely fix problems with some messages from the offline monitor being lost/wrong | |||||
| 2019-12-04 | Fix channel closed when sending tunnel command | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-12-04 | Merge branch 'relaycache-combine' | Andrej Mihajlov | 2 | -123/+203 | |
| 2019-12-04 | Add MutuallyExclusive publisher | Andrej Mihajlov | 1 | -0/+58 | |
| 2019-12-04 | Migrate RelayCache to Combine | Andrej Mihajlov | 1 | -123/+145 | |
| 2019-12-04 | Bump binaries submodule to a working OpenSSL for Windows version | Linus Färnstrand | 1 | -0/+0 | |
| 2019-12-03 | Update to correct PATH for MSBuild.exe | Linus Färnstrand | 1 | -1/+1 | |
| 2019-12-03 | Merge branch 'packet-tunnel-ipc' | Andrej Mihajlov | 2 | -0/+171 | |
| 2019-12-03 | Add PacketTunnel IPC | Andrej Mihajlov | 2 | -0/+171 | |
| 2019-12-03 | Merge branch 'add-tunnel-configuration' | Andrej Mihajlov | 6 | -0/+490 | |
| 2019-12-03 | Add tunnel configuration | Andrej Mihajlov | 6 | -0/+490 | |
| 2019-12-03 | Merge branch 'android-rust-context' | Janito Vaqueiro Ferreira Filho | 15 | -261/+222 | |
| 2019-12-03 | Remove `TunProvider` and `Tun` traits | Janito Vaqueiro Ferreira Filho | 12 | -206/+137 | |
| Use the types directly. | |||||
| 2019-12-03 | Use `PlatformTunProvider` directly | Janito Vaqueiro Ferreira Filho | 4 | -7/+8 | |
| 2019-12-03 | Move `VpnServiceProvider` to `talpid-core` | Janito Vaqueiro Ferreira Filho | 5 | -34/+38 | |
| Instead of passing the `TunProvider` to `mullvad-daemon`, now only the `AndroidContext` has to be passed so that the tunnel state machine can create the `TunProvider`. | |||||
| 2019-12-03 | Make `TunProvider`s have the same constructor name | Janito Vaqueiro Ferreira Filho | 3 | -5/+5 | |
| 2019-12-03 | Use function argument attributes for `TunProvider` | Janito Vaqueiro Ferreira Filho | 2 | -8/+16 | |
| 2019-12-03 | Only build `mullvad-jni` for Android on Travis | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-12-03 | Change `VpnServiceTunProvider` constructor | Janito Vaqueiro Ferreira Filho | 2 | -22/+17 | |
| 2019-12-03 | Create `AndroidContext` in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 1 | -1/+17 | |
| 2019-12-03 | Create `AndroidContext` type | Janito Vaqueiro Ferreira Filho | 2 | -0/+8 | |
| 2019-12-03 | Group constants and imports | Janito Vaqueiro Ferreira Filho | 1 | -18/+16 | |
| 2019-12-03 | Merge branch 'tap-update-fix' | David Lönnhager | 21 | -346/+664 | |
| 2019-12-03 | Use InterfaceUtils in WinDns (including alias workaround) | David Lönnhager | 3 | -29/+29 | |
| 2019-12-03 | Move InterfaceUtils into shared library, and move Nci into libcommon | David Lönnhager | 19 | -362/+305 | |
| 2019-12-03 | Bump submodule windows-libraries | David Lönnhager | 1 | -0/+0 | |
| 2019-12-03 | Workaround for net adapter alias issue on Windows 8 | David Lönnhager | 5 | -2/+51 | |
| 2019-12-03 | More specific error logs in IdentifyNewAdapter | David Lönnhager | 1 | -2/+8 | |
| 2019-12-03 | Fix return statements in driverlogic | David Lönnhager | 1 | -2/+5 | |
| 2019-12-03 | Roll back TAP aliases after TAP driver updates (Windows) | David Lönnhager | 5 | -17/+98 | |
| 2019-12-03 | driverlogic: Obtain additional information about TAP adapters using SetupAPI ↵ | David Lönnhager | 6 | -127/+363 | |
| and nci.dll | |||||
| 2019-12-02 | Merge branch 'update-wireguard-ios' | Andrej Mihajlov | 6 | -490/+43 | |
| 2019-12-02 | Update wireguard-go for iOS | Andrej Mihajlov | 6 | -490/+43 | |
| 2019-12-02 | Merge branch 'add-ios-icon' | Andrej Mihajlov | 20 | -1/+81 | |
| 2019-12-02 | Add iOS icon | Andrej Mihajlov | 20 | -1/+81 | |
