yggdrasil-go/src
2019-04-26 22:21:31 -05:00
..
address fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
config Return both current and previous config when replacing 2019-04-15 22:00:38 +01:00
crypto Try to convert TUN/TAP to use new yggdrasil.Conn, search masks are still broken 2019-04-20 16:32:27 +01:00
defaults Add DefaultConfigFile to defaults for yggdrasilctl 2018-12-10 10:20:59 +00:00
dummy Fix session bug, fix dummy adapter, fix mobile framework builds 2019-04-01 19:59:50 +01:00
mobile Fix mobile logging 2019-04-01 22:45:30 +01:00
multicast More godoc improvements 2019-03-29 18:18:31 +00:00
tuntap add a newConn function that returns a pointer to a Conn with atomics properly initialized 2019-04-26 18:07:57 -05:00
util Make changes based on review comments 2019-03-08 10:26:46 +00:00
yggdrasil properly fix the memory errors, it was caused by a function returning and PutBytes-ing a buffer before a worker had a chance to decrypt the buffer, so it would GetBytes the same buffer by dumb luck and then get an illegal overlap 2019-04-26 22:21:31 -05:00