aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* player/Control: add Lock prefix to locking method namesMax Kellermann2015-11-111-1/+1
* unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann2015-09-171-3/+0
* Main: use config_domain for inotify errorMax Kellermann2015-09-171-1/+1
* PlayerThread, ...: move to src/player/Max Kellermann2015-08-151-1/+1
* Main: remove g_set_application_name() callMax Kellermann2015-06-261-8/+0
* lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann2015-06-231-0/+1
* Main: notify systemd when MPD is readyMax Kellermann2015-03-211-0/+8
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-14/+16
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* configure.ac: require GLib 2.32 (if enabled)Max Kellermann2014-12-051-5/+0
* fs/Charset: add DeinitFSCharset()Max Kellermann2014-11-291-0/+2
* fs/Charset: return Error on SetFSCharset() failureMax Kellermann2014-11-291-1/+4
* configure.ac: add option "--disable-daemon"Max Kellermann2014-11-201-6/+17
* Main: fix compilation on OS X using non-Apple compilersMisty De Meo2014-11-111-2/+2
* Main: run the OS X native event loop after forkingNanoTech2014-10-311-0/+27
* Revert "Main: run the OS X native event loop"NanoTech2014-10-311-2/+0
* Main: run the OS X native event loopnanotech2014-10-101-0/+2
* StoragePlugin: pass EventLoop to constructorMax Kellermann2014-10-091-1/+1
* android/Bridge: add shutdown()Thomas Guillem2014-09-161-0/+9
* StateFile: configurable intervalMax Kellermann2014-08-241-1/+4
* PlayerThread: rename player_create() to StartPlayerThread()Max Kellermann2014-08-161-1/+1
* 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