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

1554 Commits

Author SHA1 Message Date
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
c9dc9507de Merge pull request #455 from yggdrasil-network/tapfix
Fix TAP mode
2019-07-06 20:32:52 +01:00
30c03369cd Try to fix CKR setup deadlock, fix some Windows output formatting 2019-07-06 20:08:32 +01:00
a10c141896 Fix data race on peermacs 2019-07-06 15:15:43 +01:00
e8272926a4 Fix TAP mode 2019-07-06 15:08:17 +01:00
912c181581 Merge pull request #453 from yggdrasil-network/stopfix
Bug fixes
2019-07-06 12:36:46 +01:00
4804ce39af Tidy up the terminate path a bit 2019-07-06 12:17:40 +01:00
618d46a7b3 Don't block on adding peers in case one is unreachable and we are forced to wait for timeout 2019-07-06 12:12:30 +01:00
02c99d3e7d More directly define a minwinsvc exit handler 2019-07-06 12:04:31 +01:00
12486b0557 Try to more gracefully handle shutdowns on Windows 2019-07-06 11:52:30 +01:00
b2607a7205 Merge pull request #447 from Arceliar/bugfixes
Another Conn bugfix
2019-07-01 19:09:36 -05:00
86c30a1fc4 fix another panic from a send on a closed session worker channel, from races between Conn.Read/Write/Close 2019-07-01 18:55:07 -05:00
cd29fde178 temporary workaround to concurrency bug in sessions.getSharedKey 2019-06-29 19:32:15 -05:00
fbe44ea973 fix bug in session api code 2019-06-29 19:25:34 -05:00
b8592669b8 Merge pull request #446 from Arceliar/bugfixes
Bugfixes
2019-06-29 19:00:11 -05:00
40553a6a44 make GetSessions use the session workers to avoid races 2019-06-29 18:56:26 -05:00
d39428735d recover if we try to send to a closed session worker due to a race between a Conn.Write call and a Conn.Close call 2019-06-29 18:50:21 -05:00
28db566b37 fix concurrency bug in iface.go 2019-06-29 18:44:24 -05:00
0fb1165b76 Merge pull request #445 from Arceliar/dial
more bugfixes
2019-06-29 17:48:12 -05:00
7d58a7ef3e fix channel multiple close bug and concurrency bug in the way sessionInfo.close was being called 2019-06-29 17:44:28 -05:00
43bcb9e154 Merge pull request #444 from Arceliar/dial
Dial fixes
2019-06-29 16:17:47 -05:00
818eca90db fix nil pointer deref if searches fail, block dial until a search exceeds or a timeout passes (todo: replace timer with context) 2019-06-29 16:10:02 -05:00
ca1f2bb0a2 add go-syslog to go.mod/go.sum 2019-06-29 12:33:00 -05:00
8ecf99d8a9 Merge pull request #443 from Arceliar/dial
Bugfix in dial code
2019-06-29 12:21:19 -05:00
784acba823 I think this fixes the concurrent map read/write panic 2019-06-29 12:14:44 -05:00
0d23342358 Merge pull request #441 from Arceliar/dial
Dial
2019-06-29 10:52:05 +01:00
e88bef35c0 get rid of old buffered session packets 2019-06-28 20:02:58 -05:00