Age | Commit message (Expand) | Author |
---|---|---|
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 |
2020-06-16 | Implement and use recvmsg in igmp | David Härdeman |
2020-06-16 | Add working igmp implementation | David Härdeman |