aboutsummaryrefslogtreecommitdiffstats
path: root/src/ntp_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't define WINVER in *.c filesMax Kellermann2011-10-091-1/+0
| | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
* ntp_server: move code to udp_server.cMax Kellermann2011-08-301-54/+25
|
* ntp_server: use the I/O threadMax Kellermann2011-08-291-19/+41
|
* ntp_server: check for select() failuresMax Kellermann2011-08-291-1/+3
| | | | Fix freeze after signal was handled.
* ntp_server: fix socket typesMax Kellermann2011-08-291-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.
* output/raop: move NTP code to separate libraryMax Kellermann2011-08-281-0/+135