| Commit message (Expand) | Author | Age | Files | Lines |
* | first Android release | Max Kellermann | 2014-02-22 | 1 | -3/+49 |
* | output/sles: new output plugin for Android | Max Kellermann | 2014-02-22 | 1 | -0/+11 |
* | Main: disable command-line parser and signal handlers on Android | Max Kellermann | 2014-02-22 | 1 | -4/+9 |
* | Makefile.am: build shared library for Android | Max Kellermann | 2014-02-21 | 1 | -0/+10 |
* | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 2014-02-21 | 1 | -0/+1 |
* | Makefile.am: use AM_CPPFLAGS instead of src_mpd_CPPFLAGS | Max Kellermann | 2014-02-21 | 1 | -1/+1 |
* | db/upnp: move plugin source to upnp directory | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
* | Makefile.am: move the MPD core to libmpd.a | Max Kellermann | 2014-02-19 | 1 | -10/+15 |
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -0/+2 |
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -0/+1 |
* | Makefile.am: move DatabaseSave.cxx to libdatabase_plugins.a | Max Kellermann | 2014-02-19 | 1 | -6/+6 |
* | Makefile.am: re-add src/AudioCompress/compress.c to test/run_normalize | Max Kellermann | 2014-02-19 | 1 | -0/+1 |
* | Makefile.am: move AudioCompress to libfilter_plugins.a | Max Kellermann | 2014-02-19 | 1 | -8/+5 |
* | output/httpd: move to dedicated directory | Max Kellermann | 2014-02-19 | 1 | -8/+8 |
* | Timer: move to output/ | Max Kellermann | 2014-02-19 | 1 | -3/+2 |
* | cue/CueParser: move to playlist/ | Max Kellermann | 2014-02-19 | 1 | -3/+2 |
* | Makefile.am: merge mpd_headers into src_mpd_SOURCES | Max Kellermann | 2014-02-18 | 1 | -13/+8 |
* | system/FatalError: remove GError support | Max Kellermann | 2014-02-18 | 1 | -1/+0 |
* | Main: disable inotify check without database | Max Kellermann | 2014-02-18 | 1 | -0/+2 |
* | Makefile.am: rename libdecoder_plugins.a to libdecoder.a | Max Kellermann | 2014-02-18 | 1 | -22/+22 |
* | Makefile.am: remove unused variable DECODER_SRC | Max Kellermann | 2014-02-18 | 1 | -3/+0 |
* | Makefile.am: disable test_icy_parser without CURL | Max Kellermann | 2014-02-18 | 1 | -1/+6 |
* | fs/TextFile: use custom allocation instead of GString | Max Kellermann | 2014-02-17 | 1 | -3/+3 |
* | Main: move code to db/Configured.cxx | Max Kellermann | 2014-02-17 | 1 | -0/+1 |
* | systemd: add socket activation files | Max Kellermann | 2014-02-12 | 1 | -0/+1 |
* | StorageCommands: expose the "mount" command | Max Kellermann | 2014-02-09 | 1 | -0/+1 |
* | CompositeStorage: new Storage implementation | Max Kellermann | 2014-02-09 | 1 | -0/+1 |
* | Main: move code to storage/Configured.cxx | Max Kellermann | 2014-02-09 | 1 | -0/+1 |
* | storage/nfs: new storage plugin | Max Kellermann | 2014-02-08 | 1 | -0/+7 |
* | input/nfs: move nfs_domain to lib/nfs/Domain.cxx | Max Kellermann | 2014-02-08 | 1 | -0/+1 |
* | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 2014-02-07 | 1 | -0/+2 |
* | Mapper: move check_directory() to the filesystem library | Max Kellermann | 2014-02-07 | 1 | -0/+1 |
* | Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxx | Max Kellermann | 2014-02-07 | 1 | -0/+1 |
* | playlist/CloseSongEnumerator: new wrapper class | Max Kellermann | 2014-02-07 | 1 | -0/+2 |
* | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 2014-02-07 | 1 | -0/+1 |
* | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 2014-02-06 | 1 | -0/+1 |
* | neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxx | Max Kellermann | 2014-02-06 | 1 | -0/+1 |
* | Makefile.am: add variable SMBCLIENT_SOURCES | Max Kellermann | 2014-02-06 | 1 | -3/+6 |
* | input/nfs: new plugin using libnfs | Max Kellermann | 2014-02-06 | 1 | -0/+7 |
* | storage/smbclient: Storage implementation using libsmbclient | Max Kellermann | 2014-02-06 | 1 | -0/+9 |
* | storage/local: move to src/storage/plugins/ | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
* | storage: add abstract interface | Max Kellermann | 2014-02-05 | 1 | -0/+1 |
* | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 2014-02-05 | 1 | -0/+15 |
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -1/+0 |
* | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -0/+3 |
* | ClientFile: move client_allow_file() into the Client class | Max Kellermann | 2014-02-02 | 1 | -1/+1 |
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -37/+60 |
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -9/+9 |
* | ExcludeList: move to db/update/ | Max Kellermann | 2014-01-30 | 1 | -1/+1 |
* | db/Directory: move isRootDirectory() to Uri.hxx | Max Kellermann | 2014-01-29 | 1 | -0/+1 |