summaryrefslogtreecommitdiff
path: root/server/global.c
Commit message (Collapse)AuthorAge
* server: c-ares supportGravatar Jeffrey Hutzelman2013-03-18
| | | | | | Add the bits we need to be able to use c-ares for DNS operations in the server. This handles initialization and making sure the resolver's sockets and timeouts are considered in the main loop.
* rearrange so that most of the server code can be linked without main.cGravatar Karl Ramm2013-03-16
Move global variables and one function out of main.c so that the rest of the server can be linked with a test harness.