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
/
announce.c
Age
Commit message (
Collapse
)
Author
2020-06-22
Use more descriptive names in struct cfg
David Härdeman
2020-06-22
Make struct cfg global and make the corresponding changes throughout
David Härdeman
2020-06-22
Improve task descriptions
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
Convert three more files to use assert
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
Add some helper functions for saddrs, reduce code duplication
David Härdeman
2020-06-19
Add an addrstr to struct sockaddr_in46, rename to struct saddr
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
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-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
Convert proxy to use task_buf as well
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
Fixup announce multicast messages to create real per-server messages
David Härdeman
2020-06-06
Add skeleton functionality for announcing servers
David Härdeman