| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-06-14 | Add wireguard bridge target | Andrej Mihajlov | 1 | -0/+55 |
| 2019-06-14 | Add wireguard bridge | Andrej Mihajlov | 8 | -0/+828 |
| 2019-06-14 | Merge branch 'linux-improve-netlink-parsing-errors' | Emīls Piņķis | 3 | -33/+22 |
| 2019-06-14 | Ignore IrDA devices | Emīls Piņķis | 1 | -0/+1 |
| 2019-06-14 | Use patched netlink libraries to be more kernel agnostic | Emīls Piņķis | 2 | -33/+21 |
| 2019-06-14 | Merge branch 'linux-improve-old-kernel-message' | Emīls Piņķis | 3 | -2/+15 |
| 2019-06-14 | Add linux specific message about firewall errors in CLI | Emīls Piņķis | 1 | -0/+5 |
| 2019-06-14 | Add linux specific message about firewall errors in GUI | Emīls Piņķis | 2 | -2/+10 |
| 2019-06-13 | Merge branch 'show-location' | Janito Vaqueiro Ferreira Filho | 9 | -9/+142 |
| 2019-06-13 | Move to Disconnecting screen as soon as possible | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-06-13 | Retry fetching real location if it fails | Janito Vaqueiro Ferreira Filho | 1 | -4/+16 |
| 2019-06-13 | Consider tunnel state when updating location info | Janito Vaqueiro Ferreira Filho | 2 | -13/+39 |
| 2019-06-13 | Clear location info when disconnecting | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-13 | Fetch location when updating Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-06-13 | Create `LocationInfo` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2019-06-13 | Add IDs to location texts in Connect screen | Janito Vaqueiro Ferreira Filho | 2 | -7/+4 |
| 2019-06-13 | Implement `MullvadDaemon::getCurrentLocation` | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 2019-06-13 | Implement `DaemonInterface::get_current_location` | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 |
| 2019-06-13 | Implement `IntoJava` for `GeoIpLocation` | Janito Vaqueiro Ferreira Filho | 2 | -0/+25 |
| 2019-06-13 | Create `GeoIpLocation` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-06-12 | Merge branch 'fix-endpoint-typo' | Andrej Mihajlov | 1 | -1/+1 |
| 2019-06-12 | Fix typo | Andrej Mihajlov | 1 | -1/+1 |
| 2019-06-12 | Merge branch 'clippy-cleanup' | Linus Färnstrand | 13 | -38/+30 |
| 2019-06-12 | Use x -= y instead of x = x - y | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Don't send mutable reference where not needed | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Remove superfluous unit value | Linus Färnstrand | 1 | -1/+0 |
| 2019-06-12 | Use *_or_else with closure | Linus Färnstrand | 2 | -2/+2 |
| 2019-06-12 | Remove clone() call on Copy type | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Remove identical conversion | Linus Färnstrand | 1 | -4/+1 |
| 2019-06-12 | Use .is_{err,ok,none}() instead of pattern matching | Linus Färnstrand | 4 | -5/+5 |
| 2019-06-12 | Take self by ownership in tiny Copy type | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Use is_empty instead of len() == 0 | Linus Färnstrand | 2 | -3/+3 |
| 2019-06-12 | Don't take reference on both sides of comparison | Linus Färnstrand | 3 | -4/+4 |
| 2019-06-12 | Remove superfluous return keyword | Linus Färnstrand | 3 | -4/+4 |
| 2019-06-12 | Fix various things clippy pointed out in CLI | Linus Färnstrand | 2 | -3/+3 |
| 2019-06-12 | Take &self in to_ named conversion method | Linus Färnstrand | 1 | -3/+3 |
| 2019-06-12 | Use .. to ignore multiple fields in pattern matching | Linus Färnstrand | 1 | -5/+1 |
| 2019-06-11 | Merge branch 'installer-remove-relay-list' | Emīls Piņķis | 7 | -1/+101 |
| 2019-06-11 | Remove cached relay list during installation | Emīls Piņķis | 7 | -1/+101 |
| 2019-06-11 | Merge branch 'update-changelog' | Linus Färnstrand | 1 | -6/+8 |
| 2019-06-11 | Slightly update the changelog ahead of release | Linus Färnstrand | 1 | -6/+8 |
| 2019-06-11 | Merge branch 'fix-rotation-crash' | Janito Vaqueiro Ferreira Filho | 3 | -49/+75 |
| 2019-06-11 | Fix screen orientation to be portrait | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2019-06-11 | Move daemon thread to service | Janito Vaqueiro Ferreira Filho | 2 | -19/+33 |
| 2019-06-11 | Make `MullvadVpnService` a service | Janito Vaqueiro Ferreira Filho | 3 | -43/+53 |
| 2019-06-11 | Allow starting the service without an intent | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-06-11 | Merge branch 'fetch-current-tunnel-state' | Janito Vaqueiro Ferreira Filho | 4 | -2/+41 |
| 2019-06-11 | Fetch current state when `ConnectFragment` appears | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2019-06-11 | Implement `MullvadDaemon::getState` | Janito Vaqueiro Ferreira Filho | 2 | -0/+18 |
| 2019-06-11 | Implement `DaemonInterface::get_state` | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
