| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-09-26 | Break down Connect on many smaller components | Andrej Mihajlov | 10 | -511/+437 |
| 2018-09-26 | Merge branch 'add-audits' | Linus Färnstrand | 5 | -0/+106 |
| 2018-09-26 | Merge branch 'change-missing-account-expiry-text' | Janito Vaqueiro Ferreira Filho | 3 | -23/+45 |
| 2018-09-26 | Set text shown when account expiry is unavailable | Janito Vaqueiro Ferreira Filho | 2 | -21/+43 |
| 2018-09-26 | Fix account expiry type being nullable | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2018-09-26 | Add audit section to readme and separate document with info | Linus Färnstrand | 3 | -0/+106 |
| 2018-09-26 | Add Cure53 and Assured audit reports | Linus Färnstrand | 2 | -0/+0 |
| 2018-09-25 | Merge branch 'replace-windres-with-winres' | Linus Färnstrand | 11 | -121/+73 |
| 2018-09-24 | Use winres in all binary crates to set Windows resource metadata | Linus Färnstrand | 11 | -121/+73 |
| 2018-09-24 | Merge branch 'split-daemon-into-library' | Linus Färnstrand | 11 | -700/+756 |
| 2018-09-24 | Only add metadata to daemon when not testing | Linus Färnstrand | 2 | -2/+10 |
| 2018-09-24 | Split mullvad_daemon into lib.rs and main.rs | Linus Färnstrand | 5 | -659/+704 |
| 2018-09-24 | Switch out windres for winres | Linus Färnstrand | 5 | -40/+43 |
| 2018-09-24 | Merge branch 'simplify-account-data-update' | Janito Vaqueiro Ferreira Filho | 9 | -130/+17 |
| 2018-09-24 | Invalidate account cache if account token changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2018-09-24 | Remove `WindowStateObserver` | Janito Vaqueiro Ferreira Filho | 7 | -130/+1 |
| 2018-09-24 | Always update account expiry when window is shown | Janito Vaqueiro Ferreira Filho | 2 | -0/+9 |
| 2018-09-24 | Merge branch 'allow-ipv6-lan' | Linus Färnstrand | 4 | -4/+50 |
| 2018-09-24 | Allow IPv6 on LAN if enabled | Linus Färnstrand | 4 | -4/+50 |
| 2018-09-24 | Merge branch 'netsh-timeout' | Odd Stranne | 5 | -27/+66 |
| 2018-09-23 | Use higher timeout when running 'netsh' during recovery | Odd Stranne | 5 | -27/+66 |
| 2018-09-21 | Merge branch 'fix-ipv6-address-redaction' | Janito Vaqueiro Ferreira Filho | 2 | -31/+48 |
| 2018-09-20 | Describe IPv6 redaction fix in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-09-20 | Redact IPv6 address starting or ending with colons | Janito Vaqueiro Ferreira Filho | 1 | -17/+40 |
| 2018-09-20 | Simplify redaction tests | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 |
| 2018-09-20 | Remove test for not redacting localhost IPv6 addr. | Janito Vaqueiro Ferreira Filho | 1 | -7/+0 |
| 2018-09-20 | Merge branch 'relay-list-polling' | Janito Vaqueiro Ferreira Filho | 2 | -9/+49 |
| 2018-09-20 | Describe periodic relay list updates in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-09-20 | Periodically update relay list locations | Janito Vaqueiro Ferreira Filho | 1 | -9/+48 |
| 2018-09-20 | Merge branch 'login-when-master-api-is-unavailable' | Janito Vaqueiro Ferreira Filho | 2 | -2/+31 |
| 2018-09-20 | Describe login change in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-09-20 | Create separate `verifyAccount` method | Janito Vaqueiro Ferreira Filho | 1 | -10/+27 |
| 2018-09-20 | Continue logging in when master is unreachable | Janito Vaqueiro Ferreira Filho | 1 | -3/+12 |
| 2018-09-20 | Merge branch 'use-global-allocator' | Linus Färnstrand | 2 | -0/+13 |
| 2018-09-20 | Set the global allocator to the system default one | Linus Färnstrand | 2 | -0/+13 |
| 2018-09-20 | Merge branch 'use-published-nftnl' | Linus Färnstrand | 2 | -14/+14 |
| 2018-09-20 | Swap to versions of mnl and nftnl published to crates.io | Linus Färnstrand | 2 | -14/+14 |
| 2018-09-20 | Merge branch 'cache-cpp-builds' | Linus Färnstrand | 3 | -5/+190 |
| 2018-09-19 | Add executable permissions to build_windows_modules.sh | Linus Färnstrand | 1 | -0/+0 |
| 2018-09-19 | Add C++ caching to AppVeyor | Linus Färnstrand | 2 | -5/+13 |
| 2018-09-19 | Add local copy of mtime_cache | Linus Färnstrand | 1 | -0/+177 |
| 2018-09-19 | Merge branch 'stop-notification-flood-when-reconnecting' | Janito Vaqueiro Ferreira Filho | 3 | -25/+44 |
| 2018-09-19 | Describe notification change in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-09-19 | Show `Reconnecting` message | Janito Vaqueiro Ferreira Filho | 1 | -6/+20 |
| 2018-09-19 | Notify tunnel states in notification controller | Janito Vaqueiro Ferreira Filho | 2 | -25/+27 |
| 2018-09-19 | Merge branch 'clearer-auth-failed-message' | Linus Färnstrand | 1 | -2/+4 |
| 2018-09-19 | Add clearer fallback message when authentication fails | Linus Färnstrand | 1 | -2/+4 |
| 2018-09-19 | Merge branch 'fix-unsecured-flash-when-changing-location' | Janito Vaqueiro Ferreira Filho | 10 | -60/+135 |
| 2018-09-19 | Describe disconnecting GUI changes in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-09-19 | Handle marker style in disconnecting state | Janito Vaqueiro Ferreira Filho | 1 | -1/+26 |
