summaryrefslogtreecommitdiff
path: root/src/Main.cxx
AgeCommit message (Expand)Author
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
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann
2014-02-05db/UpdateWalk: move LocalStorage to InstanceMax Kellermann
2014-02-05Main: remove unused global variable "main_thread"Max Kellermann
2014-02-05Instance: add attribute "event_loop"Max Kellermann
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann
2014-02-04db/update/Service: use DatabaseListener instead of InstanceMax Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04Main: create UpdateService instance in glue_db_init_and_load()Max Kellermann
2014-02-04db/update/Service: add SimpleDatabase referenceMax Kellermann
2014-02-01Main: don't measure DatabaseGlobalDeinit() timeMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-30db/update: convert to OO APIMax Kellermann
2014-01-30Main, OutputThread: increase kernel timer slack (Linux)Max Kellermann
2014-01-29InotifyUpdate: pass EventLoop to mpd_inotify_init()Max Kellermann
2014-01-29Listen: pass EventLoop to listen_global_init()Max Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Sticker*: move to sticker/Max Kellermann
2014-01-24move daemonization code to unix/Max Kellermann
2014-01-24Input*: move to input/Max Kellermann