yggdrasil-go/src/yggdrasil
2018-12-15 00:48:54 +00:00
..
adapter.go Define Adapter base type/interface 2018-12-14 18:29:00 +00:00
address.go fix address/prefix code, platform specific parts still need testing 2018-06-14 07:58:07 -05:00
admin.go Merge remote-tracking branch 'origin/develop' into metadata 2018-12-15 00:48:54 +00:00
ckr.go Enforce CKR cache size more strongly 2018-12-10 22:30:31 +00:00
core.go Merge remote-tracking branch 'origin/develop' into metadata 2018-12-15 00:48:54 +00:00
crypto.go code cleanup 2018-06-12 17:50:08 -05:00
debug.go Fix debug builds (foiled by debug builds every time) 2018-12-14 18:10:39 +00:00
dht.go fix infinite loop from interaction between dht.isImportant and dht.insert 2018-11-25 20:33:33 -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 Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
metadata.go Metadata exchange without sessions 2018-12-15 00:48:27 +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
peer.go Remove metadata-peer association until we have some sensible way to cache it 2018-12-12 22:58:16 +00:00
router.go Merge remote-tracking branch 'origin/develop' into metadata 2018-12-15 00:48:54 +00:00
search.go refactor dht code to call arbitrary callbacks instead of only searches.checkDHTRes, and add admin API fuction to dhtPing a node (with an optional target NodeID) 2018-11-25 16:10:32 -06:00
session.go Merge remote-tracking branch 'origin/develop' into metadata 2018-12-15 00:48:54 +00:00
switch.go fix bug from go vet while I'm at it 2018-12-07 20:36:30 -06:00
tcp.go Remove metadata-peer association until we have some sensible way to cache it 2018-12-12 22:58:16 +00:00
tun_bsd.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_darwin.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_linux.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_other.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_windows.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun.go Define Adapter base type/interface 2018-12-14 18:29:00 +00:00
util.go code cleanup 2018-06-12 17:50:08 -05:00
version.go minor documentation updates, code comments, and a couple of bugfixes that I noticed when going through the code to comment it 2018-06-10 18:03:28 -05:00
wire.go Metadata exchange without sessions 2018-12-15 00:48:27 +00:00