Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -3/+0 |
| | |||||
* | Log: add level "DEFAULT" | Max Kellermann | 2013-11-04 | 1 | -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 NULL | Max Kellermann | 2013-10-19 | 1 | -9/+9 |
| | |||||
* | ZeroconfAvahi: convert avahiRunning to a "bool" | Max Kellermann | 2013-10-18 | 1 | -6/+6 |
| | |||||
* | ZeroconfAvahi: integrate into the EventLoop | Max Kellermann | 2013-10-18 | 1 | -25/+7 |
| | | | | Finally fixes the regression by commit c1f4f1fd. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -36/+52 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -2/+2 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | ZeroconfAvahi: disable Avahi with epoll | Max Kellermann | 2013-08-10 | 1 | -0/+1 |
| | | | | | Temporary hotfix until we have integrated avahi into our new event loop. | ||||
* | EventLoop: new implementation using epoll | Max Kellermann | 2013-08-10 | 1 | -0/+11 |
| | | | | Implement an event loop without GLib. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() | Max Kellermann | 2013-01-27 | 1 | -2/+4 |
| | |||||
* | zeroconf: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -0/+266 |