| Commit message (Expand) | Author | Age | Files | Lines |
* | pcm/PcmFormat: don't use WritableBuffer | Max Kellermann | 2014-03-14 | 1 | -28/+20 |
* | pcm/PcmFormat: instantiate FloatToInteger<S32> | Max Kellermann | 2014-03-14 | 1 | -6/+1 |
* | pcm/PcmFormat: eliminate more duplicate code with templates | Max Kellermann | 2014-03-14 | 3 | -122/+233 |
* | pcm/PcmFormat: eliminate local variable "bits" | Max Kellermann | 2014-03-14 | 1 | -3/+1 |
* | pcm/PcmFormat: remove obsolete AllocateFromFloat() overload | Max Kellermann | 2014-03-14 | 1 | -15/+0 |
* | MultipleOutputs: ensure input_audio_format is zero-initialised | Pete Beardmore | 2014-03-14 | 1 | -0/+1 |
* | command/{storage,file}: suppress bogus format warnings on WIN32 | Max Kellermann | 2014-03-14 | 2 | -0/+22 |
* | db/proxy: check connect error before initializing SocketMonitor | Max Kellermann | 2014-03-06 | 1 | -7/+7 |
* | PulseOutputPlugin: avoid locking mainloop object from within mainloop thread | Pete Beardmore | 2014-03-05 | 1 | -5/+14 |
* | PulseOutputPlugin: set icon name | Pete Beardmore | 2014-03-04 | 1 | -0/+1 |
* | Merge tag 'release-0.18.9' | Max Kellermann | 2014-03-02 | 2 | -34/+23 |
|\ |
|
| * | output/alsa: remove the obsolete Raspberry Pi workaround | Max Kellermann | 2014-03-02 | 1 | -36/+0 |
| * | output/alsa: call snd_pcm_prepare() after snd_pcm_drop() | Max Kellermann | 2014-03-02 | 1 | -0/+25 |
| * | event/SignalMonitor: fix build failure due to missing signal.h include | Max Kellermann | 2014-03-02 | 1 | -0/+2 |
| * | AllCommands: "findadd" requires the "add" permission | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| * | output/pulse: remove bogus g_free() call | Max Kellermann | 2014-02-24 | 1 | -2/+0 |
* | | 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 |
* | | InputPlugin: allow init() to soft-fail | Max Kellermann | 2014-03-02 | 6 | -16/+65 |
* | | thread/Name: fall back to prctl() | Max Kellermann | 2014-03-01 | 1 | -0/+4 |
* | | output/sles: support stereo | Max Kellermann | 2014-03-01 | 1 | -5/+7 |
* | | fs/StandardDirectory: add GetUserCacheDir() | Max Kellermann | 2014-03-01 | 3 | -15/+25 |
* | | db/Configured: store database file in cache directory | Max Kellermann | 2014-03-01 | 5 | -2/+117 |
* | | java/File: add method ToAbsolutePath() returning AllocatedPath | Max Kellermann | 2014-03-01 | 5 | -60/+67 |
* | | android/Environment: fix copyright header | Max Kellermann | 2014-03-01 | 2 | -42/+34 |
* | | TagId3: disable charset conversion without GLib | Max Kellermann | 2014-03-01 | 1 | -0/+9 |
* | | Main: inline mpd_main() on Android | Max Kellermann | 2014-03-01 | 2 | -0/+7 |
* | | Android: obtain music directory from Environment.getExternalStoragePublicDire... | Max Kellermann | 2014-03-01 | 4 | -1/+178 |
* | | java: new helper library for the Android port | Max Kellermann | 2014-03-01 | 14 | -1/+723 |
* | | Main: load mpd.conf from /sdcard/ on Android | Max Kellermann | 2014-03-01 | 1 | -0/+3 |
* | | storage/Configured: fix fallback music directory | Max Kellermann | 2014-03-01 | 1 | -4/+1 |
* | | db/update/ExcludeList: make no-op if GLib is disabled | Max Kellermann | 2014-03-01 | 2 | -0/+22 |
* | | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 2014-03-01 | 4 | -4/+26 |
* | | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann | 2014-03-01 | 2 | -0/+68 |
* | | util/ConstBuffer: remove cast operator ConstBuffer<void> | Max Kellermann | 2014-03-01 | 1 | -4/+0 |
* | | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 13 | -53/+310 |
* | | DatabasePrint: move code to PrintDirectoryURI() | Max Kellermann | 2014-02-28 | 1 | -2/+8 |
* | | DatabasePrint: add API documentation | Max Kellermann | 2014-02-28 | 1 | -0/+3 |
* | | {Other,Database}Commands: contract declaration and assignment | Max Kellermann | 2014-02-28 | 2 | -12/+6 |
* | | db/simple: mount points | Max Kellermann | 2014-02-27 | 18 | -24/+600 |
* | | CompositeStorage: add method GetMount() | Max Kellermann | 2014-02-27 | 2 | -0/+24 |
* | | db/update/Queue: use std::list instead of std::queue | Max Kellermann | 2014-02-27 | 2 | -5/+4 |
* | | db/simple: GetRoot() returns reference | Max Kellermann | 2014-02-27 | 2 | -3/+3 |
* | | db/update/Service: allocate UpdateWalk dynamically | Max Kellermann | 2014-02-27 | 5 | -19/+28 |
* | | Playlist: use the Error library to return errors | Max Kellermann | 2014-02-27 | 9 | -82/+83 |
* | | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 16 | -8/+8 |
* | | db/update: cancel the update on shutdown | Max Kellermann | 2014-02-27 | 6 | -1/+58 |
* | | db/UpdateGlue: rename to Service.cxx | Max Kellermann | 2014-02-27 | 2 | -161/+140 |
* | | db/simple/Directory: eliminate method LookupSong() | Max Kellermann | 2014-02-26 | 3 | -30/+19 |
* | | db/simple/Directory: LookupDirectory() return remaining URI | Max Kellermann | 2014-02-26 | 3 | -41/+62 |