.. |
api.go
|
Revert "Fix build"
|
2020-09-27 13:28:13 +01:00 |
conn.go
|
Merge branch 'future' into develop-future
|
2020-09-27 20:28:26 +01:00 |
core_test.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
core.go
|
work-in-progress on more cleanup
|
2020-05-23 10:23:55 -05:00 |
debug.go
|
Remove legacy debug functions
|
2019-08-28 17:24:41 +01:00 |
dht.go
|
Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into future
|
2020-05-25 16:28:12 -05:00 |
dialer.go
|
Use 'curve25519' instead of 'pubkey'
|
2020-02-16 23:44:20 +00:00 |
doc.go
|
Update doc.go dial example
|
2020-02-16 23:57:05 +00:00 |
link.go
|
if the link handler exits early due to an existing connection, then have it return a channel to that connection which closes when the connection is closed, so we can choose to block on that to avoid spamming connection attempts with dial
|
2020-12-13 16:29:03 -06:00 |
listener.go
|
Update tuntap module, return pointers
|
2020-02-16 23:21:58 +00:00 |
nodeinfo.go
|
Merge branch 'future' into develop-future
|
2020-09-27 20:28:26 +01:00 |
packetqueue.go
|
use heap.Fix instead of heap.Remove + heap.Push when updating queues, this is theoretically faster
|
2020-05-25 20:09:57 -05:00 |
peer.go
|
simplify how blocking is detected and packets are dequeued
|
2020-05-27 18:53:14 -05:00 |
pool.go
|
eliminate most sync.Pool use, gives a safer but slightly slower interface
|
2020-05-02 06:44:51 -05:00 |
router.go
|
simplify how blocking is detected and packets are dequeued
|
2020-05-27 18:53:14 -05:00 |
search.go
|
more work in progress actorizing the remaining parts of the switch
|
2020-03-29 19:01:50 -05:00 |
session.go
|
eliminate most sync.Pool use, gives a safer but slightly slower interface
|
2020-05-02 06:44:51 -05:00 |
simlink.go
|
resolve merge conflicts
|
2020-05-23 11:33:37 -05:00 |
stream.go
|
work-in-progress on more cleanup
|
2020-05-23 10:23:55 -05:00 |
switch.go
|
Merge branch 'future' of https://github.com/yggdrasil-network/yggdrasil-go into develop-future
|
2020-10-11 07:35:28 -05:00 |
tcp_darwin.go
|
add dummy functions for other platforms
|
2019-10-25 19:32:53 -05:00 |
tcp_linux.go
|
work-in-progress on more cleanup
|
2020-05-23 10:23:55 -05:00 |
tcp_other.go
|
add dummy functions for other platforms
|
2019-10-25 19:32:53 -05:00 |
tcp.go
|
if the link handler exits early due to an existing connection, then have it return a channel to that connection which closes when the connection is closed, so we can choose to block on that to avoid spamming connection attempts with dial
|
2020-12-13 16:29:03 -06:00 |
tls.go
|
work-in-progress on more cleanup
|
2020-05-23 10:23:55 -05:00 |
version.go
|
Accept some golint suggestions (#690)
|
2020-09-27 14:42:46 +01:00 |
wire.go
|
eliminate most sync.Pool use, gives a safer but slightly slower interface
|
2020-05-02 06:44:51 -05:00 |