| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-04-24 | Remove dead code | David Lönnhager | 1 | -27/+0 |
| 2020-04-24 | Enable IPv6 for WireGuard interface | David Lönnhager | 7 | -37/+132 |
| 2020-04-24 | Try to enable IPv6 on Windows if it's disabled but required (instead of failing) | David Lönnhager | 1 | -9/+41 |
| 2020-04-24 | Expose IPv6-enabling function to Rust | David Lönnhager | 1 | -1/+36 |
| 2020-04-24 | Add WinNet_EnableIpv6ForAdapter to enable IPv6 for a given adapter | David Lönnhager | 7 | -0/+308 |
| 2020-04-24 | Merge branch 'upgrade-react-and-reactxp' | Oskar Nyberg | 5 | -83/+60 |
| 2020-04-24 | Upgrade React and ReactXP | Oskar Nyberg | 5 | -83/+60 |
| 2020-04-23 | Fix formatting in talpid-core | Emīls Piņķis | 1 | -6/+1 |
| 2020-04-23 | Merge branch 'fix-wireguard-mtu' | Emīls | 2 | -26/+8 |
| 2020-04-23 | Stop disabling IPv6 if the MTU is too low | Emīls Piņķis | 2 | -26/+8 |
| 2020-04-23 | Merge branch 'upgrade-typescript' | Oskar Nyberg | 5 | -54/+53 |
| 2020-04-23 | Upgrade tsc-watch | Oskar Nyberg | 2 | -4/+4 |
| 2020-04-23 | Disable typescript incremental build except for in watch mode | Oskar Nyberg | 2 | -2/+1 |
| 2020-04-23 | Upgrade typescript eslint plugins | Oskar Nyberg | 2 | -43/+43 |
| 2020-04-23 | Upgrade Typescript to 3.8.3 | Oskar Nyberg | 3 | -5/+5 |
| 2020-04-23 | Merge branch 'upgrade-nftnl' | Linus Färnstrand | 2 | -87/+116 |
| 2020-04-22 | Upgrade nftnl to 0.3 and all dependencies needed to make it build | Linus Färnstrand | 2 | -87/+116 |
| 2020-04-22 | Merge branch 'dynamic-app-path' | Janito Vaqueiro Ferreira Filho | 21 | -382/+483 |
| 2020-04-22 | Describe dynamic path support in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-22 | Migrate files to new location | Janito Vaqueiro Ferreira Filho | 1 | -0/+11 |
| 2020-04-22 | Create `FileMigrator` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-04-22 | Change log output from `error` to `info` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-04-22 | Save settings after migration | Janito Vaqueiro Ferreira Filho | 1 | -18/+24 |
| 2020-04-22 | Remove `get_settings_path()` method | Janito Vaqueiro Ferreira Filho | 1 | -11/+0 |
| 2020-04-22 | Use resource dir to store settings file on Android | Janito Vaqueiro Ferreira Filho | 4 | -25/+30 |
| 2020-04-22 | Move `save` method to `SettingsPersister` | Janito Vaqueiro Ferreira Filho | 2 | -30/+31 |
| 2020-04-22 | Save data after changes in `SettingsPersister` | Janito Vaqueiro Ferreira Filho | 2 | -112/+73 |
| 2020-04-22 | Move `reset` method to `SettingsPersister` | Janito Vaqueiro Ferreira Filho | 2 | -29/+21 |
| 2020-04-22 | Remove `Settings::load` method | Janito Vaqueiro Ferreira Filho | 2 | -30/+2 |
| 2020-04-22 | Create custom `Error` type | Janito Vaqueiro Ferreira Filho | 1 | -15/+21 |
| 2020-04-22 | Replace simple getters with direct field access | Janito Vaqueiro Ferreira Filho | 9 | -46/+22 |
| 2020-04-22 | Intercept `Settings` methods | Janito Vaqueiro Ferreira Filho | 1 | -8/+69 |
| 2020-04-22 | Refactor how the settings are loaded | Janito Vaqueiro Ferreira Filho | 1 | -49/+54 |
| 2020-04-22 | Change where Android IPv6 is enabled | Janito Vaqueiro Ferreira Filho | 1 | -8/+7 |
| 2020-04-22 | Load settings file in `SettingsPersister` | Janito Vaqueiro Ferreira Filho | 2 | -9/+38 |
| 2020-04-22 | Add `Settings::migrate_from_bytes()` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-04-22 | Rename `parse_settings` to `load_from_bytes` | Janito Vaqueiro Ferreira Filho | 1 | -5/+6 |
| 2020-04-22 | Create `load_settings_from_file()` method | Janito Vaqueiro Ferreira Filho | 1 | -5/+15 |
| 2020-04-22 | Move Windows migration into `SettingsPersister` | Janito Vaqueiro Ferreira Filho | 1 | -27/+27 |
| 2020-04-22 | Create `SettingsPersister::load` constructor | Janito Vaqueiro Ferreira Filho | 2 | -40/+40 |
| 2020-04-22 | Add `SettingsPersister::to_settings()` method | Janito Vaqueiro Ferreira Filho | 2 | -13/+31 |
| 2020-04-22 | Create `SettingsPersister` wrapper type | Janito Vaqueiro Ferreira Filho | 2 | -5/+28 |
| 2020-04-22 | Collect target specific imports | Janito Vaqueiro Ferreira Filho | 1 | -10/+6 |
| 2020-04-22 | Remove hard-coded log directory for problem report | Janito Vaqueiro Ferreira Filho | 3 | -9/+22 |
| 2020-04-22 | Store problem report file in app's files directory | Janito Vaqueiro Ferreira Filho | 2 | -6/+16 |
| 2020-04-22 | Refactor `FileResourceExtractor` | Janito Vaqueiro Ferreira Filho | 2 | -6/+8 |
| 2020-04-22 | Refactor to create `prepareFiles()` method | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-04-22 | Remove unused error variant | Janito Vaqueiro Ferreira Filho | 2 | -10/+2 |
| 2020-04-22 | Use Android app files directory for resources | Janito Vaqueiro Ferreira Filho | 3 | -41/+19 |
| 2020-04-22 | Use Android app's files directory for logs | Janito Vaqueiro Ferreira Filho | 2 | -22/+26 |
