aboutsummaryrefslogtreecommitdiffstats
path: root/src/ntp_server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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