Age | Commit message (Expand) | Author |
2020-06-22 | Split out signal handling to a separate file | David Härdeman |
2020-06-22 | Rename config to config-parse | David Härdeman |
2020-06-22 | Use more descriptive names in struct cfg | David Härdeman |
2020-06-22 | Rename proxy and cfgdir to more descriptive names | David Härdeman |
2020-06-22 | Move local handling from server to proxy | David Härdeman |
2020-06-22 | Comment fixup | David Härdeman |
2020-06-22 | Make struct cfg global and make the corresponding changes throughout | David Härdeman |
2020-06-22 | Close the other pipefd | David Härdeman |
2020-06-22 | Improve task descriptions | David Härdeman |
2020-06-22 | Improve signal handler to mimic signalfd better | David Härdeman |
2020-06-22 | Split idle into top-level task and per-server tasks | David Härdeman |
2020-06-22 | Oops, unbreak mc protocol | David Härdeman |
2020-06-21 | Move mcast task to a per-server task to get refcounting right | David Härdeman |
2020-06-21 | Finish up the assert conversion | David Härdeman |
2020-06-21 | Convert three more files to use assert | David Härdeman |
2020-06-21 | Add streq and strcaseeq and use them throughout | David Härdeman |
2020-06-20 | Add new assert macros, convert server.c to use them | David Härdeman |
2020-06-20 | Use assert_task_alive in server.c as well | David Härdeman |
2020-06-20 | Rename scfg to server throughout for consistency | David Härdeman |
2020-06-20 | Make logging messages consistent in adding a newline for all messages | David Härdeman |
2020-06-20 | Introduce helper for checking if a task is dead | David Härdeman |
2020-06-20 | Add some basic server states | David Härdeman |
2020-06-20 | Some callback naming consistency | David Härdeman |
2020-06-19 | Add ome more sanity checks in server, prep work for server states | David Härdeman |
2020-06-19 | Add support for async DNS | David Härdeman |
2020-06-19 | Simplify eat_whitespace_and_comments | David Härdeman |
2020-06-19 | Some minor cleanups | David Härdeman |
2020-06-19 | Bunch of minor fixes | David Härdeman |
2020-06-19 | Add some helper functions for saddrs, reduce code duplication | David Härdeman |
2020-06-19 | Add an addrstr to struct sockaddr_in46, rename to struct saddr | David Härdeman |
2020-06-18 | add another function attr | David Härdeman |
2020-06-17 | Add some more basic options, and improve logging a bit more | David Härdeman |
2020-06-17 | Implement capability handling and user switching, disallow running as root | David Härdeman |
2020-06-17 | Some more minor log fixes | David Härdeman |
2020-06-16 | Some more debugmsg cleanups | David Härdeman |
2020-06-16 | Some more debugmsg cleanups | David Härdeman |
2020-06-16 | Flesh out main config parsing | David Härdeman |
2020-06-16 | Some minor fixes to igmp | David Härdeman |
2020-06-16 | Make sure igmp socket filter is set and locked | David Härdeman |
2020-06-16 | Fixup remaining missed cases of debugging | David Härdeman |
2020-06-16 | Convert utils to use debugging | David Härdeman |
2020-06-16 | Convert systemd to use debugging | David Härdeman |
2020-06-16 | Convert igmp to use debugging | David Härdeman |
2020-06-16 | Convert idle to use debugging | David Härdeman |
2020-06-16 | Convert rcon to use debugging | David Härdeman |
2020-06-16 | Missed one in config | David Härdeman |
2020-06-16 | Convert cfgdir to use debugging | David Härdeman |
2020-06-16 | Convert cfgdir and proxy to use debugging | David Härdeman |
2020-06-16 | Convert server and uring to debugging | David Härdeman |
2020-06-16 | Convert most of main.c to use debugging | David Härdeman |