- Feb 28, 2020
-
-
ale authored
-
- Feb 22, 2020
- Feb 20, 2020
-
-
ale authored
-
- Jan 13, 2020
-
-
ale authored
-
- Jan 10, 2020
-
-
ale authored
-
- Jan 07, 2020
-
-
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
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.
-
- Dec 27, 2019
-
-
ale authored
-
- Apr 16, 2019
-
-
ale authored
And various other minor fixes.
-
- Apr 15, 2019
-
-
ale authored
-
- Apr 14, 2019
- Apr 13, 2019
-
-
ale authored
-
ale authored
-
ale authored
Fix also some errors in the status template, and update to Bootstrap 4.3.1 and JQuery 3.4.0.
-
ale authored
It could be that the "n=0 means EOF" semantics are leaking from the underlying splice() system call? Anyway this prevents radiod from getting stuck in a busy loop in certain(?) cases.
-
ale authored
It's a float encoded as a string.
-
ale authored
Unless an explicit fallback is configured. Untested.
-
ale authored
-
ale authored
* We can't use a RWMutex due to the predictor write at the end * Return and log errors when lbv2 returns no results * Generally increase http debug level
-
ale authored
Half-closed connections will get sources stuck.
-
ale authored
Drop our own XSLT template (yay), we can get the same information using the built-in /status-json.xsl page with Icecast >= 2.4.
-
ale authored
-
- Apr 12, 2019
- Apr 11, 2019
- Apr 10, 2019
-
-
ale authored
We only use the proxy for Icecast streaming so there's no need to be generic.
-
- Apr 09, 2019
-
-
ale authored
Includes a merge of radiod and redirectord, updates to more modern Go idioms, adoption of the higher level etcd concurrency primitives, and a lot of other minor implementation changes. The refactor is still incomplete: the daemons won't compile and the code to start the RPC servers is missing.
-