| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-07-04 | Add test for ProblemReport::parse_metadata | Linus Färnstrand | 1 | -1/+32 |
| 2019-07-04 | Merge branch 'update-changelog' | Linus Färnstrand | 1 | -0/+5 |
| 2019-07-04 | Add missing items to changelog | Linus Färnstrand | 1 | -0/+5 |
| 2019-07-04 | Merge branch 'win-fix-online-check' | Odd Stranne | 4 | -12/+18 |
| 2019-07-04 | Update changelog | Odd Stranne | 1 | -0/+5 |
| 2019-07-04 | Fix line endings in winnet.cpp | Odd Stranne | 1 | -2/+2 |
| 2019-07-04 | Update winnet testing app with winnet interface changes | Odd Stranne | 1 | -4/+4 |
| 2019-07-04 | Update NIC filtering logic for online check | Odd Stranne | 1 | -6/+7 |
| 2019-07-03 | Merge branch 'fix-problem-report-double-uuid' | Linus Färnstrand | 1 | -1/+28 |
| 2019-07-03 | Parse problem report metadata from file | Linus Färnstrand | 1 | -1/+28 |
| 2019-07-01 | Merge branch 'fix-support-for-custom-relays' | Janito Vaqueiro Ferreira Filho | 6 | -19/+11 |
| 2019-07-01 | Simplify match arm | Janito Vaqueiro Ferreira Filho | 1 | -5/+1 |
| 2019-07-01 | Make relay location broadcast optional | Janito Vaqueiro Ferreira Filho | 6 | -14/+10 |
| 2019-07-01 | Merge branch 'use-broadcasted-relay-location-on-android' | Janito Vaqueiro Ferreira Filho | 4 | -13/+25 |
| 2019-07-01 | Use broadcasted relay location when available | Janito Vaqueiro Ferreira Filho | 1 | -2/+5 |
| 2019-07-01 | Include relay location in `TunnelState` data class | Janito Vaqueiro Ferreira Filho | 3 | -11/+20 |
| 2019-07-01 | Merge branch 'check-git-dirty-on-ci' | Linus Färnstrand | 2 | -7/+10 |
| 2019-07-01 | Use script in ci/ dir on Travis macOS build as well | Linus Färnstrand | 2 | -7/+4 |
| 2019-07-01 | Make CI build script executable | Linus Färnstrand | 1 | -0/+0 |
| 2019-07-01 | Check if git working dir is dirty on CI and fail if it is | Linus Färnstrand | 1 | -0/+6 |
| 2019-07-01 | Merge branch 'update-cargo-lockfile' | Emīls Piņķis | 1 | -17/+17 |
| 2019-07-01 | Update Cargo.lock to use updated netlink library | Emīls Piņķis | 1 | -17/+17 |
| 2019-07-01 | Merge branch 'fix-notifications-state-loading' | Andrej Mihajlov | 1 | -1/+1 |
| 2019-07-01 | Fix a bug in the notifications configuration loading | Andrej Mihajlov | 1 | -1/+1 |
| 2019-07-01 | Merge branch 'broadcast-relay-location' | Janito Vaqueiro Ferreira Filho | 34 | -222/+296 |
| 2019-06-28 | Use broadcasted location in GUI | Janito Vaqueiro Ferreira Filho | 1 | -9/+17 |
| 2019-06-28 | Refactor API method to use stored relay location | Janito Vaqueiro Ferreira Filho | 1 | -9/+9 |
| 2019-06-28 | Rename `StateTransition` event into `TunnelState` | Janito Vaqueiro Ferreira Filho | 5 | -5/+5 |
| 2019-06-28 | Include location in `TunnelState` | Janito Vaqueiro Ferreira Filho | 5 | -6/+25 |
| 2019-06-28 | Derive `Clone` for `GeoIpLocation` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-06-28 | Change how tunnel endpoint is broadcasted | Janito Vaqueiro Ferreira Filho | 10 | -39/+53 |
| 2019-06-28 | Rename `TunnelStateTransition` into `TunnelState` | Janito Vaqueiro Ferreira Filho | 14 | -86/+86 |
| 2019-06-28 | Replace `TunnelState` alias with a new type | Janito Vaqueiro Ferreira Filho | 4 | -14/+36 |
| 2019-06-28 | Rename `TunnelState` in GUI | Janito Vaqueiro Ferreira Filho | 9 | -40/+32 |
| 2019-06-28 | Remove unused `TunnelState` type in GUI | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 |
| 2019-06-28 | Use `TunnelState` in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 3 | -11/+19 |
| 2019-06-28 | Use `TunnelState` in `mullvad-cli` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-06-28 | Use `TunnelState` in `mullvad-ipc-client` | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2019-06-28 | Prepare for conversion to `TunnelState` | Janito Vaqueiro Ferreira Filho | 1 | -4/+12 |
| 2019-06-28 | Use `TunnelState` in `mullvad-daemon` | Janito Vaqueiro Ferreira Filho | 2 | -11/+11 |
| 2019-06-28 | Use `TunnelState` in `mullvad-types` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-06-28 | Create temporary `TunnelState` type alias | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-06-28 | Merge branch 'bump-wireguard-go' | Emīls Piņķis | 2 | -0/+1 |
| 2019-06-28 | Bump wireguard-go | Emīls Piņķis | 2 | -0/+1 |
| 2019-06-28 | Merge branch 'improve-netlink-errors' | Emīls Piņķis | 1 | -4/+4 |
| 2019-06-28 | Use newer commit for netlink libraries | Emīls Piņķis | 1 | -4/+4 |
| 2019-06-27 | Merge branch 'notification-settings' | Andrej Mihajlov | 10 | -15/+77 |
| 2019-06-27 | Add notification settings | Andrej Mihajlov | 10 | -15/+77 |
| 2019-06-27 | Merge branch 'refactor-connection-panel' | Andrej Mihajlov | 8 | -192/+137 |
| 2019-06-27 | Refactor connection panel into container | Andrej Mihajlov | 8 | -192/+137 |
