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
/
igmp.c
Age
Commit message (
Collapse
)
Author
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-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-19
Some minor cleanups
David Härdeman
2020-06-19
Add an addrstr to struct sockaddr_in46, rename to struct saddr
David Härdeman
2020-06-16
Some more debugmsg cleanups
David Härdeman
2020-06-16
Some minor fixes to igmp
David Härdeman
2020-06-16
Make sure igmp socket filter is set and locked
David Härdeman
2020-06-16
Convert igmp to use debugging
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
headers
2020-06-16
Implement and use recvmsg in igmp
David Härdeman
2020-06-16
Add working igmp implementation
David Härdeman