summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-19db/update/Service: Enqueue() throws on errorMax Kellermann
2018-08-19Main: throw exception instead of calling FatalError()Max Kellermann
2018-08-19config/Global: remove obsolete libraryMax Kellermann
2018-08-19Main: allocate ConfigData on the stackMax Kellermann
2018-08-19config/Global: move config_global_check() to Check.cxxMax Kellermann
2018-08-19test/run_neighbor_explorer: allocate ConfigData on the stackMax Kellermann
2018-08-19test/run_input: allocate ConfigData in class GlobalInitMax Kellermann
2018-08-19test/run_decoder: allocate ConfigData in class GlobalInitMax Kellermann
2018-08-19test/dump_rva2: remove obsolete fake function config_get_string()Max Kellermann
2018-08-19test/dump_playlist: allocate ConfigData on the stackMax Kellermann
2018-08-19test/DumpDatabase: allocate ConfigData on the stackMax Kellermann
2018-08-19config/Path: add InitPathParser()Max Kellermann
2018-08-19output/Init: pass global configuration in struct AudioOutputDefaultsMax Kellermann
2018-08-19mixer/Type: mixer_type_parse() throws on errorMax Kellermann
2018-08-18filter/LoadChain: move code to class FilterFactoryMax Kellermann
2018-08-17Merge tag 'v0.20.21'Max 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-14Merge branch 'fchmod_fix' of git://github.com/1848/MPDMax Kellermann
2018-08-14fixed setting unix socket permissions1848
2018-08-14Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-08-13playlist/cue: support file type declaration "FLAC" (non-standard)Max Kellermann
2018-08-12decoder/sidplay: support basic and kernal rom (libsidplayfp)skidoo23
2018-08-10tag/Config: support incremental "metadata_to_use" settingMax Kellermann
2018-08-10tag/Config: use SplitString()Max Kellermann
2018-08-10tag/Mask: add method Unset()Max Kellermann
2018-08-10doc/user.rst: add tag linksMax Kellermann
2018-08-10doc/user.rst: line breaksMax Kellermann
2018-08-09event/ServerSocket: fix get_remote_uid() callMax Kellermann
2018-08-09command/sticker, sticker/song: embed struct sticker_song_find_data in namespaceMax Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-08Merge branch 'HttpdOutputPlugin_socket' of git://github.com/1848/MPDMax Kellermann
2018-08-07decoder/mpg123: remove obsolete const_cast hackMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scanMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete()Max Kellermann
2018-08-07Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_...1848
2018-08-07Use fchmod instead of chmod for unix sockets to prevent TOCTTOU1848
2018-08-07Added unix socket support in HttpdOutputPlugin1848