| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2019-06-26 | Merge branch 'connect-when-selecting-location' | Janito Vaqueiro Ferreira Filho | 5 | -141/+188 |
| 2019-06-26 | Connect when location is selected | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-06-26 | Only perform one location fetch at a time | Janito Vaqueiro Ferreira Filho | 1 | -23/+39 |
| 2019-06-26 | Refactor to create `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 3 | -118/+145 |
| 2019-06-26 | Merge branch 'fix-jni-listener-crash' | Janito Vaqueiro Ferreira Filho | 3 | -9/+23 |
| 2019-06-26 | Don't use `JList` wrapper type | Janito Vaqueiro Ferreira Filho | 2 | -6/+14 |
| 2019-06-26 | Wrap the tunnel state transition in an `AutoLocal` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2019-06-26 | Wrap the settings instance in an `AutoLocal` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2019-06-26 | Wrap relay list in an `AutoLocal` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2019-06-26 | Merge branch 'automatic-wireguard-keys' | Emīls Piņķis | 16 | -53/+474 |
| 2019-06-26 | Add KeygenEvent to mullvad-jni | Emīls Piņķis | 3 | -7/+14 |
| 2019-06-26 | Support new key events in GUI | Emīls Piņķis | 3 | -1/+20 |
| 2019-06-26 | Print keygen result in CLI | Emīls Piņķis | 2 | -1/+10 |
| 2019-06-26 | Integrate key generator in daemon | Emīls Piņķis | 2 | -52/+156 |
| 2019-06-26 | Add new daemon event for wireguard keys | Emīls Piņķis | 3 | -1/+24 |
| 2019-06-26 | Improve event loop usage in daemon | Emīls Piņķis | 1 | -5/+13 |
| 2019-06-26 | Add wireguard key generator | Emīls Piņķis | 4 | -0/+251 |
