5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-26 04:51:38 +00:00
yggdrasil-go/src/yggdrasil
2018-10-20 17:32:54 -05:00
..
config Fix incorrect comment in config for SessionFirewall 2018-10-09 07:18:43 +01:00
defaults update admin socket error message and run gofmt 2018-07-07 19:37:36 -05:00
address.go fix address/prefix code, platform specific parts still need testing 2018-06-14 07:58:07 -05:00
admin.go Try using a chord-like DHT instead of a kad-like one, work in progress, but it compiles at least 2018-10-20 14:48:07 -05:00
core.go Add AlwaysAllowOutbound to session firewall 2018-10-08 19:51:51 +01:00
crypto.go code cleanup 2018-06-12 17:50:08 -05:00
debug.go more debugging 2018-10-20 16:27:01 -05:00
dht.go cleanup 2018-10-20 17:32:54 -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 Add support for specifying TCP source interface, i.e. tcp://a.b.c.d:e/eth0, for multiple simultaneous peerings to the same node over different interfaces 2018-09-25 15:32:45 +01:00
peer.go Merge pull request #187 from neilalexander/sessionfirewall 2018-10-08 18:41:15 -05:00
router.go Try using a chord-like DHT instead of a kad-like one, work in progress, but it compiles at least 2018-10-20 14:48:07 -05:00
search.go add some debug output and get things to start working in the sim 2018-10-20 15:21:40 -05:00
session.go Try using a chord-like DHT instead of a kad-like one, work in progress, but it compiles at least 2018-10-20 14:48:07 -05:00
signature.go periodically clean up timed-out sessions and old signatures, instead of trying to do it when creating new sessions or adding new signatures 2018-06-21 20:31:30 -05:00
switch.go Hopefully fix a concurrent map read-write when removing peers 2018-10-08 22:09:55 +01:00
tcp.go Add session firewall (extra security for controlling traffic flow to/from a given node) 2018-10-07 17:13:41 +01:00
tun_bsd.go code cleanup 2018-06-12 17:50:08 -05:00
tun_darwin.go Centralise platform defaults into the 'defaults' package 2018-07-07 12:08:52 +01:00
tun_linux.go Make TCP read timeouts configurable. 2018-07-29 14:30:13 +00:00
tun_other.go Centralise platform defaults into the 'defaults' package 2018-07-07 12:08:52 +01:00
tun_windows.go Normalise startup output for TUN/TAP on Linux and Windows 2018-07-19 10:15:26 +01:00
tun.go Centralise platform defaults into the 'defaults' package 2018-07-07 12:08:52 +01: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 optimize wire_put_uint64; use protokey for flowlabel fallback. 2018-07-30 01:58:52 +00:00