Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Path: add FromUTF8() overload that returns an Error | Max Kellermann | 2013-09-12 | 1 | -2/+6 | |
| | ||||||
* | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 2013-09-05 | 1 | -2/+0 | |
| | | | | Move to TagSettings.c and use C99 initializers. | |||||
* | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 2013-09-05 | 1 | -0/+2 | |
| | | | | Allow using the Tag.cxx library without the Config library. | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 | |
| | ||||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+3 | |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
* | conf.h: move constants to ConfigDefaults.hxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -70/+37 | |
| | | | | Replaces GLib's GError. | |||||
* | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 2013-09-03 | 1 | -5/+1 | |
| | | | | New GLib versions don't fail. | |||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -30/+16 | |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||||
* | event/DeferredMonitor: use EventLoop::AddIdle() | Max Kellermann | 2013-08-07 | 1 | -1/+1 | |
| | ||||||
* | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 2013-08-07 | 1 | -1/+8 | |
| | ||||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 | |
| | ||||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -21/+19 | |
| | ||||||
* | daemon: convert to C++ | Max Kellermann | 2013-08-07 | 1 | -1/+1 | |
| | ||||||
* | DatabasePlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 | |
| | ||||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
| | ||||||
* | Main: fix crash without state file | Max Kellermann | 2013-07-30 | 1 | -1/+2 | |
| | | | | If no state file is configured, don't chek for state changes. | |||||
* | pcm_resample: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
| | ||||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -16/+19 | |
| | | | | More preparations for multi-player support. | |||||
* | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 2013-04-17 | 1 | -0/+2 | |
| | | | | Deprecated. | |||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -1/+1 | |
| | ||||||
* | StateFile: schedule timer only after a change | Max Kellermann | 2013-04-08 | 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. | |||||
* | StateFile: use file system API, log in UTF-8 | Denis Krjuchkov | 2013-02-02 | 1 | -3/+4 | |
| | ||||||
* | ConfigData: move functions into the class | Max Kellermann | 2013-01-30 | 1 | -2/+1 | |
| | ||||||
* | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 1 | -3/+2 | |
| | ||||||
* | audio_{parser,config}: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 | |
| | ||||||
* | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -6/+5 | |
| | | | | | Look up top-level config options by enum (= integer), not by name string. | |||||
* | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 | |
| | ||||||
* | Main: delete the EventLoop after everything else | Max Kellermann | 2013-01-30 | 1 | -2/+1 | |
| | | | | | Fixes crash when another object attempts to access the EventLoop during destruction. | |||||
* | ZeroconfBonjour: use SocketMonitor instead of GIOChannel | Max Kellermann | 2013-01-27 | 1 | -1/+1 | |
| | ||||||
* | zeroconf: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -3/+3 | |
| | ||||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -3/+20 | |
| | | | | required | |||||
* | Path: convert remaining funcs to methods, keep fs_charset as std::string | Denis Krjuchkov | 2013-01-28 | 1 | -2/+1 | |
| | ||||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 | |
| | ||||||
* | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -3/+1 | |
| | ||||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 | |
| | ||||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -2/+2 | |
| | ||||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -1/+2 | |
| | ||||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Idle: use std::atomic instead of GMutex | Max Kellermann | 2013-01-16 | 1 | -2/+0 | |
| | ||||||
* | Main: fix comment typo | Max Kellermann | 2013-01-16 | 1 | -1/+1 | |
| | ||||||
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -3/+8 | |
| | ||||||
* | ServerSocket: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -3/+3 | |
| | ||||||
* | StateFile: convert to a class | Max Kellermann | 2013-01-14 | 1 | -6/+16 | |
| | ||||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -5/+6 | |
| | ||||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -1/+1 | |
| | ||||||
* | input_stream: convert to C++ (internally) | Max Kellermann | 2013-01-10 | 1 | -1/+1 | |
| | ||||||
* | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 2013-01-10 | 1 | -4/+0 | |
| | | | | | The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main. | |||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -7/+7 | |
| | ||||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 | |
| |