yggdrasil-go/src/yggdrasil
2018-06-21 10:39:43 -05:00
..
config disable unused configuration Net field and clean up comments to remove mention of UDP where no longer applicable 2018-06-12 14:00:04 -05:00
address.go fix address/prefix code, platform specific parts still need testing 2018-06-14 07:58:07 -05:00
admin.go switch address range from fd00::/8 to the deprecated 0200::/7 range 2018-06-14 07:08:48 -05:00
core.go fix address/prefix code, platform specific parts still need testing 2018-06-14 07:58:07 -05:00
crypto.go code cleanup 2018-06-12 17:50:08 -05:00
debug.go start the pprof based on an env variable in debug builds, otherwise remove the flag/release.go stuff 2018-06-21 10:32:16 -05:00
dht.go prevent parent nodes from forcing coord oscillation, have dht.handleRes clean up the old request info immediately 2018-06-14 12:32:18 -05: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 fix address/prefix code, platform specific parts still need testing 2018-06-14 07:58:07 -05:00
multicast.go code cleanup 2018-06-12 17:50:08 -05:00
peer.go recover if p.doSend is closed due to a race between peers.doSendSwitchMsgs and peers.removePeer 2018-06-13 00:24:12 -05:00
router.go code cleanup 2018-06-12 17:50:08 -05:00
search.go code cleanup 2018-06-12 17:50:08 -05:00
session.go cleanup old ugly session MTU code that only mattered with lossy UDP fragments 2018-06-14 08:38:43 -05:00
signature.go code cleanup 2018-06-12 17:50:08 -05:00
switch.go prevent parent nodes from forcing coord oscillation, have dht.handleRes clean up the old request info immediately 2018-06-14 12:32:18 -05:00
tcp.go gofmt 2018-06-21 10:39:43 -05:00
tun_bsd.go code cleanup 2018-06-12 17:50:08 -05:00
tun_darwin.go macos 2018-06-14 08:00:57 -05:00
tun_freebsd.go Document ICMPv6 and TUN/TAP 2018-06-12 22:45:53 +01:00
tun_linux.go code cleanup 2018-06-12 17:50:08 -05:00
tun_netbsd.go Document ICMPv6 and TUN/TAP 2018-06-12 22:45:53 +01:00
tun_openbsd.go Document ICMPv6 and TUN/TAP 2018-06-12 22:45:53 +01:00
tun_other.go Document ICMPv6 and TUN/TAP 2018-06-12 22:45:53 +01:00
tun_windows.go code cleanup 2018-06-12 17:50:08 -05:00
tun.go code cleanup 2018-06-12 17:50:08 -05: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 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