index
:
minecproxy.git
master
Unnamed repository; edit this file 'description' to name the repository.
David Härdeman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rcon.c
Age
Commit message (
Expand
)
Author
2020-06-22
Add some minor fixes and the beginning of server autostart
David Härdeman
2020-06-22
Make struct cfg global and make the corresponding changes throughout
David Härdeman
2020-06-21
Finish up the assert conversion
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-19
Add support for async DNS
David Härdeman
2020-06-19
Some minor cleanups
David Härdeman
2020-06-16
Convert rcon to use debugging
David Härdeman
2020-06-11
Convert rcon to use struct connection
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 socket options to minecraft protocol sockets
David Härdeman
2020-06-10
Make all sockets close-on-exec
David Härdeman
2020-06-10
Improve refcounting
David Härdeman
2020-06-10
Add some basic memory tracking infrastructure while hacking
David Härdeman
2020-06-10
Introduce a common task buffer and convert cfgdir and rcon to use it
David Härdeman
2020-06-09
Add an rcon shutdown method
David Härdeman