| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-10-05 | Update changelog | Emīls Piņķis | 1 | -3/+5 |
| 2018-10-05 | Use NetworkManager to set and reset DNS | Emīls Piņķis | 2 | -4/+12 |
| 2018-10-05 | Implement DNS management using NetworkManager | Emīls Piņķis | 3 | -5/+112 |
| 2018-10-05 | Describe new DNS management in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-10-05 | Allow setting the DNS module through env. variable | Janito Vaqueiro Ferreira Filho | 2 | -0/+2 |
| 2018-10-05 | Implement support for resolvconf | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-10-05 | Update README to list libdbus dependency | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-10-05 | Implement support for systemd-resolved | Janito Vaqueiro Ferreira Filho | 4 | -2/+265 |
| 2018-10-05 | Install libdbus in Travis | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-10-05 | Merge branch 'windows-delete-dns-recovery' | Emīls Piņķis | 1 | -3/+6 |
| 2018-10-04 | Delete the DNS recovery file even if it's not restored | Emīls | 1 | -3/+6 |
| 2018-10-03 | Merge branch 'windns-rewrite' | Odd Stranne | 52 | -924/+2161 |
| 2018-10-03 | Integrate windns changes into talpid-core | Emīls | 1 | -11/+44 |
| 2018-10-03 | Update changelog | Odd Stranne | 1 | -0/+5 |
| 2018-10-03 | Add 'verifier' tool for snapshotting and comparing DNS configurations | Odd Stranne | 7 | -0/+388 |
| 2018-10-03 | Rewrite 'windns' to get rid of WMI + fix bugs and shortcomings | Odd Stranne | 42 | -913/+1724 |
| 2018-10-03 | Bump submodule 'windows-libraries' | Odd Stranne | 1 | -0/+0 |
| 2018-10-03 | Bump submodule 'googletest' | Odd Stranne | 1 | -0/+0 |
| 2018-10-03 | Merge branch 'move-allow-lan-to-shared-state' | Linus Färnstrand | 7 | -69/+68 |
| 2018-10-03 | Handle AllowLan in all states | Linus Färnstrand | 2 | -1/+13 |
| 2018-10-03 | Move allow_lan into SharedTunnelStateValue | Linus Färnstrand | 7 | -69/+56 |
| 2018-10-03 | Merge branch 'move-directories-to-shared-state' | Linus Färnstrand | 4 | -60/+71 |
| 2018-10-03 | Make ConnectingState::start_tunnel be a constructor | Linus Färnstrand | 1 | -20/+13 |
| 2018-10-03 | Move log_dir and resource_dir to SharedTunnelStateValues | Linus Färnstrand | 4 | -57/+75 |
| 2018-10-03 | Merge branch 'win-installer-ident-tap' | Odd Stranne | 3 | -4/+38 |
| 2018-10-03 | Update changelog | Odd Stranne | 1 | -0/+3 |
| 2018-10-03 | Identify network interface based on node | Odd Stranne | 2 | -4/+35 |
| 2018-10-03 | Merge branch 'shorten-update-download-text' | Linus Färnstrand | 2 | -2/+3 |
| 2018-10-03 | Allow Cell.SubText to shrink | Andrej Mihajlov | 1 | -1/+2 |
| 2018-10-03 | Shorten text around version warning to fit on one line | Linus Färnstrand | 1 | -1/+1 |
| 2018-10-03 | Merge branch 'enable-scrollbar-autohide-on-mac-only' | Andrej Mihajlov | 5 | -8/+37 |
| 2018-10-03 | Auto-hide scrollbars on macOS only | Andrej Mihajlov | 5 | -8/+37 |
| 2018-10-03 | Merge branch 'remove-blur-styles' | Andrej Mihajlov | 5 | -31/+14 |
| 2018-10-03 | Remove backdrop filter | Andrej Mihajlov | 5 | -31/+14 |
| 2018-10-02 | Merge branch 'cell-gui-refactor' | Janito Vaqueiro Ferreira Filho | 10 | -214/+179 |
| 2018-10-02 | Remove leftover account token copy timer | Janito Vaqueiro Ferreira Filho | 1 | -8/+0 |
| 2018-10-02 | Fix login account menu remove button hover | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-10-02 | Remove unused login `Img` hovering | Janito Vaqueiro Ferreira Filho | 2 | -4/+0 |
| 2018-10-01 | Restore usage of `Cell.Label` in `Login` | Janito Vaqueiro Ferreira Filho | 2 | -13/+10 |
| 2018-10-01 | Support additional props in `Cell.Label` | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2018-10-01 | Allow further style customization in `Cell.Label` | Janito Vaqueiro Ferreira Filho | 1 | -4/+15 |
| 2018-10-01 | Tweak padding for `CellButton` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-10-01 | Tweak `Cell.Label` margin | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2018-10-01 | Remove child property mapping in `CellButton` | Janito Vaqueiro Ferreira Filho | 1 | -53/+3 |
| 2018-10-01 | Replace usage of `Cell.Img` with `Cell.Icon` | Janito Vaqueiro Ferreira Filho | 3 | -13/+11 |
| 2018-10-01 | Handle hovering in `Cell.SubText` | Janito Vaqueiro Ferreira Filho | 1 | -4/+9 |
| 2018-10-01 | Rename `style.cell` into `style.cellButton` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2018-10-01 | Create `Cell.Icon` component with hover support | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2018-10-01 | Handle hovering in `Cell.Label` | Janito Vaqueiro Ferreira Filho | 1 | -4/+13 |
| 2018-10-01 | Create `CellHoverContext` React context | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
