Age | Commit message (Expand) | Author |
2020-06-24 | Organise linker and cc flags a bit | David Härdeman |
2020-06-24 | Some more minor annotations | David Härdeman |
2020-06-24 | Some more minor warning fixes | David Härdeman |
2020-06-24 | Add STRLEN constant macro | David Härdeman |
2020-06-24 | Add some more annotations | David Härdeman |
2020-06-24 | Add global _GNU_SOURCE define | David Härdeman |
2020-06-24 | Make async dns an explicit argument | David Härdeman |
2020-06-24 | Simplify config_parse_header | David Härdeman |
2020-06-24 | Make minecctl actually do something | David Härdeman |
2020-06-23 | Move config-parser to shared lib | David Härdeman |
2020-06-23 | Big renaming, move some more functionality to shared lib | David Härdeman |
2020-06-23 | Split directories better | David Härdeman |
2020-06-23 | Add skeleton of new mcserverctl binary | David Härdeman |
2020-06-23 | Split out rcon protocol handling to separate file | David Härdeman |
2020-06-23 | Remove allocations from server-rcon in preparation for splitting out rcon pro... | David Härdeman |
2020-06-23 | Move rcon to server-rcon in preparation for separate rcon tool | David Härdeman |
2020-06-23 | Add some more meson options | David Härdeman |
2020-06-22 | Add some more config options | David Härdeman |
2020-06-22 | Make announce interval a config option | David Härdeman |
2020-06-22 | Fixup server connection timeouts | David Härdeman |
2020-06-22 | Add a shared timer, remove timerfd usage from idle and announce | David Härdeman |
2020-06-22 | Add some minor fixes and the beginning of server autostart | David Härdeman |
2020-06-22 | Try to bump the max number of fds | David Härdeman |
2020-06-22 | Add basic splice support to server-proxy (untested) | David Härdeman |
2020-06-22 | Some fixes to igmp logic | David Härdeman |
2020-06-22 | Properly hook up igmp with announce | David Härdeman |
2020-06-22 | config-parser is a better name | David Härdeman |
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 |