summaryrefslogtreecommitdiff
path: root/src/Main.cxx
AgeCommit message (Expand)Author
2016-04-13lib/icu/Converter: Create() throws exception on errorMax Kellermann
2016-03-19db/Interface: Open() throws exception on errorMax Kellermann
2016-03-10Partition: use CallbackMaskMonitor, replacing class GlobalEvents::MonitorMax Kellermann
2016-03-10IdleMonitor: new class to replace GlobalEvents::IDLEMax Kellermann
2016-03-05Instance: add StateFile* attributeMax Kellermann
2016-03-05GlobalEvents: expose the internal classMax Kellermann
2016-03-05Instance: embed EventLoop, no pointerMax Kellermann
2016-03-05Main: use Instance::Shutdown()Max Kellermann
2016-03-05GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() insteadMax Kellermann
2016-03-05Instance: add method Shutdown()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-07Main: catch and log C++ exceptionsMax Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-16config/ConfigFile: use std::exception on syntax errorMax Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-09-17Main: use config_domain for inotify errorMax Kellermann
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann
2015-06-26Main: remove g_set_application_name() callMax Kellermann
2015-06-23lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann
2015-03-21Main: notify systemd when MPD is readyMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann
2014-11-29fs/Charset: add DeinitFSCharset()Max Kellermann
2014-11-29fs/Charset: return Error on SetFSCharset() failureMax Kellermann
2014-11-20configure.ac: add option "--disable-daemon"Max Kellermann
2014-11-11Main: fix compilation on OS X using non-Apple compilersMisty De Meo
2014-10-31Main: run the OS X native event loop after forkingNanoTech
2014-10-31Revert "Main: run the OS X native event loop"NanoTech
2014-10-10Main: run the OS X native event loopnanotech
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann
2014-09-16android/Bridge: add shutdown()Thomas Guillem
2014-08-24StateFile: configurable intervalMax Kellermann
2014-08-16PlayerThread: rename player_create() to StartPlayerThread()Max Kellermann
2014-07-30Main: don't require mpd.conf on AndroidMax Kellermann
2014-06-10Main: delete the Storage instance on shutdownMax Kellermann
2014-06-10lib/icu: add IcuInit(), IcuFinish()Max Kellermann
2014-03-02Main: auto-configure state file on AndroidMax Kellermann
2014-03-02Main: use getExternalStorageDirectory() for locating mpd.confMax Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
2014-03-01Main: inline mpd_main() on AndroidMax Kellermann
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann
2014-03-01java: new helper library for the Android portMax Kellermann
2014-03-01Main: load mpd.conf from /sdcard/ on AndroidMax Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-27db/update: cancel the update on shutdownMax Kellermann
2014-02-26db/simple: create dedicated directoryMax Kellermann