summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2020-06-23Split directories betterDavid Härdeman
2020-06-22Add some more config optionsDavid Härdeman
2020-06-22Try to bump the max number of fdsDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-21Finish up the assert conversionDavid Härdeman
2020-06-21Add streq and strcaseeq and use them throughoutDavid 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-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-16Fixup remaining missed cases of debuggingDavid Härdeman
2020-06-16Convert utils to use debuggingDavid Härdeman
2020-06-16Convert most of main.c to use debuggingDavid Härdeman
2020-06-16Cleanup debugging macros a bitDavid Härdeman
2020-06-12Send real hostname and port in idle checkDavid Härdeman
2020-06-11Oops....fixup connect_any callback throughoutDavid Härdeman
2020-06-11Use struct connect for the client connection as well in proxyDavid Härdeman
2020-06-11Create a helper function to loop through different possible connections and c...David Härdeman
2020-06-11Track cqe and sqe usageDavid Härdeman
2020-06-11Add some socket options to minecraft protocol socketsDavid Härdeman
2020-06-10Add open files to resource debugDavid Härdeman
2020-06-10Check the return value from server_newDavid Härdeman
2020-06-10Improve memdebug, add basic proxy statsDavid Härdeman
2020-06-10Add some basic memory tracking infrastructure while hackingDavid Härdeman
2020-06-06Fixup announce multicast messages to create real per-server messagesDavid Härdeman
2020-06-05Split out active proxy connection handling to separate fileDavid Härdeman
2020-06-05Initial commitDavid Härdeman