Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't include utils.h when it isn't used | Max Kellermann | 2009-01-03 | 1 | -1/+0 |
| | |||||
* | main: use the GLib main loop | Max Kellermann | 2008-12-30 | 1 | -228/+13 |
| | | | | | | | 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. | ||||
* | zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c | Max Kellermann | 2008-12-30 | 1 | -0/+480 |
Moved implementation specific code to their own sources, internal declarations in zeroconf-internal.h. |