| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | output/pulse: require libpulse 0.9.16 | Max Kellermann | 2013-09-04 | 1 | -51/+3 |
* | IOThread: pass GError to FatalError() | Max Kellermann | 2013-09-04 | 1 | -2/+4 |
* | DatabaseSave: eliminate redundant db_quark() implementation | Max Kellermann | 2013-09-03 | 1 | -7/+1 |
* | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 2013-09-03 | 3 | -14/+8 |
* | input/{mms,despotify}: remove "seek" implementation | Max Kellermann | 2013-09-03 | 2 | -19/+3 |
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 18 | -34/+22 |
* | db_error: convert to C++ | Max Kellermann | 2013-08-10 | 5 | -10/+7 |
* | playlist_error: convert to C++ | Max Kellermann | 2013-08-10 | 5 | -7/+7 |
* | ack.h: move to protocol/ | Max Kellermann | 2013-08-10 | 3 | -2/+2 |
* | alsa/mixer: defer InvalidateSockets() call to I/O thread | Max Kellermann | 2013-08-10 | 1 | -1/+2 |
* | EventLoop: initialise the thread id explicitly | Max Kellermann | 2013-08-10 | 1 | -1/+2 |
* | ZeroconfAvahi: disable Avahi with epoll | Max Kellermann | 2013-08-10 | 1 | -0/+1 |
* | EventLoop: new implementation using epoll | Max Kellermann | 2013-08-10 | 14 | -16/+716 |
* | mixer/alsa: invoke InvalidateSockets() in constructor | Max Kellermann | 2013-08-10 | 1 | -1/+3 |
* | event/Call: signal the calling thread | Max Kellermann | 2013-08-10 | 1 | -0/+5 |
* | event/IdleMonitor: new monitor class | Max Kellermann | 2013-08-10 | 2 | -0/+130 |
* | event/MultiSocketMonitor: add struct SingleFD | Max Kellermann | 2013-08-10 | 2 | -8/+32 |
* | event/MultiSocketMonitor: use uint64_t instead of gint64 | Max Kellermann | 2013-08-10 | 2 | -5/+6 |
* | event/MultiSocketMonitor: eliminate virtual method CheckSockets() | Max Kellermann | 2013-08-10 | 3 | -36/+16 |
* | event/MultiSocketMonitor: PrepareSockets() returns timeout | Max Kellermann | 2013-08-10 | 3 | -11/+17 |
* | glib_compat.h: use monotonic_clock_us() in g_source_get_time() | Max Kellermann | 2013-08-10 | 1 | -3/+3 |
* | glib_compat.h: remove unused wrapper g_file_test() | Max Kellermann | 2013-08-10 | 1 | -28/+0 |
* | decoder/wildmidi: use class Path for the "timidity.cfg" location | Max Kellermann | 2013-08-10 | 1 | -10/+14 |
* | ConfigData: overload GetBlockPath() with default value | Max Kellermann | 2013-08-10 | 2 | -5/+21 |
* | ConfigData: use FatalError() instead of MPD_ERROR() | Max Kellermann | 2013-08-10 | 1 | -5/+6 |
* | system/EPollFD: fix typo in Add() | Max Kellermann | 2013-08-10 | 1 | -1/+1 |
* | thread/Id: new class replacing GThread pointers | Max Kellermann | 2013-08-10 | 5 | -15/+116 |
* | event: add function BlockingCall() | Max Kellermann | 2013-08-08 | 5 | -108/+129 |
* | EventLoop: add methodd IsInside() | Max Kellermann | 2013-08-08 | 2 | -2/+26 |
* | EventLoop: un-inline Run() and others | Max Kellermann | 2013-08-08 | 2 | -22/+61 |
* | event/*Monitor: add method GetEventLoop() | Max Kellermann | 2013-08-08 | 4 | -1/+16 |
* | event/SocketMonitor: un-inline Schedule() | Max Kellermann | 2013-08-08 | 2 | -24/+23 |
* | event/SocketMonitor: add assertions | Max Kellermann | 2013-08-08 | 2 | -0/+12 |
* | output/httpd: use "unsigned" instead of "guint" | Max Kellermann | 2013-08-08 | 1 | -2/+2 |
* | Client{Event,Write}: add missing include | Max Kellermann | 2013-08-08 | 3 | -0/+6 |
* | event/BufferedSocket: add missing include | Max Kellermann | 2013-08-08 | 1 | -0/+1 |
* | os/FileSystem: disable mkfifo() wrapper on WIN32 | Max Kellermann | 2013-08-07 | 1 | -0/+4 |
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 19 | -173/+176 |
* | *: remove remaining __cplusplus checks | Max Kellermann | 2013-08-07 | 8 | -77/+1 |
* | event/EPollFD: basic support for Linux epoll | Max Kellermann | 2013-08-07 | 2 | -0/+112 |
* | event/DeferredMonitor: rename Run() to RunDeferred() | Max Kellermann | 2013-08-07 | 3 | -6/+6 |
* | event/DeferredMonitor: use EventLoop::AddIdle() | Max Kellermann | 2013-08-07 | 5 | -7/+16 |
* | event/DeferredMonitor: new class wrapping g_idle_add() | Max Kellermann | 2013-08-07 | 3 | -12/+127 |
* | mixer/alsa: use AllocatedArray for the pollfd buffer | Max Kellermann | 2013-08-07 | 1 | -3/+5 |
* | encoder/lame: use ReusableBuffer instead of AllocatedArray | Max Kellermann | 2013-08-07 | 2 | -212/+13 |
* | PcmBuffer: move code to new class ReusableBuffer | Max Kellermann | 2013-08-07 | 6 | -44/+98 |
* | add missing includes | Max Kellermann | 2013-08-07 | 5 | -0/+8 |
* | filter/Route: don't access PcmBuffer attributes directly | Max Kellermann | 2013-08-07 | 1 | -5/+5 |
* | CommandLine.cxx: look for config file in XDG_CONFIG_HOME too | Alexander Gehrke | 2013-08-07 | 1 | -1/+7 |
* | FfmpegDecoderPlugin: Allocate the interleaved buffer as needed instead of usi... | Alexis Ballier | 2013-08-07 | 1 | -17/+29 |