| Commit message (Expand) | Author | Age | Files | Lines |
* | Main: notify systemd when MPD is ready | Max Kellermann | 2015-03-21 | 1 | -0/+8 |
* | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -14/+16 |
* | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
* | configure.ac: require GLib 2.32 (if enabled) | Max Kellermann | 2014-12-05 | 1 | -5/+0 |
* | fs/Charset: add DeinitFSCharset() | Max Kellermann | 2014-11-29 | 1 | -0/+2 |
* | fs/Charset: return Error on SetFSCharset() failure | Max Kellermann | 2014-11-29 | 1 | -1/+4 |
* | configure.ac: add option "--disable-daemon" | Max Kellermann | 2014-11-20 | 1 | -6/+17 |
* | Main: fix compilation on OS X using non-Apple compilers | Misty De Meo | 2014-11-11 | 1 | -2/+2 |
* | Main: run the OS X native event loop after forking | NanoTech | 2014-10-31 | 1 | -0/+27 |
* | Revert "Main: run the OS X native event loop" | NanoTech | 2014-10-31 | 1 | -2/+0 |
* | Main: run the OS X native event loop | nanotech | 2014-10-10 | 1 | -0/+2 |
* | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 2014-10-09 | 1 | -1/+1 |
* | android/Bridge: add shutdown() | Thomas Guillem | 2014-09-16 | 1 | -0/+9 |
* | StateFile: configurable interval | Max Kellermann | 2014-08-24 | 1 | -1/+4 |
* | PlayerThread: rename player_create() to StartPlayerThread() | Max Kellermann | 2014-08-16 | 1 | -1/+1 |
* | Main: don't require mpd.conf on Android | Max Kellermann | 2014-07-30 | 1 | -1/+3 |
* | Main: delete the Storage instance on shutdown | Max Kellermann | 2014-06-10 | 1 | -0/+2 |
* | lib/icu: add IcuInit(), IcuFinish() | Max Kellermann | 2014-06-10 | 1 | -3/+3 |
* | Main: auto-configure state file on Android | Max Kellermann | 2014-03-02 | 1 | -2/+15 |
* | Main: use getExternalStorageDirectory() for locating mpd.conf | Max Kellermann | 2014-03-02 | 1 | -2/+11 |
* | db/Configured: store database file in cache directory | Max Kellermann | 2014-03-01 | 1 | -1/+9 |
* | Main: inline mpd_main() on Android | Max Kellermann | 2014-03-01 | 1 | -0/+3 |
* | Android: obtain music directory from Environment.getExternalStoragePublicDire... | Max Kellermann | 2014-03-01 | 1 | -0/+4 |
* | java: new helper library for the Android port | Max Kellermann | 2014-03-01 | 1 | -1/+6 |
* | Main: load mpd.conf from /sdcard/ on Android | Max Kellermann | 2014-03-01 | 1 | -0/+3 |
* | db/simple: mount points | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
* | db/update: cancel the update on shutdown | Max Kellermann | 2014-02-27 | 1 | -0/+3 |
* | db/simple: create dedicated directory | Max Kellermann | 2014-02-26 | 1 | -1/+1 |
* | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 2014-02-24 | 1 | -0/+8 |
* | Main: use INT_MAX instead of G_MAXUINT | Max Kellermann | 2014-02-24 | 1 | -1/+1 |
* | first Android release | Max Kellermann | 2014-02-22 | 1 | -0/+19 |
* | Main: disable command-line parser and signal handlers on Android | Max Kellermann | 2014-02-22 | 1 | -0/+19 |
* | Main: initialize Partition before Listener | Max Kellermann | 2014-02-20 | 1 | -1/+2 |
* | Listen: add Partition reference | Max Kellermann | 2014-02-19 | 1 | -1/+2 |
* | DatabasePlugin: add FLAG_REQUIRE_STORAGE | Max Kellermann | 2014-02-19 | 1 | -9/+17 |
* | db/Interface: add attribute "plugin" | Max Kellermann | 2014-02-19 | 1 | -3/+2 |
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -2/+0 |
* | Main: disable inotify check without database | Max Kellermann | 2014-02-18 | 1 | -5/+6 |
* | Main: initialize Database before Storage | Max Kellermann | 2014-02-17 | 1 | -5/+12 |
* | Main: move code to InitDatabaseAndStorage() | Max Kellermann | 2014-02-17 | 1 | -6/+12 |
* | Main: move code to db/Configured.cxx | Max Kellermann | 2014-02-17 | 1 | -39/+11 |
* | Main: check if database exists before attempting to close it | Max Kellermann | 2014-02-17 | 1 | -2/+5 |
* | db/DatabaseSimple: remove obsolete header | Max Kellermann | 2014-02-17 | 1 | -1/+0 |
* | Main: wrap the Storage instance in CompositeStorage | Max Kellermann | 2014-02-09 | 1 | -2/+11 |
* | Main: move code to storage/Configured.cxx | Max Kellermann | 2014-02-09 | 1 | -29/+3 |
* | Main: support arbitrary storage plugins | Max Kellermann | 2014-02-08 | 1 | -0/+12 |
* | storage/local: remove utf8 path from constructor | Max Kellermann | 2014-02-07 | 1 | -4/+1 |
* | Main: move storage initialization to InitStorage() | Max Kellermann | 2014-02-07 | 1 | -20/+27 |
* | Mapper: obtain music directory from Storage | Max Kellermann | 2014-02-07 | 1 | -1/+1 |