yggdrasil-go/src/yggdrasil
2019-01-05 21:59:07 +00:00
..
adapter.go Add some simple functions for Swift bindings (iOS) 2019-01-01 23:25:20 +00:00
admin.go getNodeInfo: Show own info if box_pub_key/coords not specified 2018-12-31 11:48:50 +00:00
awdl.go Access NSLog through Cgo for iOS NetworkExtension logging 2019-01-05 21:59:07 +00:00
ckr.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
core.go Rethink channels, more error throwing 2019-01-05 12:06:45 +00:00
debug.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
dht.go insert a copy when calling dht.insertPeer 2018-12-26 00:18:51 -06:00
dial.go support socks proxy in peer url and decouple explicit tor/i2p routing 2018-04-26 10:23:21 -04:00
icmpv6.go Don't process ICMPv6 messages when in TUN mode 2018-12-26 22:45:21 +00:00
mobile_ios.go Access NSLog through Cgo for iOS NetworkExtension logging 2019-01-05 21:59:07 +00:00
mobile.go Access NSLog through Cgo for iOS NetworkExtension logging 2019-01-05 21:59:07 +00:00
multicast_other.go Try to SO_REUSEADDR on Windows 2018-12-05 23:10:50 +00:00
multicast_unix.go Try to SO_REUSEPORT on UNIX platforms 2018-12-05 22:39:04 +00:00
multicast_windows.go Try to SO_REUSEADDR on Windows 2018-12-05 23:10:50 +00:00
multicast.go Try to SO_REUSEPORT on UNIX platforms 2018-12-05 22:39:04 +00:00
nodeinfo.go Case-insensitive checking of null if string, don't print the nodeinfo again 2018-12-21 10:04:32 +00:00
peer.go Access NSLog through Cgo for iOS NetworkExtension logging 2019-01-05 21:59:07 +00:00
router.go move special peer/dht insert logic form router.go to dht.go 2018-12-20 17:37:59 -06:00
search.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
session.go Rename Metadata to NodeInfo 2018-12-15 22:37:11 +00:00
switch.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
tcp.go don't SetKeepAlive[Period] on tcp connections, since the behavior is platform specific 2018-12-16 18:32:50 -06:00
tun_bsd.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_darwin.go Add dummy tun, helper functions 2019-01-02 18:05:54 +00:00
tun_dummy.go Add dummy tun, helper functions 2019-01-02 18:05:54 +00:00
tun_linux.go Add dummy tun, helper functions 2019-01-02 18:05:54 +00:00
tun_other.go Add dummy tun, helper functions 2019-01-02 18:05:54 +00:00
tun_windows.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun.go Add dummy tun, helper functions 2019-01-02 18:05:54 +00:00
version.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
wire.go Typo fix 2018-12-22 11:31:52 +02:00