Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | -54/+25 | |
2011-08-29 | ntp_server: use the I/O thread | Max Kellermann | 1 | -19/+41 | |
2011-08-29 | ntp_server: check for select() failures | Max Kellermann | 1 | -1/+3 | |
Fix freeze after signal was handled. | |||||
2011-08-29 | ntp_server: fix socket types | Max Kellermann | 1 | -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-28 | output/raop: move NTP code to separate library | Max Kellermann | 1 | -0/+135 | |