summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-17lib/curl/Easy: add curl_easy_escape() wrapperMax Kellermann
2018-08-17increment version number to 0.20.22Max 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
2018-08-07Added a function for generic address parsing1848
2018-08-07Fix various bugs in OS X DSD playbackYue Wang
2018-08-06event/SignalMonitor: make SignalMonitorFinish() noexceptMax Kellermann
2018-08-06event/SignalMonitor: add `noexcept`Max Kellermann
2018-08-06system/SignalFD: add "noexcept"Max Kellermann
2018-08-06system/SignalFD: throw exception on errorMax Kellermann
2018-08-06system/Event{FD,Pipe}: add "noexcept"Max Kellermann
2018-08-06system/Event{FD,Pipe}: throw exception on errorMax Kellermann
2018-08-06Main: use AtScopeExit() to delete the InstanceMax Kellermann
2018-08-06Main: call daemonize_finish() with AtScopeExit()Max Kellermann
2018-08-02song/AudioFormatFilter: add mask supportMax Kellermann
2018-08-02AudioFormat: add mask support to ToString()Max Kellermann
2018-08-02AudioFormat: split the printf() calls in ToString()Max Kellermann