summaryrefslogtreecommitdiffstats
path: root/src/receive.c
AgeCommit message (Collapse)Author
2013-10-19Get rid of packet.hMatthias Schiffer
2013-08-20Fix lots of -Wextra warningsMatthias Schiffer
Everything clang and GCC warn about, except GCC's missing-field-initializers which are just stupid as they don't allow {} syntax to zero a field.
2013-08-07Guard socket options not available on FreeBSDMatthias Schiffer
2013-07-25Move more code out of fastd.cMatthias Schiffer