summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-22db: fix broken command "list ... group"Max Kellermann
2018-10-22db/Count: print empty group if song without grouped tag existsMax Kellermann
2018-10-22db/Count: move code to tag/VisitCallback.hxxMax Kellermann
2018-10-22tag/Fallback: add tag fallbacks for AlbumArtistSort, ArtistSortMax Kellermann
2018-10-22SongFilter: use ApplyTagFallback()Max Kellermann
2018-10-22db/Count: use ApplyTagFallback()Max Kellermann
2018-10-22tag/Set: move code to ApplyTagWithFallback()Max Kellermann
2018-10-22tag/Set: include cleanupMax Kellermann
2018-10-22tag/Set: use TagBuilder::AddItemUnchecked()Max Kellermann
2018-10-22tag/Builder: move code to AddItemUnchecked()Max Kellermann
2018-10-22python/build/libs.py: upgrade CURL to 7.61.1Max Kellermann
2018-10-22python/build/libs.py: upgrade Opus to 1.3Max Kellermann
2018-10-22python/build/libs.py: upgrade libmpdclient to 2.16Max Kellermann
2018-08-28java/String: include cleanupMax Kellermann
2018-08-28java/Class: drop unnecessary namespace specMax Kellermann
2018-08-28java/Class: use DiscardException() in FindOptional()Max Kellermann
2018-08-20android/Main: remove SDK_INT diversionMax Kellermann
2018-08-20Makefile.am: use $(AM_V_GEN) and $(AM_V_at)Max Kellermann
2018-08-20Makefile.am: use $(MKDIR_P) instead of "mkdir -p"Max Kellermann
2018-08-20Makefile.am: use $(@D)/$(@F) instead of $(dir/notdir ...)Max Kellermann
2018-08-20lib/nfs/Connection: use nfs_stat64_asyncThomas Guillem
2018-08-20configure.ac: specify minimum libnfs version 1.9.5Max Kellermann
2018-08-20android: use a gray notification iconThomas Guillem
2018-08-20android: improve Settings UI and run mpd on bootThomas Guillem
2018-08-20android: fix AndroidManifest.xml warningsThomas Guillem
2018-08-19android: Main is now a serviceThomas Guillem
2018-08-19android: add LogListenerThomas Guillem
2018-08-19Makefile.am: use javac instead of javah to generate JNI headerMax Kellermann
2018-08-18android/AndroidManifest.xml: increase targetSdkVersion to 26 (required by Goo...Max Kellermann
2018-08-17storage/plugins/CurlStorage: URL-encode paths in CurlStorage::MapUTF8Joshua Wise
2018-08-17lib/curl/Easy: add curl_easy_escape() wrapperMax Kellermann
2018-08-17increment version number to 0.20.22Max Kellermann
2018-08-17release v0.20.21v0.20.21Max Kellermann
2018-08-17configure.ac: make the GIT_COMMIT command worktree-safeMax Kellermann
2018-08-17android/build.py: add aarch64 supportMax Kellermann
2018-08-17configure.ac: set ANDROID_ABI=x86 for the Android-x86 buildMax Kellermann
2018-08-17configure.ac, Makefile.am: add variable ANDROID_ABIMax Kellermann
2018-08-17android: raise minSdkVersion to 21Max Kellermann
2018-08-17android/build.py: add variable "android_api_level"Max Kellermann
2018-08-17python/build/meson.py: set "needs_exe_wrapper=true"Max Kellermann
2018-08-17python/build/libs.py: disable libnfs utils/examplesMax Kellermann
2018-08-17android/build.py: enable libexpat for the "curl" storage pluginMax Kellermann
2018-08-17python/build/libs.py: disable expat documentationMax Kellermann
2018-08-17build: Add libexpat to the crosscompile build on Windows.Joshua Wise
2018-08-17python/libs: upgrade Boost to 1.68.0Max Kellermann
2018-08-17Makefile.am: add missing $(CURL_CFLAGS) and $(EXPAT_CFLAGS)Max Kellermann
2018-08-13playlist/cue: support file type declaration "FLAC" (non-standard)Max Kellermann
2018-08-02case-insensitive URI scheme comparisonMax Kellermann
2018-08-02util/ASCII: add StringStartsWithCaseASCII()Max Kellermann
2018-08-02configure.ac: default to --disable-daemon on WindowsMax Kellermann