summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-22Close the other pipefdDavid Härdeman
2020-06-22Improve task descriptionsDavid Härdeman
2020-06-22Improve signal handler to mimic signalfd betterDavid Härdeman
2020-06-22Split idle into top-level task and per-server tasksDavid Härdeman
2020-06-22Oops, unbreak mc protocolDavid Härdeman
2020-06-21Move mcast task to a per-server task to get refcounting rightDavid 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-20Add new assert macros, convert server.c to use themDavid Härdeman
2020-06-20Use assert_task_alive in server.c as wellDavid 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-20Add some basic server statesDavid Härdeman
2020-06-20Some callback naming consistencyDavid Härdeman
2020-06-19Add ome more sanity checks in server, prep work for server statesDavid Härdeman
2020-06-19Add support for async DNSDavid Härdeman
2020-06-19Simplify eat_whitespace_and_commentsDavid Härdeman
2020-06-19Some minor cleanupsDavid Härdeman
2020-06-19Bunch of minor fixesDavid Härdeman
2020-06-19Add some helper functions for saddrs, reduce code duplicationDavid Härdeman
2020-06-19Add an addrstr to struct sockaddr_in46, rename to struct saddrDavid Härdeman
2020-06-18add another function attrDavid Härdeman
2020-06-17Add some more basic options, and improve logging a bit moreDavid Härdeman
2020-06-17Implement capability handling and user switching, disallow running as rootDavid Härdeman
2020-06-17Some more minor log fixesDavid Härdeman
2020-06-16Some more debugmsg cleanupsDavid Härdeman
2020-06-16Some more debugmsg cleanupsDavid Härdeman
2020-06-16Flesh out main config parsingDavid Härdeman
2020-06-16Some minor fixes to igmpDavid Härdeman
2020-06-16Make sure igmp socket filter is set and lockedDavid Härdeman
2020-06-16Fixup remaining missed cases of debuggingDavid Härdeman
2020-06-16Convert utils to use debuggingDavid Härdeman
2020-06-16Convert systemd to use debuggingDavid Härdeman
2020-06-16Convert igmp to use debuggingDavid Härdeman
2020-06-16Convert idle to use debuggingDavid Härdeman
2020-06-16Convert rcon to use debuggingDavid Härdeman
2020-06-16Missed one in configDavid Härdeman
2020-06-16Convert cfgdir to use debuggingDavid Härdeman
2020-06-16Convert cfgdir and proxy to use debuggingDavid Härdeman
2020-06-16Convert server and uring to debuggingDavid Härdeman
2020-06-16Convert most of main.c to use debuggingDavid Härdeman
2020-06-16Add all and list debug options, convert announce to use debuggingDavid Härdeman
2020-06-16Some more debug cleanupsDavid Härdeman
2020-06-16Cleanup debugging macros a bitDavid Härdeman
2020-06-16Use SOCK_DGRAM instead of SOCK_RAW in igmp to not have to deal with ethernet ...David Härdeman
2020-06-16Implement and use recvmsg in igmpDavid Härdeman
2020-06-16Add msghdr and iovec to task buffersDavid Härdeman