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.h
Age
Commit message (
Collapse
)
Author
2020-06-22
Properly hook up igmp with announce
David Härdeman
2020-06-22
Split out signal handling to a separate file
David Härdeman
2020-06-22
Use more descriptive names in struct cfg
David Härdeman
2020-06-22
Rename proxy and cfgdir to more descriptive names
David Härdeman
2020-06-22
Make struct cfg global and make the corresponding changes throughout
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-20
Add new assert macros, convert server.c to use them
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
Add an addrstr to struct sockaddr_in46, rename to struct saddr
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-16
Flesh out main config parsing
David Härdeman
2020-06-16
Convert systemd 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 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-11
Create a helper function to loop through different possible connections and ↵
David Härdeman
convert proxy to use it
2020-06-11
Add some socket options to minecraft protocol sockets
David Härdeman
2020-06-10
Improve refcounting
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-06
Clean up the refcounting to allow a proper exit on signal
David Härdeman
2020-06-06
Add skeleton functionality for announcing servers
David Härdeman
2020-06-05
Split out active proxy connection handling to separate file
David Härdeman
2020-06-05
Initial commit
David Härdeman