4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 05:56:06 +00:00
Commit Graph

1430 Commits

Author SHA1 Message Date
e0a3055c2f get rid of session workers, new util.PutBytes/GetBytes logic 2019-07-27 18:10:32 -05:00
39245f8134 Merge pull request #473 from Arceliar/macos
Possible fix for macos self-traffic
2019-07-27 11:12:03 -05:00
377f88512b Remove commented out router function 2019-07-27 15:57:19 +01:00
de1005e4fa Various API changes and simplifications to fix mobile builds 2019-07-27 15:00:09 +01:00
ad4ba6871e Use Go 1.12.7 for macOS builds 2019-07-27 14:15:07 +01:00
d813105386 Export CIBRANCH to Bash env 2019-07-27 14:11:03 +01:00
4d4fa84123 Hopefully fix CircleCI builds on PRs 2019-07-27 13:57:19 +01:00
195d577151 Add IFF_NODAD/IFF_SECURED, define consts 2019-07-27 13:30:47 +01:00
e5bb9bcb8d change how searches are initialized so we actually send a dhtReq to ourself and get a response, in case we're the destination 2019-07-26 17:44:40 -05:00
9b99f0b5e4 Update go.mod/go.sum references 2019-07-25 08:40:45 +01:00
6263fa287c Merge pull request #467 from neilalexander/debugtext
Send PPROF output text to stderr
2019-07-23 08:15:03 +01:00
f208b7f542 Merge pull request #469 from neilalexander/fix468
Don't send IP back twice with getPeers
2019-07-23 08:14:49 +01:00
837eb0131b Merge pull request #470 from neilalexander/conndebug
Redirect Conn session closure errors to debug channel
2019-07-23 08:14:38 +01:00
de9d0a6cf1 Redirect Conn session closure errors to debug channel 2019-07-22 22:41:55 +01:00
8669091a08 Don't send IP back twice with getPeers 2019-07-22 19:45:48 +01:00
34ac5c9197 Send PPROF output text to stderr instead of stdout so that it doesn't break -genconf 2019-07-20 21:56:53 +01:00
48ad3c5d7f Update water go.mod references, fix some bugs in TAP mode (which should hopefully fix Windows support too) 2019-07-20 16:13:54 +01:00
36201895e7 Don't mangle bs slice in TAP mode 2019-07-20 12:10:05 +01:00
2582df752d Fix resetting Windows adapter (reverting previous change) 2019-07-20 11:43:30 +01:00
2aa57750a6 Merge branch 'windows' into develop 2019-07-20 11:15:05 +01:00
f3e3e4bca1 Update go.mod/go.sum again for Windows interface selection tweaks 2019-07-20 11:14:42 +01:00
4f3d29332d Merge pull request #466 from neilalexander/windows
Fix a couple of Windows bugs
2019-07-19 22:37:27 +01:00
52080aa41e Build with Go 1.12.7 2019-07-19 22:34:18 +01:00
613468e6a7 Update go.mod/go.sum again for BSD tweaks in Water due to failed CI build 2019-07-19 22:30:59 +01:00
1a5c2a4942 Update Windows module a bit - capture TAP setup errors earlier, refer to newer version of water which should fix #456 2019-07-19 22:21:30 +01:00
85881c04fa Merge pull request #463 from Arceliar/cancellation
Cancellation
2019-07-18 11:14:11 +01:00
cf3ebe04a7 have Conn use Cancellation instead of manually setting up timers 2019-07-17 21:37:45 -05:00
6bf182e341 add util.CancellationChild() and run gofmt 2019-07-17 21:15:02 -05:00
06e8403aaf add cancellation code to util, like context but just the cancellation parts + some error logic 2019-07-17 21:09:22 -05:00
c36da7b814 Merge pull request #462 from Arceliar/fixes
fix possible unsafe memory use in Conn.Read
2019-07-17 18:33:35 -05:00
5301207480 fix possible unsafe memory use in Conn.Read 2019-07-17 18:25:38 -05:00
06330f503f Recover if stillAlive fails 2019-07-18 00:02:16 +01:00
311c612f2e Only flag stillAlive on successful write 2019-07-17 23:23:19 +01:00
307b24d8cb Fix Conn.Read/Conn.Write behavior after Conn.Close, get rid of second TUN/TAP conn reader goroutine, no longer use deadlines 2019-07-17 21:42:17 +01:00
1bf1c6eb36 Revert "Remove stillAlive code from TUN/TAP conn as it is no longer required with the new deadlines"
This reverts commit eec70bf2f2.
2019-07-17 19:43:29 +01:00
eec70bf2f2 Remove stillAlive code from TUN/TAP conn as it is no longer required with the new deadlines 2019-07-17 13:53:16 +01:00
7d1c03d2ac Only call stillAlive if channel read succeeds 2019-07-17 12:07:16 +01:00
747b50bb7c Try to improve handling of timeouts 2019-07-17 11:13:53 +01:00
2532cd77e4 Merge pull request #461 from yggdrasil-network/connreader
Try to fix TUN/TAP conn reader leakage
2019-07-17 10:15:44 +01:00
d34600b5f9 Try to fix TUN/TAP conn reader leakage 2019-07-17 10:12:10 +01:00
7edcab8621 Merge pull request #433 from neilalexander/circlecirpm
Try to build the new RPM using CircleCI
2019-07-17 07:11:02 +01:00
fd2c7259b1 Merge pull request #460 from neilalexander/fix413
Fix #413
2019-07-17 07:10:43 +01:00
829a24a858 Fix default case 2019-07-16 11:48:31 +01:00
f3dd4320f7 Try to set Conflicts in RPM properly 2019-07-16 11:44:58 +01:00
0c4e2cc41e Merge branch 'develop' into circlecirpm 2019-07-16 11:28:46 +01:00
145a43e5f0 Fix #413 by always generating public keys from private ones instead of trusting public keys supplied by config 2019-07-16 09:49:28 +01:00
a5152f1d44 Merge pull request #458 from reuank/patch-1
Correcting typo in headline
2019-07-09 11:33:08 +01:00
99aac19f98 Correcting typo in headline 2019-07-09 12:30:29 +02:00
f831f9d2cc Merge pull request #395 from neilalexander/fix-385
Handle admin socket error cases better
2019-07-07 19:44:17 +01:00
ea9d5db16d Make admin socket output a bit friendlier (fixes #385) 2019-07-07 19:41:53 +01:00