aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-30Main: don't require mpd.conf on AndroidMax Kellermann1-1/+3
2014-06-10Main: delete the Storage instance on shutdownMax Kellermann1-0/+2
2014-06-10lib/icu: add IcuInit(), IcuFinish()Max Kellermann1-3/+3
2014-03-02Main: auto-configure state file on AndroidMax Kellermann1-2/+15
2014-03-02Main: use getExternalStorageDirectory() for locating mpd.confMax Kellermann1-2/+11
2014-03-01db/Configured: store database file in cache directoryMax Kellermann1-1/+9
2014-03-01Main: inline mpd_main() on AndroidMax Kellermann1-0/+3
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann1-0/+4
2014-03-01java: new helper library for the Android portMax Kellermann1-1/+6
2014-03-01Main: load mpd.conf from /sdcard/ on AndroidMax Kellermann1-0/+3
2014-02-27db/simple: mount pointsMax Kellermann1-1/+1
2014-02-27db/update: cancel the update on shutdownMax Kellermann1-0/+3
2014-02-26db/simple: create dedicated directoryMax Kellermann1-1/+1
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann1-0/+8
2014-02-24Main: use INT_MAX instead of G_MAXUINTMax Kellermann1-1/+1
2014-02-22first Android releaseMax Kellermann1-0/+19
2014-02-22Main: disable command-line parser and signal handlers on AndroidMax Kellermann1-0/+19
2014-02-20Main: initialize Partition before ListenerMax Kellermann1-1/+2
2014-02-19Listen: add Partition referenceMax Kellermann1-1/+2
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann1-9/+17
2014-02-19db/Interface: add attribute "plugin"Max Kellermann1-3/+2
2014-02-19Mixer: add class MixerListenerMax Kellermann1-2/+0
2014-02-18Main: disable inotify check without databaseMax Kellermann1-5/+6
2014-02-17Main: initialize Database before StorageMax Kellermann1-5/+12
2014-02-17Main: move code to InitDatabaseAndStorage()Max Kellermann1-6/+12
2014-02-17Main: move code to db/Configured.cxxMax Kellermann1-39/+11
2014-02-17Main: check if database exists before attempting to close itMax Kellermann1-2/+5
2014-02-17db/DatabaseSimple: remove obsolete headerMax Kellermann1-1/+0
2014-02-09Main: wrap the Storage instance in CompositeStorageMax Kellermann1-2/+11
2014-02-09Main: move code to storage/Configured.cxxMax Kellermann1-29/+3
2014-02-08Main: support arbitrary storage pluginsMax Kellermann1-0/+12
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann1-4/+1
2014-02-07Main: move storage initialization to InitStorage()Max Kellermann1-20/+27
2014-02-07Mapper: obtain music directory from StorageMax Kellermann1-1/+1
2014-02-07Main: check the music directoryMax Kellermann1-1/+4
2014-02-07Main: chop separators from music directoryMax Kellermann1-0/+3
2014-02-07Main: create Storage instance in glue_mapper_init()Max Kellermann1-5/+12
2014-02-07Main: allow playlist directory without music directoryMax Kellermann1-4/+1
2014-02-07InotifyUpdate: use class Storage instead of Mapper.cxxMax Kellermann1-1/+4
2014-02-07storage/local: hide the class declarationsMax Kellermann1-2/+2
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann1-1/+1
2014-02-05db/UpdateWalk: move LocalStorage to InstanceMax Kellermann1-0/+4
2014-02-05Main: remove unused global variable "main_thread"Max Kellermann1-4/+0
2014-02-05Instance: add attribute "event_loop"Max Kellermann1-14/+16
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann1-1/+2
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann1-1/+1
2014-02-04db/update/Service: use DatabaseListener instead of InstanceMax Kellermann1-1/+1
2014-02-04Instance: add Database attributeMax Kellermann1-7/+11
2014-02-04Main: create UpdateService instance in glue_db_init_and_load()Max Kellermann1-5/+6
2014-02-04db/update/Service: add SimpleDatabase referenceMax Kellermann1-1/+2