summaryrefslogtreecommitdiff
path: root/src/Main.cxx
AgeCommit message (Expand)Author
2015-11-10Main: fix build failure on non-Linux systemsMichael Paquier
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax 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
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann
2014-02-24Main: use INT_MAX instead of G_MAXUINTMax Kellermann
2014-02-22first Android releaseMax Kellermann
2014-02-22Main: disable command-line parser and signal handlers on AndroidMax Kellermann
2014-02-20Main: initialize Partition before ListenerMax Kellermann
2014-02-19Listen: add Partition referenceMax Kellermann
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann
2014-02-19db/Interface: add attribute "plugin"Max Kellermann
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-18Main: disable inotify check without databaseMax Kellermann
2014-02-17Main: initialize Database before StorageMax Kellermann
2014-02-17Main: move code to InitDatabaseAndStorage()Max Kellermann
2014-02-17Main: move code to db/Configured.cxxMax Kellermann
2014-02-17Main: check if database exists before attempting to close itMax Kellermann
2014-02-17db/DatabaseSimple: remove obsolete headerMax Kellermann
2014-02-09Main: wrap the Storage instance in CompositeStorageMax Kellermann
2014-02-09Main: move code to storage/Configured.cxxMax Kellermann
2014-02-08Main: support arbitrary storage pluginsMax Kellermann
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann
2014-02-07Main: move storage initialization to InitStorage()Max Kellermann
2014-02-07Mapper: obtain music directory from StorageMax Kellermann
2014-02-07Main: check the music directoryMax Kellermann
2014-02-07Main: chop separators from music directoryMax Kellermann
2014-02-07Main: create Storage instance in glue_mapper_init()Max Kellermann
2014-02-07Main: allow playlist directory without music directoryMax Kellermann
2014-02-07InotifyUpdate: use class Storage instead of Mapper.cxxMax Kellermann
2014-02-07storage/local: hide the class declarationsMax Kellermann