yggdrasil-go/src/yggdrasil
2019-06-29 18:56:26 -05:00
..
api.go make GetSessions use the session workers to avoid races 2019-06-29 18:56:26 -05:00
conn.go 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
core.go Start factoring out the admin socket into a separate module (not all functions implemented yet) 2019-05-19 17:27:48 +01:00
debug.go use the subnet derived ID/mask when creating a connection based on a subnet address, fix a potential blocking channel send in tuntap/conn.go, and get debug.go compiling well enough to profile things (the sim is currently still broken) 2019-05-15 18:01:26 -05:00
dht.go some minor refactoring to dht callbacks and searches, work in progress 2019-06-25 19:31:29 -05:00
dialer.go 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
link.go Unexport/modify some interfaces to revive broken iOS/Android builds 2019-03-30 00:09:35 +00:00
listener.go Listener should clean up a bit more when closing 2019-04-19 23:04:09 +01:00
nodeinfo.go Fix bugs 2019-03-29 18:24:57 +00:00
peer.go Refactoring: move tuntap and icmpv6 into separate package 2019-03-28 00:30:25 +00:00
router.go 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
search.go get rid of old buffered session packets 2019-06-28 20:02:58 -05:00
session.go fix channel multiple close bug and concurrency bug in the way sessionInfo.close was being called 2019-06-29 17:44:28 -05:00
stream.go get code running in the netns test again, remove unnecessary allocations that were found in profiling 2019-02-05 17:39:59 -06:00
switch.go reduce allocations in switch 2019-05-16 18:10:47 -05:00
tcp_darwin.go Support multiple TCP listeners 2019-03-04 17:52:57 +00:00
tcp_other.go Support multiple TCP listeners 2019-03-04 17:52:57 +00:00
tcp.go Remove wrappedConn as unnecessary 2019-05-18 16:16:32 +01:00
version.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
wire.go wire: cleaner and faster wire_intToUint and wire_intFromUint 2019-04-06 21:34:47 +03:00