summaryrefslogtreecommitdiff
path: root/cfgdir.c
AgeCommit message (Expand)Author
2020-06-22Rename proxy and cfgdir to more descriptive namesDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-22Improve task descriptionsDavid Härdeman
2020-06-21Finish up the assert conversionDavid Härdeman
2020-06-21Convert three more files to use assertDavid Härdeman
2020-06-21Add streq and strcaseeq and use them throughoutDavid Härdeman
2020-06-20Rename scfg to server throughout for consistencyDavid Härdeman
2020-06-20Make logging messages consistent in adding a newline for all messagesDavid Härdeman
2020-06-20Introduce helper for checking if a task is deadDavid Härdeman
2020-06-20Some callback naming consistencyDavid Härdeman
2020-06-19Add support for async DNSDavid Härdeman
2020-06-19Add an addrstr to struct sockaddr_in46, rename to struct saddrDavid Härdeman
2020-06-16Fixup remaining missed cases of debuggingDavid Härdeman
2020-06-16Convert cfgdir to use debuggingDavid Härdeman
2020-06-16Convert cfgdir and proxy to use debuggingDavid Härdeman
2020-06-16Some more debug cleanupsDavid Härdeman
2020-06-16Cleanup debugging macros a bitDavid Härdeman
2020-06-10Check the return value from server_newDavid Härdeman
2020-06-10Add checks during server config reading to shutdown earlyDavid Härdeman
2020-06-10Improve refcountingDavid Härdeman
2020-06-10Add some basic memory tracking infrastructure while hackingDavid Härdeman
2020-06-10Convert proxy to use task_buf as wellDavid Härdeman
2020-06-10Introduce a common task buffer and convert cfgdir and rcon to use itDavid Härdeman
2020-06-10Add initial systemd integrationDavid Härdeman
2020-06-09Add an rcon shutdown methodDavid Härdeman
2020-06-09Some minor cleanupsDavid Härdeman
2020-06-09Add config parameters for stop and start methodsDavid Härdeman
2020-06-09Rename server_set_idle to server_set_idle_timeoutDavid Härdeman
2020-06-07Add basic support for checking idle statusDavid Härdeman
2020-06-06Reparent most tasks to uringDavid Härdeman
2020-06-06Fixup announce multicast messages to create real per-server messagesDavid Härdeman
2020-06-05Split config into generic and dir watching partsDavid Härdeman