summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-02-24Use `DaemonEventSender` inside `Daemon`Janito Vaqueiro Ferreira Filho1-24/+27
2020-02-24Use `DaemonEventSender` in `VersionUpdater`Janito Vaqueiro Ferreira Filho2-13/+10
2020-02-24Use `DaemonEventSender` in `wireguard::KeyManager`Janito Vaqueiro Ferreira Filho2-17/+12
2020-02-24Create `DaemonEventSender` helper typeJanito Vaqueiro Ferreira Filho1-1/+59
2020-02-24Remove `command_sender` methodJanito Vaqueiro Ferreira Filho1-5/+0
2020-02-24Return command sender when creating daemonJanito Vaqueiro Ferreira Filho2-10/+11
2020-02-24Remove generic type parameter from `spawn` func.Janito Vaqueiro Ferreira Filho1-6/+3
2020-02-24Use `impl Sender` in tunnel state machineJanito Vaqueiro Ferreira Filho1-10/+6
2020-02-24Implement `Sender` for `IntoSender`Janito Vaqueiro Ferreira Filho3-6/+6
2020-02-24Create `Sender` traitJanito Vaqueiro Ferreira Filho1-0/+6
2020-02-24Use `DaemonCommandSender` in `ManagementInterface`Janito Vaqueiro Ferreira Filho2-16/+12
2020-02-24Rename method to `handle_command`Janito Vaqueiro Ferreira Filho1-3/+3
2020-02-24Change log message to say `daemon command`Janito Vaqueiro Ferreira Filho1-1/+1
2020-02-24Rename `ManagementInterfaceEvent` into `Command`Janito Vaqueiro Ferreira Filho1-10/+7
2020-02-24Rename `ManagementCommand` into `DaemonCommand`Janito Vaqueiro Ferreira Filho3-88/+76
2020-02-24Move `ManagementCommand` to root moduleJanito Vaqueiro Ferreira Filho2-81/+81
2020-02-24Move `BoxFuture` to crate root moduleJanito Vaqueiro Ferreira Filho2-9/+7
2020-02-24Remove `Result` type aliasJanito Vaqueiro Ferreira Filho1-40/+31
2020-02-24Remove unnecessary `Mutex`Janito Vaqueiro Ferreira Filho1-4/+4
2020-02-24Minor change in README.mdPontus Falk (sm0rux)1-1/+1
2020-02-24Merge branch 'docs-add-relay-selector'Emīls4-0/+94
2020-02-24Add references to relay docs in relevant modulesEmīls2-0/+6
2020-02-24Add docs on how relay and endpoint selection worksEmīls2-0/+88
2020-02-21Use shared references instead of mutable ones in relay selectorLinus Färnstrand1-4/+4
2020-02-21Merge branch 'android-add-tidy'Emīls67-1814/+1492
2020-02-21Format all the android xml filesEmīls65-1814/+1459
2020-02-21Execute android XML CI script in travisEmīls1-0/+2
2020-02-21Add script to format Android XML filesEmīls1-0/+31
2020-02-21Merge branch 'eslint-add-promise-rules'Oskar Nyberg18-49/+62
2020-02-21Add additional eslint rulesOskar Nyberg1-1/+3
2020-02-21Remove unnecessary eslint pluginsOskar Nyberg4-12/+3
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg14-34/+54
2020-02-21Fix linter problems caused by require-awaitOskar Nyberg6-7/+7
2020-02-21Merge branch 'android-fix-lints'Emīls5-16/+11
2020-02-21Remove unused parameterEmīls1-1/+1
2020-02-21Make enum check exhaustiveEmīls1-0/+1
2020-02-21Remove shadowing in MainActivity.ktEmīls1-2/+2
2020-02-21Remove unecessary null-checksEmīls2-13/+7
2020-02-21Merge branch 'small-daemon-fixes'Emīls5-34/+32
2020-02-21Fix visibility in wireguard.rsEmīls1-1/+1
2020-02-21Fix docstrings in daemon's wireguard moduleEmīls1-4/+5
2020-02-21Don't pass constraints by referenceEmīls1-11/+11
2020-02-21Simplify error checkingEmīls2-2/+4
2020-02-21Remove redundant clonesEmīls2-16/+11
2020-02-20Merge branch 'cleanup-talpid-core-wireguard'Emīls8-108/+159
2020-02-20Factor out error types in talpid-core::tunnel::wireguardEmīls6-99/+129
2020-02-20Add docstrings and make some types not publicEmīls4-13/+34
2020-02-20Merge branch 'improve-installer-messages'David Lönnhager3-19/+15
2020-02-20Format error strings in msiutilDavid Lönnhager1-6/+2
2020-02-20Improve installer error messages on WindowsDavid Lönnhager2-13/+13