5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Commit Graph

  • 0cff56fcc1 (broken state) WIP on tuntap Arceliar 2021-05-08 10:39:07 -0500
  • f1c37f8440 (broken state) WIP rewriting core to use ironwood Arceliar 2021-05-08 08:35:58 -0500
  • ace7b43b6d (broken state) WIP address migration Arceliar 2021-05-08 07:25:53 -0500
  • ae96148008 Merge branch 'pathfinder' of https://github.com/Arceliar/yggdrasil-go into future Arceliar 2021-05-08 06:45:10 -0500
  • 3c2e14801d
    Merge pull request #772 from cwinfo/develop-something Neil Alexander 2021-03-24 13:41:53 +0000
  • 9b67eb7ef2
    Update Dockerfile Christer Warén 2021-03-24 15:39:55 +0200
  • 983dfdb553
    Merge pull request #770 from yggdrasil-network/develop Neil Alexander 2021-03-18 22:20:56 +0000
  • ac375917c9
    Update changelog for v0.3.16 release (#769) Arceliar 2021-03-18 13:58:20 -0500
  • f0a5cd542c
    Build MSIs for Windows using CircleCI (#766) Neil Alexander 2021-03-07 14:03:34 +0000
  • 7174cfce40
    Move up to Go 1.16, upgrade dependencies (#765) Neil Alexander 2021-03-07 08:45:47 +0000
  • 0ab2685489 Fix wireguard dependency Neil Alexander 2021-02-18 09:36:45 +0000
  • 6eb74a40e1
    Merge pull request #751 from Arceliar/bugfix Arceliar 2020-12-19 11:04:13 -0600
  • 78073429a2 Merge branch 'pathfinder' of https://github.com/Arceliar/yggdrasil-go into pathfinder Arceliar 2020-12-19 06:03:59 -0600
  • 0ba2ad74fe use source routes in the dht (when available) Arceliar 2020-12-19 06:03:28 -0600
  • a8810c7ee9 if the link handler exits early due to an existing connection, then have it return a channel to that connection which closes when the connection is closed, so we can choose to block on that to avoid spamming connection attempts with dial Arceliar 2020-12-13 16:29:03 -0600
  • 1daf3e7bd7 remove link.go block on oldIntf if we already have a connection to the same node, this spams connections, so it's not a good long-term fix if that's where the goroutine leak is Arceliar 2020-12-13 16:16:14 -0600
  • 5b326d8bb8
    Update generate.sh (#736) rany 2020-12-06 22:52:54 +0200
  • 709ea6976c
    apparmor: allow yggdrasil to resolve hostnames (#739) rany 2020-12-06 22:52:10 +0200
  • b9f35c5530
    Return ICMPv6 Destination Unreachable for unknown destinations (#748) Neil Alexander 2020-12-06 19:47:25 +0000
  • cb3d8647de
    Merge pull request #744 from octeep/master Neil Alexander 2020-12-06 13:48:09 +0000
  • df1239b054 attempting to debug/fix a possible goroutine leak Arceliar 2020-11-25 02:44:13 -0600
  • ea58a0f181
    Clean go.mod/go.sum Neil Alexander 2020-11-15 13:32:28 +0000
  • 939ffb02f8 adjust when dht reqs are reset Arceliar 2020-11-14 15:05:02 -0600
  • 04e890fcc3
    Change DefaultIfName from "/dev/tun0" to "tun0" octeep 2020-11-13 06:38:27 +0000
  • 428789f24c simplify switch parent selection and minor source routing improvements Arceliar 2020-11-09 19:01:11 -0600
  • 144d42c773 send dht responses via reverse path (fixes some possible DDoS issues with the old coord approach) Arceliar 2020-11-08 06:09:55 -0600
  • 0ac203b007 adjust how sessions learn source routes, try to recover faster if coords change (but assume the old path still works until we get a ping through that gives us a new path) Arceliar 2020-11-08 05:39:30 -0600
  • e19e938f64 safer pathfinding behavior Arceliar 2020-11-07 15:19:09 -0600
  • 994c26e5f7 simplify pathfinder Arceliar 2020-11-07 12:08:01 -0600
  • b5cd40b801 WIP very simple insecure proof-of-concept for pathfinding and source routing Arceliar 2020-11-07 10:50:55 -0600
  • e2521de94d add path information to (protocol) traffic packets as they flow through the network, and a field for a reply path Arceliar 2020-11-07 09:44:34 -0600
  • 36e4ce4b0b WIP rough implementation of the source routed part of hybrid routing, does not work if coord length is too long (>127 hops) Arceliar 2020-11-07 07:10:13 -0600
  • 92dbb48eda add (but don't use) offset field for (protocol) traffic packets Arceliar 2020-11-07 06:18:09 -0600
  • f1e9837a98
    Merge pull request #738 from Arceliar/bugfix Arceliar 2020-11-07 05:51:04 -0600
  • 1d1c6efa1f attempt to keep TCP listener alive if there's a temporary error (e.g. too many open files), just pause and retry later Arceliar 2020-10-18 11:01:18 -0500
  • 9eb4981ac1
    Merge pull request #734 from yggdrasil-network/develop-future Neil Alexander 2020-10-11 16:45:24 +0100
  • e90d40a49e
    Don't require lint in pipeline Neil Alexander 2020-10-11 16:41:40 +0100
  • b6c894bc01 Merge branch 'future' of https://github.com/yggdrasil-network/yggdrasil-go into develop-future Arceliar 2020-10-11 07:35:28 -0500
  • afebc1f93d
    Merge pull request #712 from Arceliar/bugfix Arceliar 2020-10-11 07:34:19 -0500
  • fdb296047b
    Merge branch 'future' into develop-future Neil Alexander 2020-09-27 20:28:26 +0100
  • d3672545a3
    Version 0.3.15 (#731) Neil Alexander 2020-09-27 15:50:58 +0100
  • ba7be10a2f
    Update changelog Neil Alexander 2020-09-27 15:05:14 +0100
  • d6d2d9c19a
    Accept some golint suggestions (#690) Ryan Westlund 2020-09-27 09:42:46 -0400
  • 1492738c9e
    golangci-lint in CI (#733) Neil Alexander 2020-09-27 14:28:25 +0100
  • 48bf0ce210
    Revert "Fix build" Neil Alexander 2020-09-27 13:28:13 +0100
  • e09ca6a089
    Fix build Neil Alexander 2020-07-06 14:21:28 +0100
  • 7588a55e84
    README: mention Nix package (#689) asymmetric 2020-09-27 15:24:19 +0300
  • fcb6f5ca36
    Set default conf file on FreeBSD to /usr/local/etc/yggdrasil.conf (#717) Ryan Westlund 2020-09-27 08:22:49 -0400
  • 33e3679458
    multicast, use the prebuilt interface map when checking active listeners (#707) Arceliar 2020-09-27 07:16:51 -0500
  • d9fd68f18c
    Fix build Neil Alexander 2020-07-06 14:21:28 +0100
  • a4a346c498
    Merge branch 'develop' into future Neil Alexander 2020-07-06 14:16:38 +0100
  • 48f008a8e2
    Implement Core.RemovePeer method (#699) (#709) George 2020-07-06 09:14:34 -0400
  • 3fded209df try to fix some possible races with how peers are added/removed and how they're blocked in the switch when they enter a bad state Arceliar 2020-06-06 12:30:54 -0500
  • aec82d7a39
    Merge pull request #702 from Arceliar/switch Arceliar 2020-05-30 18:39:43 -0500
  • a1856258a9
    Merge pull request #704 from Arceliar/queues Arceliar 2020-05-30 18:39:33 -0500
  • 35e7542889
    Merge pull request #706 from Arceliar/buffers Arceliar 2020-05-30 18:39:24 -0500
  • c83b070c69 remove old switch lookup functions Arceliar 2020-05-30 13:12:49 -0500
  • 0f28862e99 remove unused sequence number from switch Arceliar 2020-05-30 10:48:59 -0500
  • 5e170e22e1 more switch fixes Arceliar 2020-05-30 10:47:54 -0500
  • 3dc2242712 fix handling of keepAliveTimer and blocked state in link.go Arceliar 2020-05-30 10:32:15 -0500
  • 8775075c18 debugging Arceliar 2020-05-27 19:35:19 -0500
  • 905c28f7b2 fix some issues with the rewritten switch lookup tables Arceliar 2020-05-27 19:31:17 -0500
  • 1df305d31c simplify how blocking is detected and packets are dequeued Arceliar 2020-05-27 18:53:14 -0500
  • 09f9f4e8e4 use heap.Fix instead of heap.Remove + heap.Push when updating queues, this is theoretically faster Arceliar 2020-05-25 20:09:57 -0500
  • 674d8b58b6 get things compiling again Arceliar 2020-05-25 19:27:17 -0500
  • 152e9057a0 Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into future Arceliar 2020-05-25 19:25:05 -0500
  • ed3bf5ef07
    Merge pull request #705 from Arceliar/bugfix Arceliar 2020-05-25 19:24:34 -0500
  • 85eec5ba8e tcp ygg-over-ygg debug logging Arceliar 2020-05-25 19:13:37 -0500
  • 8345ae1fa3 don't allow ygg tcp connections to/from a local ygg address Arceliar 2020-05-25 19:08:04 -0500
  • dbc3b9b4c4
    Merge pull request #701 from Arceliar/buffers Arceliar 2020-05-25 16:30:43 -0500
  • 366a8ba3dd Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into future Arceliar 2020-05-25 16:28:12 -0500
  • 45810fa184
    Merge pull request #703 from Arceliar/dht Neil Alexander 2020-05-25 22:18:00 +0100
  • 895bd681a1
    Merge pull request #700 from Arceliar/multicast Neil Alexander 2020-05-25 22:17:50 +0100
  • 8cca565ac4
    Update go.mod/go.sum for yggdrasil-extras for iOS builds Neil Alexander 2020-05-25 22:08:53 +0100
  • 1f65ffb310 work-in-progress heap-based queue structure Arceliar 2020-05-25 16:07:56 -0500
  • 761ae531cb work-in-progress faster queue logic Arceliar 2020-05-25 15:19:32 -0500
  • eefabb5f9f disregard nodes if they're unimportant, even if they're already in the DHT Arceliar 2020-05-25 12:44:06 -0500
  • 40bfd207f5 don't store every node we hear from in the DHT, only ones we already know about or that are important Arceliar 2020-05-25 12:23:38 -0500
  • f9bc0b7aee use a more elaborate precomputed lookup table from the switch Arceliar 2020-05-25 11:49:25 -0500
  • 38dcbb1e2f cleaner way to handle seq/idle checks for the peer Arceliar 2020-05-24 17:49:48 -0500
  • 4382368b08 make sure the peer isn't idle before entering drop mode Arceliar 2020-05-24 17:43:35 -0500
  • 9574308545 have the peer delay setting a max buffer size, in case things have unblocked in the mean time Arceliar 2020-05-24 17:24:50 -0500
  • 7778a47a8f fix darwin compile problem Arceliar 2020-05-24 15:46:18 -0500
  • 98816f34b2 don't spam calls to net.Interfaces and net.Interface.Addrs (hopefully) Arceliar 2020-05-24 15:24:39 -0500
  • 1e471e3712 back to master's version of multicast, lets try rewriting it again Arceliar 2020-05-24 14:43:38 -0500
  • c2d6e9e8f1 close listener when a multicast interface is removed Arceliar 2020-05-24 14:09:06 -0500
  • 28d6e3e605
    Merge pull request #693 from Arceliar/buffers Arceliar 2020-05-24 09:41:20 -0500
  • eefa49708e Merge branch 'future' of https://github.com/yggdrasil-network/yggdrasil-go into buffers Arceliar 2020-05-24 09:12:35 -0500
  • 0a10a3d263
    Merge pull request #692 from Arceliar/updates Arceliar 2020-05-24 09:09:00 -0500
  • 0188f14caa Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into future Arceliar 2020-05-23 14:08:31 -0500
  • 77ded84ea5 simplify routerInterface Arceliar 2020-05-23 12:21:23 -0500
  • f2b9e95895 simplify routerInterface Arceliar 2020-05-23 12:21:01 -0500
  • 07206b5d46 resolve merge conflicts Arceliar 2020-05-23 11:33:37 -0500
  • 169b8747d4
    Merge pull request #696 from Arceliar/bugfix Arceliar 2020-05-23 11:24:03 -0500
  • 7063ddcc73 slightly cleaner fix to conn String deadlock issue Arceliar 2020-05-23 11:16:03 -0500
  • bc48e4bb80 fix deadlock in conn (unsafe use of phony.Block) Arceliar 2020-05-23 11:11:11 -0500
  • 59896f17fd more cleanup Arceliar 2020-05-23 10:28:57 -0500
  • ef1e506a0c work-in-progress on more cleanup Arceliar 2020-05-23 10:23:55 -0500
  • 59c5644a52 some peer/link cleanup Arceliar 2020-05-23 10:08:23 -0500
  • cf2edc99d1 correctly set peer.max Arceliar 2020-05-17 13:32:58 -0500