aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeroconf-bonjour.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-30main: use the GLib main loopMax Kellermann1-52/+19
This is a rather huge patch, which unfortunately cannot be splitted. Instead of using our custom ioops.h library, convert everything to use the GLib main loop.
2008-12-30bonjour: fixed "unused parameter" warningsMax Kellermann1-7/+13
Add G_GNUC_UNUSED attributes.
2008-12-30zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann1-0/+122
Moved implementation specific code to their own sources, internal declarations in zeroconf-internal.h.