summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Add to changelogLinus Färnstrand1-0/+1
2019-11-27Add reconnect to cliLinus Färnstrand3-8/+38
2019-11-27Add reconnect to android-jniLinus Färnstrand1-0/+7
2019-11-27Implement reconnect support in daemonLinus Färnstrand2-2/+23
2019-11-27Merge branch 'remove-gconf2-cruft-from-readme'Linus Färnstrand2-3/+0
2019-11-27Remove gconf from our docker imageLinus Färnstrand1-1/+0
2019-11-27Remove the part about needing gconf2Linus Färnstrand1-2/+0
2019-11-27Merge branch 'macos-fix-routing-error'Emīls1-2/+2
2019-11-27Fix error message for route in MacOSEmīls1-2/+2
2019-11-27Merge branch 'cli-allow-specifying-tunnel-protocol'Emīls2-4/+31
2019-11-27Add tunnel-protocol subcomand to CLIEmīls2-4/+31
2019-11-27Merge branch 'linux-routing-use-sync-subprocess'Emīls3-207/+119
2019-11-27Update changelogEmīls1-0/+1
2019-11-27Stop using tokio-process for routingEmīls1-206/+94
2019-11-27Add fmt::Display to routing::{Route,Node}Emīls1-1/+24
2019-11-27Merge branch 'update-readme-and-python-requirements'Andrej Mihajlov5-16/+49
2019-11-27Update READMEAndrej Mihajlov2-15/+39
2019-11-27Update python shebangAndrej Mihajlov2-0/+4
2019-11-27Update hashes for binary builds of cffiAndrej Mihajlov1-1/+6
2019-11-27Merge branch 'linux-add-extra-resolvconf-check'Emīls1-1/+40
2019-11-27Check if resolvconf generates contents of /etc/resolv.confEmīls1-1/+40
2019-11-26Merge branch 'close-tunnel-thread-gracefully'David Lönnhager9-47/+61
2019-11-26Close tunnel thread when the returned sender is closed (by passing a weakref ...David Lönnhager7-37/+55
2019-11-26Fix FFI function return typeDavid Lönnhager3-10/+6
2019-11-26Merge branch 'win-adjust-adapter-filter'Odd Stranne2-3/+21
2019-11-26Update changelogOdd Stranne1-0/+2
2019-11-26Adjust IsConnectedAdapter()Odd Stranne1-3/+19
2019-11-26Merge branch 'update-feature-matrix'Odd Stranne1-1/+1
2019-11-26Update feature matrixOdd Stranne1-1/+1
2019-11-26Merge branch 'installer-fix'David Lönnhager2-6/+16
2019-11-26Define constants for devcon/tapinstallDavid Lönnhager1-4/+10
2019-11-26Log more details when IdentifyNewAdapter failsDavid Lönnhager1-1/+3
2019-11-26Fix error handling in installerDavid Lönnhager1-3/+5
2019-11-25Merge branch 'deny-unused-mut'Linus Färnstrand5-7/+7
2019-11-25Allow unused mut on non-WindowsLinus Färnstrand1-0/+1
2019-11-25Rename set_default to add_default for default route callbacksLinus Färnstrand3-5/+4
2019-11-25Deny unused_mut warningLinus Färnstrand2-2/+2
2019-11-25Bump binary submodule with working OpenSSL 1.1.1d windows binariesLinus Färnstrand1-0/+0
2019-11-25Merge branch 'win-wireguard'Odd Stranne47-115/+3372
2019-11-25Add more logging and send more and bigger ICMP requestsEmīls Piņķis2-16/+78
2019-11-25Enable wireguard keys menu on all platformsEmīls Piņķis2-19/+8
2019-11-25Remove unused import of lazy_static in talpid-coreEmīls Piņķis1-4/+0
2019-11-25Make it build on LinuxEmīls3-27/+21
2019-11-25Update changelogOdd Stranne1-0/+1
2019-11-25Implement WireGuard logging using callbackOdd Stranne5-7/+111
2019-11-25Enable key autogenerationEmīls Piņķis1-5/+0
2019-11-25Enable WireGuard in GUI for WindowsEmīls Piņķis1-13/+9
2019-11-25Add Windows support for WireGuard in 'talpid-core'Odd Stranne15-49/+655
2019-11-25Rearrange all the thingsOdd Stranne14-855/+1120
2019-11-25Add notification for when the default route changesOdd Stranne4-1/+228