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