| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-07-16 | Merge branch 'visual-adjustments' | Andrej Mihajlov | 7 | -61/+48 |
| 2018-07-16 | Correct the colors in AdvancedSettings | Andrej Mihajlov | 1 | -12/+13 |
| 2018-07-16 | Fix the use of ObjMap<T, F> in styles.js | Andrej Mihajlov | 1 | -6/+7 |
| 2018-07-16 | Align margins across the app | Andrej Mihajlov | 3 | -12/+12 |
| 2018-07-16 | Remove unused styles | Andrej Mihajlov | 1 | -12/+0 |
| 2018-07-16 | Fix invalid colors in CellButton | Andrej Mihajlov | 1 | -6/+3 |
| 2018-07-16 | Use spread instead of Object.assign | Andrej Mihajlov | 1 | -4/+4 |
| 2018-07-16 | Switch color configuration from HEX to RGB | Andrej Mihajlov | 1 | -8/+8 |
| 2018-07-16 | Fix header padding in Settings | Andrej Mihajlov | 1 | -1/+1 |
| 2018-07-16 | Merge branch 'auto-connect-settings' | Andrej Mihajlov | 13 | -123/+185 |
| 2018-07-16 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+1 |
| 2018-07-16 | Add auto-start and auto-connect fields to Preferences | Andrej Mihajlov | 5 | -12/+56 |
| 2018-07-16 | Add helper to check/add app to auto start | Andrej Mihajlov | 2 | -2/+41 |
| 2018-07-16 | Remove dead code | Andrej Mihajlov | 1 | -103/+0 |
| 2018-07-16 | Add app logic to fetch and set autoConnect | Andrej Mihajlov | 1 | -0/+13 |
| 2018-07-16 | Add actions and reducers for autoConnect | Andrej Mihajlov | 2 | -3/+27 |
| 2018-07-16 | Add RPC methods to get/set autoConnect | Andrej Mihajlov | 1 | -0/+15 |
| 2018-07-16 | Add auto-connect and auto-start options to Preferences UI | Andrej Mihajlov | 1 | -0/+31 |
| 2018-07-16 | Handle promise rejection coming from connectTunnel() | Andrej Mihajlov | 1 | -3/+8 |
| 2018-07-16 | Remove auto-connect on start | Andrej Mihajlov | 1 | -7/+0 |
| 2018-07-15 | Merge branch 'electron-builder-enable-dll-signing' | Linus Färnstrand | 3 | -53/+43 |
| 2018-07-15 | Update to the latest electron-builder and enable DLL signing | Andrej Mihajlov | 3 | -53/+43 |
| 2018-07-13 | Merge branch 'add-libnsl-dependency-to-rpm' | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2018-07-13 | Add libnsl dependency to RPM package | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2018-07-13 | Merge branch 'systemd-restart-daemon' | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-07-13 | Configure systemd to restart daemon when necessary | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-07-13 | Merge branch 'download-relay-list-more-often' | Janito Vaqueiro Ferreira Filho | 3 | -124/+223 |
| 2018-07-13 | Describe relay list periodic updates in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-07-13 | Increase relay list download timeout | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-13 | Periodically update the relay cache | Janito Vaqueiro Ferreira Filho | 2 | -61/+134 |
| 2018-07-13 | Move `last_updated` into `ParsedRelays` | Janito Vaqueiro Ferreira Filho | 1 | -46/+47 |
| 2018-07-13 | Keep relays in an `Arc<Mutex<ParsedRelays>>` | Janito Vaqueiro Ferreira Filho | 2 | -11/+14 |
| 2018-07-13 | Create `ParsedRelays` type | Janito Vaqueiro Ferreira Filho | 1 | -39/+60 |
| 2018-07-13 | Merge branch 'add-installer-banner' | Odd Stranne | 3 | -0/+2 |
| 2018-07-13 | Update changelog | Odd Stranne | 1 | -0/+1 |
| 2018-07-13 | Add installer sidebar banner | Odd Stranne | 2 | -0/+1 |
| 2018-07-13 | Merge branch 'add-daemon-manifest' | Odd Stranne | 7 | -4/+54 |
| 2018-07-13 | Run rustfmt | Linus Färnstrand | 1 | -1/+1 |
| 2018-07-13 | Update changelog | Odd Stranne | 1 | -0/+1 |
| 2018-07-13 | Update Cargo.lock | Odd Stranne | 1 | -0/+19 |
| 2018-07-13 | Add daemon manifest | Odd Stranne | 4 | -3/+33 |
| 2018-07-12 | Merge branch 'windows-support-ipv6-in-winroute' | Emīls Piņķis | 9 | -65/+144 |
| 2018-07-12 | Set the interface metric for both ipv4 and ipv6 interfaces | Emīls | 9 | -65/+144 |
| 2018-07-12 | Merge branch 'windows-versioninfo' | Odd Stranne | 24 | -0/+266 |
| 2018-07-12 | Update changelog | Odd Stranne | 1 | -0/+3 |
| 2018-07-12 | Add version information for C++ binaries | Odd Stranne | 9 | -0/+93 |
| 2018-07-12 | Add version information for Rust binaries | Odd Stranne | 14 | -0/+170 |
| 2018-07-10 | Merge branch 'autoconnect-on-daemon-start' | Linus Färnstrand | 7 | -14/+147 |
| 2018-07-10 | Add to changelog | Linus Färnstrand | 1 | -0/+2 |
| 2018-07-10 | Expose autoconnect option in CLI | Linus Färnstrand | 3 | -4/+74 |
