summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Gracefully handle when reconnection is expectedJanito Vaqueiro Ferreira Filho1-8/+50
2020-02-04Ensure status message color is always setJanito Vaqueiro Ferreira Filho1-4/+2
2020-02-04Fix default value for key verificationJanito Vaqueiro Ferreira Filho1-1/+1
2020-02-04Merge branch 'driverlogic-update'David Lönnhager3-183/+150
2020-02-04Update driverlogicDavid Lönnhager2-69/+36
2020-02-04Bump submodule binariesDavid Lönnhager1-0/+0
2020-02-04Update installer.nshDavid Lönnhager1-31/+31
2020-02-04Replace usage of `tapinstall remove` with driverlogic functionDavid Lönnhager1-12/+4
2020-02-04Add removal function to driverlogicDavid Lönnhager1-0/+28
2020-02-04Ignore removed devices without device instance ID in driverlogicDavid Lönnhager1-0/+8
2020-02-04Update driverlogicDavid Lönnhager1-96/+68
2020-02-04Bump iOS build number to 6Linus Färnstrand2-4/+4
2020-02-04Merge branch 'fix-placeholder-color-dark-mode-ios'Andrej Mihajlov2-1/+4
2020-02-04Fix placeholder color so it remains the same in dark modeAndrej Mihajlov1-0/+3
2020-02-04Reuse existing colorAndrej Mihajlov1-1/+1
2020-02-04Merge branch 'select-location-use-weak-refs'Andrej Mihajlov1-6/+6
2020-02-04Use weak references in handleEventsAndrej Mihajlov1-6/+6
2020-02-03Merge branch 'fix-build-apk-script'Emīls1-1/+3
2020-02-03Invoke build-wrieguard-go.sh after ./gradlew cleanEmīls1-1/+3
2020-02-03Update changelog prior 2020.1 releaseLinus Färnstrand1-10/+14
2020-02-03Merge branch 'fix-npe-when-starting-service'Janito Vaqueiro Ferreira Filho1-2/+2
2020-02-03Fix NPE when the service is restarted by AndroidJanito Vaqueiro Ferreira Filho1-2/+2
2020-02-03Bump iOS build (5)Andrej Mihajlov1-4/+4
2020-02-03Merge branch 'win-improve-route-installation'Odd Stranne15-418/+281
2020-02-03Update changelogOdd Stranne1-1/+4
2020-02-03Remove commented codeOdd Stranne3-5/+0
2020-02-03Adjust talpid-core for changes in winnetOdd Stranne2-55/+32
2020-02-03Remove redundant enum typeOdd Stranne2-12/+6
2020-02-03Rearrange code and public structsOdd Stranne6-165/+153
2020-02-03Fix calls to FormatIpv4Odd Stranne1-22/+9
2020-02-03Add clarifying commentOdd Stranne1-0/+5
2020-02-03Improve route registrationOdd Stranne2-25/+62
2020-02-03Correct operator== on Node typeOdd Stranne1-0/+8
2020-02-03Remove specialized functionsOdd Stranne3-133/+2
2020-02-03Merge branch 'drop-dev-suffix-ios'Andrej Mihajlov1-2/+0
2020-02-03Drop dev1 suffixAndrej Mihajlov1-2/+0
2020-02-03Merge branch 'add-optlevel-s-for-release'Emīls2-0/+5
2020-02-03Use opt-level=s for the release profileEmīls Piņķis2-0/+5
2020-02-03Merge branch 'driverlogic-proc'David Lönnhager15-411/+446
2020-02-03Remove driverlogic pluginDavid Lönnhager11-863/+0
2020-02-03Build driverlogic.exe with other Windows modulesDavid Lönnhager1-0/+3
2020-02-03Use driverlogic process in installerDavid Lönnhager2-18/+20
2020-02-03Fix adapter deletion in driverlogicDavid Lönnhager1-5/+19
2020-02-03Migrate functions from driverlogic plugin to the driverlogic processDavid Lönnhager1-11/+394
2020-02-03Add driverlogic processDavid Lönnhager7-0/+496
2020-01-31Merge branch 'allow-notification-to-be-dismissed'Janito Vaqueiro Ferreira Filho3-4/+50
2020-01-31Describe notification dismissal in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-01-31Keep notification in foreground while UI is shownJanito Vaqueiro Ferreira Filho1-0/+8
2020-01-31Keep track if service is bound or notJanito Vaqueiro Ferreira Filho1-0/+14
2020-01-31Allow notification to be locked on foregroundJanito Vaqueiro Ferreira Filho1-1/+8