Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-24 | listen: no CamelCase | Max Kellermann | 1 | -1/+1 | |
Renamed functions. | |||||
2008-12-30 | main: use the GLib main loop | Max Kellermann | 1 | -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-30 | bonjour: fixed "unused parameter" warnings | Max Kellermann | 1 | -7/+13 | |
Add G_GNUC_UNUSED attributes. | |||||
2008-12-30 | zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c | Max Kellermann | 1 | -0/+122 | |
Moved implementation specific code to their own sources, internal declarations in zeroconf-internal.h. |