Age | Commit message (Expand) | Author |
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 |
2020-06-16 | Add all and list debug options, convert announce to use debugging | David Härdeman |
2020-06-16 | Some more debug cleanups | David Härdeman |
2020-06-16 | Cleanup debugging macros a bit | David Härdeman |
2020-06-16 | Use SOCK_DGRAM instead of SOCK_RAW in igmp to not have to deal with ethernet ... | David Härdeman |
2020-06-16 | Implement and use recvmsg in igmp | David Härdeman |
2020-06-16 | Add msghdr and iovec to task buffers | David Härdeman |
2020-06-16 | Add an address to task | David Härdeman |
2020-06-16 | Add working igmp implementation | David Härdeman |
2020-06-12 | Send real hostname and port in idle check | David Härdeman |
2020-06-12 | Improve tagged pointer handling | David Härdeman |
2020-06-12 | Convert idle to also use struct connection | David Härdeman |
2020-06-11 | Convert rcon to use struct connection | David Härdeman |
2020-06-11 | Oops....fixup connect_any callback throughout | David Härdeman |
2020-06-11 | Use struct connect for the client connection as well in proxy | David Härdeman |
2020-06-11 | Create a helper function to loop through different possible connections and c... | David Härdeman |
2020-06-11 | Add some basic systemd integration | David Härdeman |
2020-06-11 | Track cqe and sqe usage | David Härdeman |
2020-06-11 | Further improve reference counting and tracking in uring | David Härdeman |
2020-06-11 | Improve log message for incoming proxy connection | David Härdeman |
2020-06-11 | Add some socket options to minecraft protocol sockets | David Härdeman |
2020-06-11 | Make sure idle closes the fd once it's done | David Härdeman |
2020-06-11 | Slightly less log spam | David Härdeman |
2020-06-11 | EiB is also cool | David Härdeman |
2020-06-10 | Add open files to resource debug | David Härdeman |
2020-06-10 | Check the return value from server_new | David Härdeman |
2020-06-10 | Some more close-on-exec | David Härdeman |