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