| Commit message (Expand) | Author | Files | Lines |
2014-03-16 | input/BufferedInputStream: new wrapper for moving plugin to thread | Max Kellermann | 1 | -0/+1 |
2014-03-15 | util/CircularBuffer: new buffer class | Max Kellermann | 1 | -0/+2 |
2014-03-15 | pcm/PcmFormat: ARM NEON optimizations for float->s16 | Max Kellermann | 1 | -0/+1 |
2014-03-14 | pcm/PcmFormat: eliminate more duplicate code with templates | Max Kellermann | 1 | -0/+2 |
2014-03-01 | db/Configured: store database file in cache directory | Max Kellermann | 1 | -0/+1 |
2014-03-01 | Android: obtain music directory from Environment.getExternalStoragePublicDire... | Max Kellermann | 1 | -1/+6 |
2014-03-01 | java: new helper library for the Android port | Max Kellermann | 1 | -0/+12 |
2014-03-01 | android: use "strip" from the Android NDK | Max Kellermann | 1 | -1/+1 |
2014-03-01 | Makefile.am: use Android API level 17 | Max Kellermann | 1 | -1/+1 |
2014-02-27 | db/simple: mount points | Max Kellermann | 1 | -0/+3 |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 1 | -6/+6 |
2014-02-27 | db/UpdateGlue: rename to Service.cxx | Max Kellermann | 1 | -1/+0 |
2014-02-26 | db/simple: create dedicated directory | Max Kellermann | 1 | -8/+13 |
2014-02-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 1 | -0/+11 |
2014-02-22 | first Android release | Max Kellermann | 1 | -3/+49 |
2014-02-22 | output/sles: new output plugin for Android | Max Kellermann | 1 | -0/+11 |
2014-02-22 | Main: disable command-line parser and signal handlers on Android | Max Kellermann | 1 | -4/+9 |
2014-02-21 | Makefile.am: build shared library for Android | Max Kellermann | 1 | -0/+10 |
2014-02-21 | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 1 | -0/+1 |
2014-02-21 | Makefile.am: use AM_CPPFLAGS instead of src_mpd_CPPFLAGS | Max Kellermann | 1 | -1/+1 |
2014-02-19 | db/upnp: move plugin source to upnp directory | Max Kellermann | 1 | -1/+1 |
2014-02-19 | Makefile.am: move the MPD core to libmpd.a | Max Kellermann | 1 | -10/+15 |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -0/+2 |
2014-02-19 | Mixer: add class MixerListener | Max Kellermann | 1 | -0/+1 |
2014-02-19 | Makefile.am: move DatabaseSave.cxx to libdatabase_plugins.a | Max Kellermann | 1 | -6/+6 |
2014-02-19 | Makefile.am: re-add src/AudioCompress/compress.c to test/run_normalize | Max Kellermann | 1 | -0/+1 |
2014-02-19 | Makefile.am: move AudioCompress to libfilter_plugins.a | Max Kellermann | 1 | -8/+5 |
2014-02-19 | output/httpd: move to dedicated directory | Max Kellermann | 1 | -8/+8 |
2014-02-19 | Timer: move to output/ | Max Kellermann | 1 | -3/+2 |
2014-02-19 | cue/CueParser: move to playlist/ | Max Kellermann | 1 | -3/+2 |
2014-02-18 | Makefile.am: merge mpd_headers into src_mpd_SOURCES | Max Kellermann | 1 | -13/+8 |
2014-02-18 | system/FatalError: remove GError support | Max Kellermann | 1 | -1/+0 |
2014-02-18 | Main: disable inotify check without database | Max Kellermann | 1 | -0/+2 |
2014-02-18 | Makefile.am: rename libdecoder_plugins.a to libdecoder.a | Max Kellermann | 1 | -22/+22 |
2014-02-18 | Makefile.am: remove unused variable DECODER_SRC | Max Kellermann | 1 | -3/+0 |
2014-02-18 | Makefile.am: disable test_icy_parser without CURL | Max Kellermann | 1 | -1/+6 |
2014-02-17 | fs/TextFile: use custom allocation instead of GString | Max Kellermann | 1 | -3/+3 |
2014-02-17 | Main: move code to db/Configured.cxx | Max Kellermann | 1 | -0/+1 |
2014-02-12 | systemd: add socket activation files | Max Kellermann | 1 | -0/+1 |
2014-02-09 | StorageCommands: expose the "mount" command | Max Kellermann | 1 | -0/+1 |
2014-02-09 | CompositeStorage: new Storage implementation | Max Kellermann | 1 | -0/+1 |
2014-02-09 | Main: move code to storage/Configured.cxx | Max Kellermann | 1 | -0/+1 |
2014-02-08 | storage/nfs: new storage plugin | Max Kellermann | 1 | -0/+7 |
2014-02-08 | input/nfs: move nfs_domain to lib/nfs/Domain.cxx | Max Kellermann | 1 | -0/+1 |
2014-02-07 | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 1 | -0/+2 |
2014-02-07 | Mapper: move check_directory() to the filesystem library | Max Kellermann | 1 | -0/+1 |
2014-02-07 | Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxx | Max Kellermann | 1 | -0/+1 |
2014-02-07 | playlist/CloseSongEnumerator: new wrapper class | Max Kellermann | 1 | -0/+2 |
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -0/+1 |
2014-02-06 | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 1 | -0/+1 |