summaryrefslogtreecommitdiff
path: root/idle.c
AgeCommit message (Collapse)Author
2020-06-19Add an addrstr to struct sockaddr_in46, rename to struct saddrDavid Härdeman
2020-06-16Convert idle to use debuggingDavid Härdeman
2020-06-16Add working igmp implementationDavid Härdeman
2020-06-12Send real hostname and port in idle checkDavid Härdeman
2020-06-12Convert idle to also use struct connectionDavid 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-11Add some socket options to minecraft protocol socketsDavid Härdeman
2020-06-11Make sure idle closes the fd once it's doneDavid Härdeman
2020-06-10Make all sockets close-on-execDavid Härdeman
2020-06-10Improve refcountingDavid Härdeman
2020-06-10Add some basic memory tracking infrastructure while hackingDavid Härdeman
2020-06-10Convert proxy to use task_buf as wellDavid Härdeman
2020-06-10Convert idle to use tbufDavid Härdeman
2020-06-09Add basic stop/start methodsDavid Härdeman
2020-06-09Clarify defineDavid Härdeman
2020-06-07Add basic support for checking idle statusDavid Härdeman