Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mixer/alsa: fix deadlock | Max Kellermann | 2013-12-15 | 1 | -1/+13 |
| | | | | | | This deadlock was a regression by commit 8e38b4f8. Since we currently can't resolve this, let's revert the commit, and add a GLib specific workaround for the build failure. | ||||
* | mixer/alsa: use BlockingCall() instead of EventLoop::AddCall() | Max Kellermann | 2013-12-13 | 1 | -1/+2 |
| | | | | | This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll(). | ||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -9/+9 |
| | |||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -3/+3 |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -2/+4 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Merge branch 'v0.17.x' | Max Kellermann | 2013-10-01 | 1 | -2/+19 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -46/+40 |
| | | | | Replaces GLib's GError. | ||||
* | alsa/mixer: defer InvalidateSockets() call to I/O thread | Max Kellermann | 2013-08-10 | 1 | -1/+2 |
| | |||||
* | mixer/alsa: invoke InvalidateSockets() in constructor | Max Kellermann | 2013-08-10 | 1 | -1/+3 |
| | |||||
* | event/MultiSocketMonitor: PrepareSockets() returns timeout | Max Kellermann | 2013-08-10 | 1 | -3/+5 |
| | | | | Simplify the API, don't use GLib specific integer type. | ||||
* | mixer/alsa: use AllocatedArray for the pollfd buffer | Max Kellermann | 2013-08-07 | 1 | -3/+5 |
| | |||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -4/+5 |
| | |||||
* | MixerPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -10/+10 |
| | |||||
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | MixerInternal: convert to class | Max Kellermann | 2013-04-16 | 1 | -10/+8 |
| | |||||
* | mixer/Alsa: convert to a class | Max Kellermann | 2013-04-16 | 1 | -67/+103 |
| | |||||
* | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -134/+37 |
| | |||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | mixer/{alsa,pulse}: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -0/+433 |