| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-07-05 | Fix daemon to always broadcast new public key | Emīls Piņķis | 1 | -1/+3 |
| 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 | 1 | -8/+4 |
| 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 | 1 | -1/+1 |
| 2019-06-28 | Include location in `TunnelState` | Janito Vaqueiro Ferreira Filho | 1 | -2/+12 |
| 2019-06-28 | Change how tunnel endpoint is broadcasted | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2019-06-28 | Replace `TunnelState` alias with a new type | Janito Vaqueiro Ferreira Filho | 1 | -3/+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-26 | Integrate key generator in daemon | Emīls Piņķis | 2 | -52/+156 |
| 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 | 3 | -0/+238 |
| 2019-06-26 | Update build scripts | Odd Stranne | 1 | -0/+54 |
| 2019-06-26 | Integrate Windows Update settings migrator in Daemon | Odd Stranne | 2 | -5/+112 |
| 2019-06-17 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-14 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-14 | Prefer Wireguard tunnels on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 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 | Use .is_{err,ok,none}() instead of pattern matching | Linus Färnstrand | 2 | -2/+2 |
| 2019-06-12 | Use is_empty instead of len() == 0 | Linus Färnstrand | 1 | -2/+2 |
| 2019-06-12 | Don't take reference on both sides of comparison | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-12 | Remove superfluous return keyword | Linus Färnstrand | 1 | -2/+2 |
| 2019-06-06 | Add bridge_hostname to GeoIpLocation | Emīls Piņķis | 2 | -14/+36 |
| 2019-06-04 | Select only Wireguard tunnels on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 |
| 2019-05-28 | Use platform specific `TunProvider` | Janito Vaqueiro Ferreira Filho | 1 | -3/+2 |
| 2019-05-28 | Allow setting a custom `TunProvider` | Janito Vaqueiro Ferreira Filho | 1 | -2/+7 |
| 2019-05-28 | Provide `TunProvider` from daemon to wireguard | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2019-05-28 | Disable bridges for UDP tunnels in auto mode | Emīls Piņķis | 1 | -0/+6 |
| 2019-05-28 | Change SetOpenVpnProxy to SetBridgeSettings | Emīls Piņķis | 2 | -51/+45 |
| 2019-05-28 | Remove proxy settings from openvpn::TunnelOptions | Emīls Piņķis | 1 | -3/+4 |
| 2019-05-28 | Add managamenent command to set bridge state | Emīls Piņķis | 2 | -1/+51 |
| 2019-05-28 | Silence the logging around relay_list downloads | Linus Färnstrand | 1 | -7/+2 |
| 2019-05-27 | Pick bridges from the relay list | Emīls Piņķis | 2 | -46/+176 |
| 2019-05-22 | Move `log_version` function to `version` module | Janito Vaqueiro Ferreira Filho | 2 | -10/+10 |
| 2019-05-21 | Allow daemon to use generic `EventListener`s | Janito Vaqueiro Ferreira Filho | 2 | -80/+133 |
| 2019-05-20 | Remove `Mullvad` in management interface logs | Janito Vaqueiro Ferreira Filho | 1 | -5/+2 |
| 2019-05-17 | Change management interface shutdown log level | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-05-17 | Stop management interface when exiting | Janito Vaqueiro Ferreira Filho | 2 | -27/+14 |
| 2019-05-17 | Create method to obtain a `DaemonCommandSender` | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 |
| 2019-05-16 | Move `version` module to library | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2019-05-16 | Move `logging` module to library | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2019-05-14 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 |
| 2019-05-09 | Add 'netlink_sys' to the list of silenced crates | Emīls Piņķis | 1 | -0/+1 |
| 2019-05-08 | Remove stated WMI dependency in daemon | Odd Stranne | 1 | -2/+0 |
| 2019-05-03 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 |
| 2019-04-25 | Silence netlink_proto in the mullvad-daemon logger | Linus Färnstrand | 1 | -0/+1 |
