summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-30doc/user.rst: move plugin reference to plugins.rstMax Kellermann
2018-10-30Listen: listen on $XDG_RUNTIME_DIR/mpd/socket by defaultMax Kellermann
2018-10-30event/ServerSocket: allow mixing AddFD() with other Add*() methodsMax Kellermann
2018-10-30doc/conf.py: use the "classic" themeMax Kellermann
2018-10-30doc/user.rst: remove redundant tags list, link to protocol documentationMax Kellermann
2018-10-30doc/*.rst: revise captions and section typesMax Kellermann
2018-10-30doc/user.rst: add links to "Listeners"Max Kellermann
2018-10-30doc/user.rst: add bind_to_address/port examplesMax Kellermann
2018-10-30Listen: eliminate listen_add_config_param()Max Kellermann
2018-10-30event/ServerSocket: add AddFD() overload with AllocatedSocketAddress&&Max Kellermann
2018-10-30event/ServerSocket: make AddAddress() a templateMax Kellermann
2018-10-30event/ServerSocket: include cleanupMax Kellermann
2018-10-30event/ServerSocket: use class IPv6AddressMax Kellermann
2018-10-30event/ServerSocket: make OneServerSocket an inner classMax Kellermann
2018-10-30event/ServerSocket: make OnAccept() noexceptMax Kellermann
2018-10-30event/ServerSocket: use C++11 initializerMax Kellermann
2018-10-30event/ServerSocket: pass UniqueSocketDescriptor to AddFD()Max Kellermann
2018-10-30event/ServerSocket: add `noexcept`Max Kellermann
2018-10-30net/SocketUtil: update API documentationMax Kellermann
2018-10-30meson.build: re-add -funwind-tables which got lost in v0.20.23 mergeMax Kellermann
2018-10-30pcm: build dsd2pcm only if -Dtest=trueMax Kellermann
2018-10-30python/build/meson.py: use toolchain.libs (for libc++)Max Kellermann
2018-10-30LogInit: work around two Android compiler warningsMax Kellermann
2018-10-30pcm/Clamp: convert to `constexpr`Max Kellermann
2018-10-30pcm/PcmUtils: rename to Clamp.hxxMax Kellermann
2018-10-29pcm/FloatConvert: make IntegerToFloatSampleConvert::Convert() constexprMax Kellermann
2018-10-29Merge tag 'v0.20.23'Max Kellermann
2018-10-29release v0.20.23v0.20.23Max Kellermann
2018-10-29test/PcmFormat: add Float/32 bit testMax Kellermann
2018-10-29test/PcmFormat: rename FormatFloat to FormatFloat16Max Kellermann
2018-10-29Merge branch 'v0.20.x'Max Kellermann
2018-10-29pcm/FloatConvert: fix compile-time integer overflow for S32Max Kellermann
2018-10-29pcm/FloatConvert: use FloatToIntegerSampleConvert::factor for IntegerToFloatS...Max Kellermann
2018-10-29pcm/FloatConvert: add `static_assert` on the factorMax Kellermann
2018-10-29input/CdioParanoia: parse_cdio_uri() returns CdioUriMax Kellermann
2018-10-29input/CdioParanoia: rename struct cdio_uri to CdioUriMax Kellermann
2018-10-29input/CdioParanoia: use StringAfterPrefixIgnoreCase()Max Kellermann
2018-10-29util/StringCompare: add StringAfterPrefixIgnoreCase()Max Kellermann
2018-10-29Fix typo in build instructionsiamsi
2018-10-29player/Control: move IDLE_PLAYER to Player::SeekDecoder()Max Kellermann
2018-10-29NEWS: mention the new clang crash bug workaroundMax Kellermann
2018-10-29db/update: catch all exceptionsMax Kellermann
2018-10-29configure.ac: add `-funwind-tables` to work around clang bugMax Kellermann
2018-10-29increment version number to 0.20.23Max Kellermann
2018-10-26meson.build: install the SVG iconMax Kellermann
2018-10-26meson.build: install README, NEWS etc.Max Kellermann
2018-10-25input/Registry: add missing includeMax Kellermann
2018-10-25decoder/Thread: reimplement HasRemoteTagScanner() using the InputPlugin listMax Kellermann
2018-10-24input/Plugin: add attribute `prefixes`Max Kellermann
2018-10-24decoder/Thread: enable output tags for Tidal and QobuzMax Kellermann