aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-10event/IdleMonitor: new monitor classMax Kellermann2-0/+130
2013-08-10event/MultiSocketMonitor: add struct SingleFDMax Kellermann2-8/+32
2013-08-10event/MultiSocketMonitor: use uint64_t instead of gint64Max Kellermann2-5/+6
2013-08-10event/MultiSocketMonitor: eliminate virtual method CheckSockets()Max Kellermann3-36/+16
2013-08-10event/MultiSocketMonitor: PrepareSockets() returns timeoutMax Kellermann3-11/+17
2013-08-10glib_compat.h: use monotonic_clock_us() in g_source_get_time()Max Kellermann1-3/+3
2013-08-10glib_compat.h: remove unused wrapper g_file_test()Max Kellermann1-28/+0
2013-08-10decoder/wildmidi: use class Path for the "timidity.cfg" locationMax Kellermann1-10/+14
2013-08-10ConfigData: overload GetBlockPath() with default valueMax Kellermann2-5/+21
2013-08-10ConfigData: use FatalError() instead of MPD_ERROR()Max Kellermann1-5/+6
2013-08-10system/EPollFD: fix typo in Add()Max Kellermann1-1/+1
2013-08-10thread/Id: new class replacing GThread pointersMax Kellermann5-15/+116
2013-08-08event: add function BlockingCall()Max Kellermann5-108/+129
2013-08-08EventLoop: add methodd IsInside()Max Kellermann2-2/+26
2013-08-08EventLoop: un-inline Run() and othersMax Kellermann2-22/+61
2013-08-08event/*Monitor: add method GetEventLoop()Max Kellermann4-1/+16
2013-08-08event/SocketMonitor: un-inline Schedule()Max Kellermann2-24/+23
2013-08-08event/SocketMonitor: add assertionsMax Kellermann2-0/+12
2013-08-08output/httpd: use "unsigned" instead of "guint"Max Kellermann1-2/+2
2013-08-08Client{Event,Write}: add missing includeMax Kellermann3-0/+6
2013-08-08event/BufferedSocket: add missing includeMax Kellermann1-0/+1
2013-08-07os/FileSystem: disable mkfifo() wrapper on WIN32Max Kellermann1-0/+4
2013-08-07ConfigPath: return a Path objectMax Kellermann19-173/+176
2013-08-07*: remove remaining __cplusplus checksMax Kellermann8-77/+1
2013-08-07event/EPollFD: basic support for Linux epollMax Kellermann2-0/+112
2013-08-07event/DeferredMonitor: rename Run() to RunDeferred()Max Kellermann3-6/+6
2013-08-07event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann5-7/+16
2013-08-07event/DeferredMonitor: new class wrapping g_idle_add()Max Kellermann3-12/+127
2013-08-07mixer/alsa: use AllocatedArray for the pollfd bufferMax Kellermann1-3/+5
2013-08-07encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann2-212/+13
2013-08-07PcmBuffer: move code to new class ReusableBufferMax Kellermann6-44/+98
2013-08-07add missing includesMax Kellermann5-0/+8
2013-08-07filter/Route: don't access PcmBuffer attributes directlyMax Kellermann1-5/+5
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke1-1/+7
2013-08-07FfmpegDecoderPlugin: Allocate the interleaved buffer as needed instead of usi...Alexis Ballier1-17/+29
2013-08-07event/EventFD: move to libsystemMax Kellermann5-2/+2
2013-08-07event/SignalMonitor: use signalfd() if availableMax Kellermann3-1/+192
2013-08-07SignalHandlers: move code to new class SignalMonitorMax Kellermann6-18/+233
2013-08-07event/Event{Pipe,FD}: auto-create in constructorMax Kellermann4-59/+23
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann41-37/+37
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann14-76/+220
2013-08-07daemon: convert to C++Max Kellermann3-19/+17
2013-08-06configure.ac: add option --enable-eventfdMax Kellermann7-105/+230
2013-08-06util/Manual: add missing include <utility>Max Kellermann1-0/+1
2013-08-06playlist/pls: use std::string instead of GStringMax Kellermann1-9/+8
2013-08-06encoder/lame: dynamic output bufferMax Kellermann2-4/+207
2013-08-06encoder/lame: use delete instead of g_free()Max Kellermann1-1/+1
2013-08-06encoder/lame: use lame_encode_buffer_interleaved()Max Kellermann1-14/+5
2013-08-06encoder/lame: use offset variable instead of memmove()Max Kellermann2-17/+36
2013-08-06encoder/lame: rename "buffer" to "output_buffer"Max Kellermann2-31/+33