Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | socket_util: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -3/+2 |
| | |||||
* | server_socket: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -3/+2 |
| | |||||
* | output/httpd: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -4/+3 |
| | |||||
* | InotifySource: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -0/+1 |
| | |||||
* | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -0/+2 |
| | |||||
* | input/Curl: move code to class MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -1/+7 |
| | |||||
* | event/SocketMonitor: wrapper class for GSource + GPollFD | Max Kellermann | 2013-01-15 | 1 | -1/+3 |
| | |||||
* | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 2013-01-15 | 1 | -0/+1 |
| | |||||
* | fifo_buffer: move to util/ | Max Kellermann | 2013-01-15 | 1 | -10/+10 |
| | |||||
* | socket_error: new library for errno / WSAGetLastError() | Max Kellermann | 2013-01-15 | 1 | -0/+1 |
| | |||||
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -1/+2 |
| | |||||
* | thread/{Mutex,Cond}: new backend for WIN32 | Max Kellermann | 2013-01-11 | 1 | -0/+2 |
| | | | | | | Use CRITICAL_SECTION and CONDITION_VARIABLE. This requires Windows Vista or newer. It fixes problems with GLib threading objects that were implicitly created by static constructors before g_thread_init(). | ||||
* | icy_metadata: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -2/+1 |
| | |||||
* | decoder/wavpack: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -1/+3 |
| | |||||
* | conf: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -13/+13 |
| | |||||
* | notify: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -2/+1 |
| | |||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -7/+7 |
| | |||||
* | input/{curl,soup}: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -4/+3 |
| | |||||
* | input_stream: convert to C++ (internally) | Max Kellermann | 2013-01-10 | 1 | -8/+6 |
| | |||||
* | thread/Cond: new wrapper for pthread_cond_t or GCond | Max Kellermann | 2013-01-10 | 1 | -0/+3 |
| | |||||
* | thread/GLibMutex: new Mutex implementation | Max Kellermann | 2013-01-10 | 1 | -1/+1 |
| | | | | | Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection. | ||||
* | GlobalEvents: move code to class WakeFD | Max Kellermann | 2013-01-09 | 1 | -0/+7 |
| | |||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -2/+1 |
| | |||||
* | sig_handlers, log: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -8/+6 |
| | |||||
* | mixer/{alsa,pulse}: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -3/+3 |
| | |||||
* | Playlist.hxx: move prototype to PlaylistGlobal.hxx | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | event_pipe: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -2/+1 |
| | |||||
* | test/FakeReplayGainConfig: move fake symbols from a few debug programs | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | ClientList: add header ClientList.hxx | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Queue: move code to new class IdTable | Max Kellermann | 2013-01-08 | 1 | -0/+1 |
| | |||||
* | test: rename debug programs back to old names | Max Kellermann | 2013-01-08 | 1 | -7/+7 |
| | |||||
* | decoder/Opus: read total time | Max Kellermann | 2013-01-08 | 1 | -0/+1 |
| | |||||
* | input_stream: add method _cheap_seeking() | Max Kellermann | 2013-01-07 | 1 | -0/+2 |
| | | | | Move code from the Vorbis decoder plugin. | ||||
* | decoder/ogg_codec: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | decoder/vorbis: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -3/+2 |
| | |||||
* | Queue: use C++ random instead of GLib's GRand | Max Kellermann | 2013-01-07 | 1 | -0/+2 |
| | |||||
* | util/LazyRandomEngine: lazy wrapper for std::mt19937 | Max Kellermann | 2013-01-07 | 1 | -0/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -1/+0 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -12/+12 |
| | |||||
* | thread/Mutex: don't use std::mutex | Max Kellermann | 2013-01-07 | 1 | -0/+1 |
| | | | | Use a custom pthread_mutex_t wrapper because std::mutex adds overhead. | ||||
* | filter/replay_gain: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -2/+2 |
| | |||||
* | mixer_all: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -4/+2 |
| | |||||
* | volume: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -2/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -0/+1 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | test: revert debug program renames | Max Kellermann | 2013-01-05 | 1 | -9/+9 |
| | |||||
* | replay_gain_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -9/+9 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+1 |
| |