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
/
uring.c
Age
Commit message (
Collapse
)
Author
2020-06-19
Bunch of minor fixes
David Härdeman
2020-06-19
Add an addrstr to struct sockaddr_in46, rename to struct saddr
David Härdeman
2020-06-17
Some more minor log fixes
David Härdeman
2020-06-16
Fixup remaining missed cases of debugging
David Härdeman
2020-06-16
Convert server and uring to 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
Implement and use recvmsg in igmp
David Härdeman
2020-06-16
Add msghdr and iovec to task buffers
David Härdeman
2020-06-12
Improve tagged pointer handling
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
Slightly less log spam
David Härdeman
2020-06-10
Some more close-on-exec
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
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
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-06
Clean up the refcounting to allow a proper exit on signal
David Härdeman
2020-06-06
Reparent most tasks to uring
David Härdeman
2020-06-06
Add skeleton functionality for announcing servers
David Härdeman
2020-06-05
Add enough functionality to actually be able to proxy a connection
David Härdeman
2020-06-05
Implement more proxy functionality
David Härdeman
2020-06-05
Initial commit
David Härdeman