aboutsummaryrefslogtreecommitdiffstats
path: root/src/ZeroconfAvahi.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* Log: add level "DEFAULT"Max Kellermann2013-11-041-8/+8
| | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
* *: use nullptr instead of NULLMax Kellermann2013-10-191-9/+9
|
* ZeroconfAvahi: convert avahiRunning to a "bool"Max Kellermann2013-10-181-6/+6
|
* ZeroconfAvahi: integrate into the EventLoopMax Kellermann2013-10-181-25/+7
| | | | Finally fixes the regression by commit c1f4f1fd.
* Log: new logging library APIMax Kellermann2013-10-021-36/+52
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+2
| | | | Migrate the remaining callers to FatalError().
* ZeroconfAvahi: disable Avahi with epollMax Kellermann2013-08-101-0/+1
| | | | | Temporary hotfix until we have integrated avahi into our new event loop.
* EventLoop: new implementation using epollMax Kellermann2013-08-101-0/+11
| | | | Implement an event loop without GLib.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new()Max Kellermann2013-01-271-2/+4
|
* zeroconf: convert to C++Max Kellermann2013-01-271-0/+266