summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-05release v0.21.10v0.21.10Max Kellermann
2019-06-05decoder/OpusReader: return StringViewMax Kellermann
2019-06-05output/httpd: reject some well-known request pathscathugger
2019-06-05output/httpd: use strncmp instead of memcmpcathugger
2019-06-05output/httpd: fix indentMax Kellermann
2019-05-31Revert "player/Thread: remove unnecessary "pipe" check"Max Kellermann
2019-05-31doc/protocol.rst: binary responses do have a newline after allMax Kellermann
2019-05-31doc/user.rst: more heading correctionsMax Kellermann
2019-05-31doc/developer.rst: remove outdated section about the clang static analyzerMax Kellermann
2019-05-31doc/user.rst: use ".. note:"Max Kellermann
2019-05-31increment version number to 0.21.10Max Kellermann
2019-05-20release v0.21.9v0.21.9Max Kellermann
2019-05-20doc/protocol.rst: several clarificationsMax Kellermann
2019-05-20player/Thread: fix "single" mode race conditionMax Kellermann
2019-05-20player/Thread: remove unnecessary "pipe" checkMax Kellermann
2019-05-17input/buffered: check error in IsAvailable()Max Kellermann
2019-05-16input/buffered: rethrow read_error in Check()Max Kellermann
2019-05-16input/buffered: wake up client thread on seek errorMax Kellermann
2019-05-16input/buffered: fix deadlock bugMax Kellermann
2019-05-13doc/mpd.conf.5: remove ALSA specific documentationMax Kellermann
2019-05-13doc/mpd.conf.5: fix section indentMax Kellermann
2019-05-13doc/protocol.rst: add references to audio_output_formatMax Kellermann
2019-05-13doc/user.rst: move audio format spec to section "Global Audio Format"Max Kellermann
2019-05-13doc/user.rst: add reference to audio_output_formatMax Kellermann
2019-05-13doc/user.rst: more markupMax Kellermann
2019-05-13doc/user.rst: add missing spaceMax Kellermann
2019-05-04android/AndroidManifest.xml: increment versionCode after hotfix uploadMax Kellermann
2019-05-04android/Settings: request READ_EXTERNAL_STORAGE permissionMax Kellermann
2019-05-03android/build.py: link ARMv7 binary with libunwindMax Kellermann
2019-05-03increment version number to 0.21.9Max Kellermann
2019-04-23release v0.21.8v0.21.8Max Kellermann
2019-04-23doc/protocol.rst: "list file" is deprecatedMax Kellermann
2019-04-23input/smbclient: wrap in MaybeBufferedInputStreamMax Kellermann
2019-04-23python/build/libs.py: upgrade Boost to 1.70.0Max Kellermann
2019-04-18LocateUri: pass URI plugin kind, optionally disables plugin verifyMax Kellermann
2019-04-18neighbor/smbclient: fix double smbc_closedir() callMax Kellermann
2019-04-18.travis.yml: switch to another PPA for a newer ninja versionMax Kellermann
2019-04-18CommandLine: fix another build failure with -Ddatabase=falseMax Kellermann
2019-04-18Fix meson.build to work properly with '-Ddatabase=false'Eugene Gorodinsky
2019-04-10systemd: add user socket unitMax Kellermann
2019-04-10systemd/socket: use %t instead of hard-coding /runMax Kellermann
2019-04-10doc/protocol: mention that stickers are only implemented for songsMax Kellermann
2019-04-10doc/protocol.rst: mention "in seconds" where it was missingMax Kellermann
2019-04-10Fid move doc argscotko
2019-04-10doc/developer.rst: remove mailing list, refer to GitHub insteadMax Kellermann
2019-04-04event/SocketMonitor: don't cancel if OnSocketReady() returns falseMax Kellermann
2019-04-04event/{Fully,}BufferedSocket: add more API documentationMax Kellermann
2019-04-04zeroconf/Bonjour: fix OnSocketReady() return valueMax Kellermann
2019-04-04output/httpd: close client connection on errorMax Kellermann
2019-04-03output/httpd: add missing mutex lockMax Kellermann