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