aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeroconf-bonjour.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* main: use the GLib main loopMax Kellermann2008-12-301-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.
* bonjour: fixed "unused parameter" warningsMax Kellermann2008-12-301-7/+13
| | | | Add G_GNUC_UNUSED attributes.
* zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann2008-12-301-0/+122
Moved implementation specific code to their own sources, internal declarations in zeroconf-internal.h.