aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'release-0.18.9'Max Kellermann2014-03-023-35/+29
|\
| * release v0.18.9Max Kellermann2014-03-021-1/+1
| * output/alsa: remove the obsolete Raspberry Pi workaroundMax Kellermann2014-03-021-36/+0
| * output/alsa: call snd_pcm_prepare() after snd_pcm_drop()Max Kellermann2014-03-022-0/+27
| * event/SignalMonitor: fix build failure due to missing signal.h includeMax Kellermann2014-03-022-0/+3
| * AllCommands: "findadd" requires the "add" permissionMax Kellermann2014-02-272-1/+3
| * output/pulse: remove bogus g_free() callMax Kellermann2014-02-241-2/+0
* | android build 3Max Kellermann2014-03-021-2/+2
* | Main: auto-configure state file on AndroidMax Kellermann2014-03-021-2/+15
* | Main: use getExternalStorageDirectory() for locating mpd.confMax Kellermann2014-03-021-2/+11
* | android/build.py: enable ffmpegMax Kellermann2014-03-021-0/+58
* | InputPlugin: allow init() to soft-failMax Kellermann2014-03-026-16/+65
* | thread/Name: fall back to prctl()Max Kellermann2014-03-011-0/+4
* | output/sles: support stereoMax Kellermann2014-03-011-5/+7
* | fs/StandardDirectory: add GetUserCacheDir()Max Kellermann2014-03-014-15/+26
* | NEWS: add group "configuration"Max Kellermann2014-03-011-1/+2
* | db/Configured: store database file in cache directoryMax Kellermann2014-03-018-4/+122
* | java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann2014-03-015-60/+67
* | android/Environment: fix copyright headerMax Kellermann2014-03-012-42/+34
* | android/build.py: enable libid3tagMax Kellermann2014-03-011-0/+8
* | TagId3: disable charset conversion without GLibMax Kellermann2014-03-011-0/+9
* | Main: inline mpd_main() on AndroidMax Kellermann2014-03-012-0/+7
* | Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann2014-03-015-2/+184
* | java: new helper library for the Android portMax Kellermann2014-03-0115-1/+735
* | Main: load mpd.conf from /sdcard/ on AndroidMax Kellermann2014-03-011-0/+3
* | storage/Configured: fix fallback music directoryMax Kellermann2014-03-011-4/+1
* | android: use "strip" from the Android NDKMax Kellermann2014-03-012-2/+5
* | android: enable database pluginsMax Kellermann2014-03-011-1/+0
* | Makefile.am: use Android API level 17Max Kellermann2014-03-011-1/+1
* | db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann2014-03-012-0/+22
* | android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGEMax Kellermann2014-03-011-1/+1
* | util/{Const,Writable}Buffer: add operator[]Max Kellermann2014-03-017-19/+41
* | util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann2014-03-012-0/+68
* | util/ConstBuffer: remove cast operator ConstBuffer<void>Max Kellermann2014-03-011-4/+0
* | command: add command "listfiles"Max Kellermann2014-03-0115-54/+336
* | m4: add missing file ax_pthread.m4 from autoconf-archiveMax Kellermann2014-03-011-0/+332
* | DatabasePrint: move code to PrintDirectoryURI()Max Kellermann2014-02-281-2/+8
* | DatabasePrint: add API documentationMax Kellermann2014-02-281-0/+3
* | {Other,Database}Commands: contract declaration and assignmentMax Kellermann2014-02-282-12/+6
* | db/simple: mount pointsMax Kellermann2014-02-2719-24/+603
* | CompositeStorage: add method GetMount()Max Kellermann2014-02-272-0/+24
* | db/update/Queue: use std::list instead of std::queueMax Kellermann2014-02-272-5/+4
* | db/simple: GetRoot() returns referenceMax Kellermann2014-02-272-3/+3
* | db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann2014-02-275-19/+28
* | Playlist: use the Error library to return errorsMax Kellermann2014-02-279-82/+83
* | Playlist*: move to queue/Max Kellermann2014-02-2717-14/+14
* | db/update: cancel the update on shutdownMax Kellermann2014-02-277-1/+59
* | db/UpdateGlue: rename to Service.cxxMax Kellermann2014-02-273-162/+140
* | db/simple/Directory: eliminate method LookupSong()Max Kellermann2014-02-263-30/+19
* | db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann2014-02-263-41/+62