| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-12-17 | Reset rotation interval when the active account changes | David Lönnhager | 2 | -16/+32 | |
| 2019-12-17 | Use tokio_timer rather than Delay (compatibility) | David Lönnhager | 1 | -10/+11 | |
| 2019-12-17 | Remove excessive logging in mullvad_daemon::wireguard | David Lönnhager | 1 | -4/+2 | |
| 2019-12-17 | Format Rust code | David Lönnhager | 3 | -48/+65 | |
| 2019-12-17 | Retry automatic key rotation on failure | David Lönnhager | 1 | -8/+30 | |
| 2019-12-17 | Account for age of public key in wg key updates | David Lönnhager | 2 | -29/+75 | |
| 2019-12-17 | Update key rotation scheduler when the interval is changed | David Lönnhager | 2 | -13/+28 | |
| 2019-12-17 | Treat zero interval as disabling auto rotation | David Lönnhager | 1 | -5/+11 | |
| 2019-12-17 | Add CLI interface for configuring automatic wg key rotation | David Lönnhager | 2 | -0/+30 | |
| 2019-12-17 | Add configurable key rotation interval | David Lönnhager | 2 | -18/+21 | |
| 2019-12-17 | Improve error handling | David Lönnhager | 1 | -8/+20 | |
| 2019-12-17 | Add incomplete key rotation scheduler | David Lönnhager | 2 | -1/+88 | |
| 2019-12-12 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2019-12-09 | Fix formatting | Linus Färnstrand | 1 | -5/+7 | |
| 2019-12-09 | Change blocked state to error state | Emīls | 1 | -8/+18 | |
| 2019-12-06 | Configure service SID info as 'unrestricted' | Odd Stranne | 1 | -3/+11 | |
| 2019-12-06 | Register NSI as a service dependency | Odd Stranne | 1 | -0/+3 | |
| 2019-12-06 | Update configuration on existing service during installation | Odd Stranne | 1 | -7/+16 | |
| 2019-12-06 | Bump 'windows-service-rs' revision | Odd Stranne | 1 | -1/+1 | |
| 2019-12-05 | Fix improved port selection for WireGuard | Emīls | 1 | -4/+1 | |
| 2019-12-05 | Updating version in package files2019.10-beta2 | Linus Färnstrand | 1 | -1/+1 | |
| 2019-12-05 | Improve wireguard port selection | Emīls | 1 | -0/+9 | |
| 2019-12-04 | Update logging for winutil | Odd Stranne | 1 | -20/+7 | |
| 2019-12-04 | Use simpler unbounded_send to send tunnel commands | Linus Färnstrand | 1 | -3/+2 | |
| Should likely fix problems with some messages from the offline monitor being lost/wrong | |||||
| 2019-12-04 | Fix channel closed when sending tunnel command | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-12-03 | Use `PlatformTunProvider` directly | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2019-12-03 | Move `VpnServiceProvider` to `talpid-core` | Janito Vaqueiro Ferreira Filho | 1 | -12/+9 | |
| Instead of passing the `TunProvider` to `mullvad-daemon`, now only the `AndroidContext` has to be passed so that the tunnel state machine can create the `TunProvider`. | |||||
| 2019-12-03 | Make `TunProvider`s have the same constructor name | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-12-03 | Use function argument attributes for `TunProvider` | Janito Vaqueiro Ferreira Filho | 1 | -6/+14 | |
| 2019-11-27 | Implement reconnect support in daemon | Linus Färnstrand | 2 | -2/+23 | |
| 2019-11-26 | Close tunnel thread when the returned sender is closed (by passing a weakref ↵ | David Lönnhager | 1 | -8/+13 | |
| to the offline monitor) | |||||
| 2019-11-25 | Enable key autogeneration | Emīls Piņķis | 1 | -5/+0 | |
| 2019-11-22 | Fix spelling/formatting | Linus Färnstrand | 1 | -1/+1 | |
| 2019-11-22 | Simpler code for converting ExceptionCode to a string | Linus Färnstrand | 1 | -69/+38 | |
| 2019-11-21 | Reformat Rust code | David Lönnhager | 1 | -29/+39 | |
| 2019-11-21 | Return Result instead of panicking in windows_exception_logging | David Lönnhager | 1 | -19/+20 | |
| 2019-11-21 | Log additional unhandled exception information | David Lönnhager | 1 | -23/+38 | |
| 2019-11-21 | Clarify where unhandled exception occurred | David Lönnhager | 1 | -1/+1 | |
| 2019-11-21 | Log exception error codes as strings | David Lönnhager | 1 | -8/+61 | |
| 2019-11-21 | Log registers for unhandled exceptions | David Lönnhager | 1 | -6/+80 | |
| 2019-11-21 | Log unhandled SEH exceptions on Windows | David Lönnhager | 3 | -1/+156 | |
| 2019-11-19 | Bump windows-service dependency to newer | Linus Färnstrand | 1 | -1/+1 | |
| Has better precision for delays/timers. Panics on invalid delays | |||||
| 2019-11-19 | Save time as durations instead of integers | Linus Färnstrand | 1 | -8/+5 | |
| 2019-11-19 | Fix formatting | Emīls | 1 | -1/+3 | |
| 2019-11-19 | Change service recovery settings | Odd Stranne | 1 | -5/+19 | |
| 2019-11-19 | Bump 'windows-service-rs' dependency | Odd Stranne | 1 | -1/+1 | |
| 2019-11-06 | Updating version in package files2019.10-beta1 | Linus Färnstrand | 1 | -1/+1 | |
| 2019-10-29 | Remove duplicated verbose logging of state changes | Linus Färnstrand | 1 | -1/+0 | |
| 2019-10-17 | Upgrade err-derive to 0.2.1 | Linus Färnstrand | 10 | -35/+40 | |
| 2019-10-11 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
