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
Age
Commit message (
Expand
)
Author
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
2020-06-10
Make all sockets close-on-exec
David Härdeman
2020-06-10
Add checks during server config reading to shutdown early
David Härdeman
2020-06-10
Improve proxy handling
David Härdeman
2020-06-10
Improve refcounting
David Härdeman
2020-06-10
Make sure all tasks but one have a parent
David Härdeman
2020-06-10
Implement proper proxy shutdown
David Härdeman
2020-06-10
Improve memdebug, add basic proxy stats
David Härdeman
2020-06-10
Add some basic memory tracking infrastructure while hacking
David Härdeman
2020-06-10
Convert proxy to use task_buf as well
David Härdeman
2020-06-10
Convert idle to use tbuf
David Härdeman
2020-06-10
Introduce a common task buffer and convert cfgdir and rcon to use it
David Härdeman
2020-06-10
Add initial systemd integration
David Härdeman
2020-06-10
Make sqe allocation a bit more uniform...and make sure sqes are not leaked
David Härdeman
2020-06-10
Make server stop/start exec asynchronous
David Härdeman
2020-06-09
Add an rcon shutdown method
David Härdeman
2020-06-09
Ehrm....and another one
David Härdeman
2020-06-09
Ehrm....execute the right command
David Härdeman
2020-06-09
Some minor cleanups
David Härdeman
2020-06-09
Add basic stop/start methods
David Härdeman
2020-06-09
Add config parameters for stop and start methods
David Härdeman
2020-06-09
Rename server_set_idle to server_set_idle_timeout
David Härdeman
2020-06-09
Clarify define
David Härdeman
2020-06-07
Add basic support for checking idle status
David Härdeman
[next]