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
/
main.c
Age
Commit message (
Expand
)
Author
2020-06-22
Improve task descriptions
David Härdeman
2020-06-22
Improve signal handler to mimic signalfd better
David Härdeman
2020-06-22
Split idle into top-level task and per-server tasks
David Härdeman
2020-06-21
Move mcast task to a per-server task to get refcounting right
David Härdeman
2020-06-21
Finish up the assert conversion
David Härdeman
2020-06-21
Add streq and strcaseeq and use them throughout
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-20
Some callback naming consistency
David Härdeman
2020-06-19
Add support for async DNS
David Härdeman
2020-06-19
Bunch of minor fixes
David Härdeman
2020-06-18
add another function attr
David Härdeman
2020-06-17
Add some more basic options, and improve logging a bit more
David Härdeman
2020-06-17
Implement capability handling and user switching, disallow running as root
David Härdeman
2020-06-17
Some more minor log fixes
David Härdeman
2020-06-16
Some more debugmsg cleanups
David Härdeman
2020-06-16
Some more debugmsg cleanups
David Härdeman
2020-06-16
Flesh out main config parsing
David Härdeman
2020-06-16
Fixup remaining missed cases of debugging
David Härdeman
2020-06-16
Convert utils to use debugging
David Härdeman
2020-06-16
Convert igmp to use debugging
David Härdeman
2020-06-16
Convert idle to use debugging
David Härdeman
2020-06-16
Convert rcon to use debugging
David Härdeman
2020-06-16
Convert cfgdir and proxy to use debugging
David Härdeman
2020-06-16
Convert server and uring to debugging
David Härdeman
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
Add working igmp implementation
David Härdeman
2020-06-11
Add some basic systemd integration
David Härdeman
2020-06-11
Further improve reference counting and tracking in uring
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
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
Add initial systemd integration
David Härdeman
2020-06-07
Add basic support for checking idle status
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
Split config into generic and dir watching parts
David Härdeman
2020-06-05
Initial commit
David Härdeman