.. |
api.go
|
Merge pull request #641 from Arceliar/misc
|
2020-01-10 11:35:51 +00:00 |
conn.go
|
Update comments
|
2020-02-16 23:30:47 +00:00 |
core.go
|
Goroutines in _addPeerLoop from bugfixes
|
2019-09-19 09:04:25 +01:00 |
core_test.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
debug.go
|
Remove legacy debug functions
|
2019-08-28 17:24:41 +01:00 |
dht.go
|
always keep the 2 closest nodes in each direction around the dht ring, possibly helps things recover faster after joins/leaves
|
2019-12-25 19:01:20 -06:00 |
dialer.go
|
Use 'curve25519' instead of 'pubkey'
|
2020-02-16 23:44:20 +00:00 |
doc.go
|
Documentation updates
|
2019-09-01 23:10:46 +01:00 |
link.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
listener.go
|
Update tuntap module, return pointers
|
2020-02-16 23:21:58 +00:00 |
nodeinfo.go
|
some nodeinfo actor fixes and adjust search timeout
|
2020-01-06 18:37:43 -06:00 |
peer.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
router.go
|
some nodeinfo actor fixes and adjust search timeout
|
2020-01-06 18:37:43 -06:00 |
search.go
|
actually schedule the search cleanup code to run
|
2020-02-08 20:33:35 -06:00 |
session.go
|
add some additional debug timing info and logging to dials, and fix an unnecessary delay in search startup
|
2020-02-07 22:34:54 -06:00 |
stream.go
|
allow links to send multiple packets at once, currently we still only bother to send 1 at a time from the switch level
|
2019-08-18 12:17:54 -05:00 |
switch.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
tcp.go
|
add dummy functions for other platforms
|
2019-10-25 19:32:53 -05:00 |
tcp_darwin.go
|
add dummy functions for other platforms
|
2019-10-25 19:32:53 -05:00 |
tcp_linux.go
|
add dummy functions for other platforms
|
2019-10-25 19:32:53 -05:00 |
tcp_other.go
|
add dummy functions for other platforms
|
2019-10-25 19:32:53 -05:00 |
tls.go
|
Update builds to Go 1.13 as this is required for TLS (apparently golang.org/x/crypto/ed25519 is not acceptable to the crypto/tls module and this prevents Yggdrasil from starting)
|
2019-10-24 09:28:09 +01:00 |
version.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
wire.go
|
Unify MTU datatypes across the codebase
|
2020-01-05 18:01:22 +00:00 |