Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -30/+16 | |
Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||||
2013-08-07 | event/DeferredMonitor: use EventLoop::AddIdle() | Max Kellermann | 1 | -1/+1 | |
2013-08-07 | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 1 | -1/+8 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 | |
2013-08-07 | FatalError: new library to replace mpd_error.h | Max Kellermann | 1 | -21/+19 | |
2013-08-07 | daemon: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-08-04 | DatabasePlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-30 | Main: fix crash without state file | Max Kellermann | 1 | -1/+2 | |
If no state file is configured, don't chek for state changes. | |||||
2013-07-30 | pcm_resample: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-04-17 | Main: move global variables to struct Instance | Max Kellermann | 1 | -16/+19 | |
More preparations for multi-player support. | |||||
2013-04-17 | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 1 | -0/+2 | |
Deprecated. | |||||
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 | |
2013-04-08 | StateFile: schedule timer only after a change | Max Kellermann | 1 | -0/+3 | |
Save the state file 2 minutes after the last change. This reduces the disruptions by an idle MPD, and MPD can be paged out permanently until it is used. | |||||
2013-02-02 | StateFile: use file system API, log in UTF-8 | Denis Krjuchkov | 1 | -3/+4 | |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -2/+1 | |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -3/+2 | |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -6/+5 | |
Look up top-level config options by enum (= integer), not by name string. | |||||
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | Main: delete the EventLoop after everything else | Max Kellermann | 1 | -2/+1 | |
Fixes crash when another object attempts to access the EventLoop during destruction. | |||||
2013-01-27 | ZeroconfBonjour: use SocketMonitor instead of GIOChannel | Max Kellermann | 1 | -1/+1 | |
2013-01-27 | zeroconf: convert to C++ | Max Kellermann | 1 | -3/+3 | |
2013-01-28 | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 1 | -3/+20 | |
required | |||||
2013-01-28 | Path: convert remaining funcs to methods, keep fs_charset as std::string | Denis Krjuchkov | 1 | -2/+1 | |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-24 | archive/*: convert to C++ | Max Kellermann | 1 | -3/+1 | |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | 1 | -1/+1 | |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -2/+2 | |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 1 | -1/+2 | |
2013-01-17 | path: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-16 | Idle: use std::atomic instead of GMutex | Max Kellermann | 1 | -2/+0 | |
2013-01-16 | Main: fix comment typo | Max Kellermann | 1 | -1/+1 | |
2013-01-16 | ClientList: convert to a class | Max Kellermann | 1 | -3/+8 | |
2013-01-15 | ServerSocket: use the SocketMonitor class | Max Kellermann | 1 | -3/+3 | |
2013-01-14 | StateFile: convert to a class | Max Kellermann | 1 | -6/+16 | |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -5/+6 | |
2013-01-10 | io_thread: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-10 | input_stream: convert to C++ (internally) | Max Kellermann | 1 | -1/+1 | |
2013-01-10 | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 1 | -4/+0 | |
The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main. | |||||
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -7/+7 | |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-09 | sig_handlers, log: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-01-09 | Playlist.hxx: move prototype to PlaylistGlobal.hxx | Max Kellermann | 1 | -0/+1 | |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -3/+3 | |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | volume: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 1 | -16/+18 | |
This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | |||||
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 1 | -0/+2 | |
Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). |