aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_resolver.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-09-20resolver: add function resolve_host_port()Max Kellermann1-30/+25
2011-08-30ntp_server: move code to udp_server.cMax Kellermann1-78/+5
2011-08-29ntp_server: use the I/O threadMax Kellermann1-12/+9
2011-08-29test/run_ntp_server: quit on SIGINT or SIGTERMMax Kellermann1-1/+12
Clean up the process before exiting.
2011-08-29ntp_server: add debug program "run_ntp_server"Max Kellermann1-0/+137