Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't define WINVER in *.c files | Max Kellermann | 2011-10-09 | 1 | -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.c | Max Kellermann | 2011-08-30 | 1 | -78/+5 |
| | |||||
* | ntp_server: use the I/O thread | Max Kellermann | 2011-08-29 | 1 | -12/+9 |
| | |||||
* | test/run_ntp_server: quit on SIGINT or SIGTERM | Max Kellermann | 2011-08-29 | 1 | -1/+12 |
| | | | | Clean up the process before exiting. | ||||
* | ntp_server: add debug program "run_ntp_server" | Max Kellermann | 2011-08-29 | 1 | -0/+137 |