summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Collapse)Author
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 ↵David Härdeman
convert proxy to use it
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