.. |
config
|
Update comments in configuration
|
2018-05-23 14:02:13 +01:00 |
address.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 |
admin.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 |
core.go
|
move periodic switch maintenance into the router instead of its own goroutine
|
2018-06-06 23:10:33 -05:00 |
crypto.go
|
Mostly working PMTU discovery when going over UDP links
|
2018-02-25 20:24:36 -06:00 |
debug.go
|
add inner crypto to linkProtoTraffic, using ephemeral keys, to prevent replay attacks from spoofing peer connections
|
2018-06-08 18:42:56 -05:00 |
dht.go
|
exponential dht throttle backoff, and make it based on when packets were sent as part of bootstrapping/maintenance, not when arbitrary packets were received
|
2018-06-12 03:16:10 -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
|
Clean up some exported constants
|
2018-05-27 23:31:34 +01:00 |
multicast.go
|
enable multicast on interfaces that come up after startup
|
2018-06-07 22:07:19 -05:00 |
peer.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 |
release.go
|
Export fields of wire structs
|
2018-06-02 21:21:05 +01:00 |
router.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 |
search.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 |
session.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 |
signature.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 |
switch.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 |
tcp.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 |
tun_bsd.go
|
Fix accidental truncation of addresses ending in 8 on macOS and BSD
|
2018-05-26 21:47:54 +01:00 |
tun_darwin.go
|
Clean up some exported constants
|
2018-05-27 23:31:34 +01:00 |
tun_freebsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_linux.go
|
possibly fix weird issue I was having with netns, still not sure I understand why it was a problem
|
2018-04-28 16:39:58 -05:00 |
tun_netbsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_openbsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_other.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_windows.go
|
Add ability to select interface by friendly name on Windows
|
2018-05-09 16:42:24 +01:00 |
tun.go
|
Fix IfName='none'
|
2018-06-02 23:29:06 +01:00 |
util.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 |
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 |