aboutsummaryrefslogtreecommitdiffstats
path: root/src/ntp_server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-29output/raop: delete the RAOP pluginMax Kellermann1-131/+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-09don't define WINVER in *.c filesMax Kellermann1-1/+0
In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
2011-08-30ntp_server: move code to udp_server.cMax Kellermann1-54/+25
2011-08-29ntp_server: use the I/O threadMax Kellermann1-19/+41
2011-08-29ntp_server: check for select() failuresMax Kellermann1-1/+3
Fix freeze after signal was handled.
2011-08-29ntp_server: fix socket typesMax Kellermann1-3/+5
Cast recvfrom(), sendto() buffers to "void*" to avoid "char*" / "unsigned char*" confusion. Use ssize_t for the return value, and socklen_t for the socket address size.
2011-08-28output/raop: move NTP code to separate libraryMax Kellermann1-0/+135