Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-05-29 | output/raop: delete the RAOP plugin | Max Kellermann | 1 | -71/+0 | |
This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry. | |||||
2011-10-09 | don't define WINVER in *.c files | Max Kellermann | 1 | -1/+0 | |
In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion. | |||||
2011-08-30 | ntp_server: move code to udp_server.c | Max Kellermann | 1 | -78/+5 | |
2011-08-29 | ntp_server: use the I/O thread | Max Kellermann | 1 | -12/+9 | |
2011-08-29 | test/run_ntp_server: quit on SIGINT or SIGTERM | Max Kellermann | 1 | -1/+12 | |
Clean up the process before exiting. | |||||
2011-08-29 | ntp_server: add debug program "run_ntp_server" | Max Kellermann | 1 | -0/+137 | |