- 01 Jun, 2020 1 commit
-
-
ale authored
-
- 06 May, 2020 2 commits
-
-
ale authored
- 30 Apr, 2020 3 commits
-
-
ale authored
If the server was signaled to shutdown when the Node was still waiting to read its configuration, the configReady channel would never fire, causing a lockup in NewNode().
-
ale authored
We can't do low-level splice() since we don't have access to the raw socket in the TLS case. This should work for clients though (maybe not for sources).
-
ale authored
This allows usage of HTTPS, IPs won't work well in that scenario.
-
- 25 Apr, 2020 1 commit
-
-
ale authored
-
- 24 Apr, 2020 1 commit
-
-
ale authored
-
- 20 Apr, 2020 1 commit
-
-
ale authored
-
- 03 Mar, 2020 1 commit
-
-
ale authored
-
- 02 Mar, 2020 1 commit
-
-
ale authored
Small costly mistake.
-
- 01 Mar, 2020 2 commits
- 29 Feb, 2020 4 commits
- 28 Feb, 2020 2 commits
- 22 Feb, 2020 2 commits
- 20 Feb, 2020 2 commits
- 14 Feb, 2020 2 commits
- 13 Jan, 2020 1 commit
-
-
ale authored
-
- 10 Jan, 2020 1 commit
-
-
ale authored
-
- 07 Jan, 2020 5 commits
-
-
ale authored
Remove a lot of boilerplate by using the errgroup package instead of our own custom cumbersome solutions. Control server lifetime with an outer Context.
-
ale authored
-
ale authored
-
ale authored
-
ale authored
It is best to just make the DNS server listen on all non-loopback IP addresses from all interfaces. The loopback exclusion is just to integrate nicely with an eventual DNS cache running on the same host.
-
- 29 Dec, 2019 5 commits
- 27 Dec, 2019 2 commits
- 26 Dec, 2019 1 commit
-
-
ale authored
Causes a slight reduction in boilerplate, and gets rid of a bunch of custom logic for command-line parsing that is no longer needed.
-