index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-19
db/update/Service: Enqueue() throws on error
Max Kellermann
2018-08-19
Main: throw exception instead of calling FatalError()
Max Kellermann
2018-08-19
config/Global: remove obsolete library
Max Kellermann
2018-08-19
Main: allocate ConfigData on the stack
Max Kellermann
2018-08-19
config/Global: move config_global_check() to Check.cxx
Max Kellermann
2018-08-19
test/run_neighbor_explorer: allocate ConfigData on the stack
Max Kellermann
2018-08-19
test/run_input: allocate ConfigData in class GlobalInit
Max Kellermann
2018-08-19
test/run_decoder: allocate ConfigData in class GlobalInit
Max Kellermann
2018-08-19
test/dump_rva2: remove obsolete fake function config_get_string()
Max Kellermann
2018-08-19
test/dump_playlist: allocate ConfigData on the stack
Max Kellermann
2018-08-19
test/DumpDatabase: allocate ConfigData on the stack
Max Kellermann
2018-08-19
config/Path: add InitPathParser()
Max Kellermann
2018-08-19
output/Init: pass global configuration in struct AudioOutputDefaults
Max Kellermann
2018-08-19
mixer/Type: mixer_type_parse() throws on error
Max Kellermann
2018-08-18
filter/LoadChain: move code to class FilterFactory
Max Kellermann
2018-08-17
Merge tag 'v0.20.21'
Max Kellermann
2018-08-17
release v0.20.21
v0.20.21
Max Kellermann
2018-08-17
configure.ac: make the GIT_COMMIT command worktree-safe
Max Kellermann
2018-08-17
android/build.py: add aarch64 support
Max Kellermann
2018-08-17
configure.ac: set ANDROID_ABI=x86 for the Android-x86 build
Max Kellermann
2018-08-17
configure.ac, Makefile.am: add variable ANDROID_ABI
Max Kellermann
2018-08-17
android: raise minSdkVersion to 21
Max Kellermann
2018-08-17
android/build.py: add variable "android_api_level"
Max Kellermann
2018-08-17
python/build/meson.py: set "needs_exe_wrapper=true"
Max Kellermann
2018-08-17
python/build/libs.py: disable libnfs utils/examples
Max Kellermann
2018-08-17
android/build.py: enable libexpat for the "curl" storage plugin
Max Kellermann
2018-08-17
python/build/libs.py: disable expat documentation
Max Kellermann
2018-08-17
build: Add libexpat to the crosscompile build on Windows.
Joshua Wise
2018-08-17
python/libs: upgrade Boost to 1.68.0
Max Kellermann
2018-08-17
Makefile.am: add missing $(CURL_CFLAGS) and $(EXPAT_CFLAGS)
Max Kellermann
2018-08-14
Merge branch 'fchmod_fix' of git://github.com/1848/MPD
Max Kellermann
2018-08-14
fixed setting unix socket permissions
1848
2018-08-14
Merge branch 'master' of git://github.com/skidoo23/MPD
Max Kellermann
2018-08-13
playlist/cue: support file type declaration "FLAC" (non-standard)
Max Kellermann
2018-08-12
decoder/sidplay: support basic and kernal rom (libsidplayfp)
skidoo23
2018-08-10
tag/Config: support incremental "metadata_to_use" setting
Max Kellermann
2018-08-10
tag/Config: use SplitString()
Max Kellermann
2018-08-10
tag/Mask: add method Unset()
Max Kellermann
2018-08-10
doc/user.rst: add tag links
Max Kellermann
2018-08-10
doc/user.rst: line breaks
Max Kellermann
2018-08-09
event/ServerSocket: fix get_remote_uid() call
Max Kellermann
2018-08-09
command/sticker, sticker/song: embed struct sticker_song_find_data in namespace
Max Kellermann
2018-08-09
decoder/Thread, ...: log all exceptions
Max Kellermann
2018-08-08
Merge branch 'HttpdOutputPlugin_socket' of git://github.com/1848/MPD
Max Kellermann
2018-08-07
decoder/mpg123: remove obsolete const_cast hack
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scan
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete()
Max Kellermann
2018-08-07
Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_...
1848
2018-08-07
Use fchmod instead of chmod for unix sockets to prevent TOCTTOU
1848
2018-08-07
Added unix socket support in HttpdOutputPlugin
1848
[next]