| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-05-28 | Silence the logging around relay_list downloads | Linus Färnstrand | 1 | -7/+2 |
| 2019-05-27 | Merge branch 'shadowsocks-bridges-in-relay-list' | Emīls Piņķis | 6 | -52/+340 |
| 2019-05-27 | Pick bridges from the relay list | Emīls Piņķis | 2 | -46/+176 |
| 2019-05-27 | Add distance calculations to Location | Emīls Piņķis | 1 | -0/+59 |
| 2019-05-27 | Add BridgeSettings and default value | Linus Färnstrand | 2 | -4/+64 |
| 2019-05-27 | Add bridges field to relay list | Linus Färnstrand | 1 | -2/+41 |
| 2019-05-27 | Merge branch 'cli-auto-help-no-version' | Linus Färnstrand | 9 | -17/+30 |
| 2019-05-27 | Add to changelog | Linus Färnstrand | 1 | -0/+5 |
| 2019-05-27 | Automatically print help when no subcommand given | Linus Färnstrand | 8 | -17/+25 |
| 2019-05-27 | Merge branch 'dont-log-no-error' | Linus Färnstrand | 1 | -4/+1 |
| 2019-05-27 | Remove "without errors" log message | Linus Färnstrand | 1 | -4/+1 |
| 2019-05-27 | Merge branch 'wireguard-key-generation-on-android' | Janito Vaqueiro Ferreira Filho | 6 | -9/+148 |
| 2019-05-27 | Update UI while Wireguard key is generated | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-05-27 | Ensure only one action is active in a given moment | Janito Vaqueiro Ferreira Filho | 1 | -5/+14 |
| 2019-05-27 | Wait for key generation before connecting | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-05-27 | Generate Wireguard key earlier in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -6/+13 |
| 2019-05-27 | Auto-generate Wireguard key in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-05-27 | Implement `MullvadDaemon::generateWireguardKey` | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 2019-05-27 | Implement `DaemonInterface::generate_wireguard_key` | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-05-27 | Implement `MullvadDaemon::getWireguardKey` | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 2019-05-27 | Implement `DaemonInterface::get_wireguard_key` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2019-05-27 | Implement `IntoJava` for `PublicKey` | Janito Vaqueiro Ferreira Filho | 2 | -1/+15 |
| 2019-05-27 | Implement `IntoJava` for `&[u8]` | Janito Vaqueiro Ferreira Filho | 1 | -1/+19 |
| 2019-05-27 | Create `PublicKey` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-05-27 | Merge branch 'win-fw-mdns-ndp' | Odd Stranne | 20 | -414/+571 |
| 2019-05-27 | Update changelog | Odd Stranne | 1 | -1/+1 |
| 2019-05-27 | Make DHCP server rule more explicit | Odd Stranne | 3 | -3/+24 |
| 2019-05-27 | Name GUIDs and filters consistently | Odd Stranne | 11 | -106/+110 |
| 2019-05-27 | Add 'PermitNdp' rule | Odd Stranne | 7 | -0/+166 |
| 2019-05-27 | Separate IPv4 and IPv6 filters | Odd Stranne | 2 | -16/+16 |
| 2019-05-27 | Employ 'IpNetwork' class | Odd Stranne | 3 | -25/+28 |
| 2019-05-27 | Clean up 'PermitDhcp' rule | Odd Stranne | 2 | -35/+54 |
| 2019-05-27 | Add permit rule for DHCPv4 server | Odd Stranne | 7 | -0/+144 |
| 2019-05-27 | Correct IPv6 multicast rule | Odd Stranne | 1 | -2/+4 |
| 2019-05-27 | Simplify LAN rules | Odd Stranne | 4 | -260/+53 |
| 2019-05-27 | Allow mDNS broadcasts in LAN firewall rule | Odd Stranne | 1 | -1/+6 |
| 2019-05-27 | Bump submodule 'libwfp' | Odd Stranne | 1 | -0/+0 |
| 2019-05-23 | Merge branch 'listen-for-tunnel-states-on-android' | Janito Vaqueiro Ferreira Filho | 11 | -92/+265 |
| 2019-05-23 | Use tunnel state events to update Connect screen | Janito Vaqueiro Ferreira Filho | 6 | -71/+71 |
| 2019-05-23 | Implement listening for tunnel state change events | Janito Vaqueiro Ferreira Filho | 3 | -21/+157 |
| 2019-05-23 | Implement `IntoJava` for `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 2 | -0/+28 |
| 2019-05-23 | Create `TunnelStateTransition` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2019-05-23 | Merge branch 'tunnel-control-on-android' | Janito Vaqueiro Ferreira Filho | 4 | -1/+73 |
| 2019-05-23 | Implement request for daemon to disconnect | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-05-23 | Implement `MullvadDaemon::disconnect` | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2019-05-23 | Implement `DaemonInterface::disconnect` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-05-23 | Implement request for daemon to connect | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2019-05-23 | Implement `MullvadDaemon::connect` | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2019-05-23 | Implement `DaemonInterface::connect` | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2019-05-23 | Merge branch 'fetch-relay-constraint-on-android' | Janito Vaqueiro Ferreira Filho | 8 | -6/+222 |
