summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-29Haiku: add version info to the resources like win32 doesFrançois Revol
2019-03-29Haiku: fix adding resourcesFrançois Revol
2019-03-29Haiku: meson.build: fix linking (missing libs)François Revol
2019-03-29Haiku: fix buildFrançois Revol
2019-03-24filter/AutoConvert: implement Flush()Max Kellermann
2019-03-24filter/Filter: fix typo in API docMax Kellermann
2019-03-20test/RunChromaprint: add missing `override`Max Kellermann
2019-03-20event/ServerSocket: runtime error if abstract sockets are unavailableMax Kellermann
2019-03-20event/ServerSocket: add HAVE_UN check to AddAbstract()Max Kellermann
2019-03-20event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"Max Kellermann
2019-03-18doc/plugins.rst: add the Haiku plugin and mark it as unmaintainedMax Kellermann
2019-03-18doc/plugins.rst: add filter plugin referenceMax Kellermann
2019-03-18doc/user.rst: document the "filters" settingMax Kellermann
2019-03-18doc/user.rst: add more linksMax Kellermann
2019-03-18win32/res/meson.build: drop tilde suffix from version number before splittingMax Kellermann
2019-03-18src/lib/gcrypt/meson.build: use dependency() for quering linker flagsJörg Krause
2019-03-18meson.build: require Meson 0.49.0Jörg Krause
2019-03-18increment version number to 0.21.7Max Kellermann
2019-03-17release v0.21.6v0.21.6Max Kellermann
2019-03-17PlaylistFile: ignore empty playlist namesMax Kellermann
2019-03-17lib/xiph: disable Tremor detection if libvorbis was foundMax Kellermann
2019-03-17decoder/ogg: ignore the BOS packet after seek to the beginning of songMax Kellermann
2019-03-17output/sles: enable power saving modeMax Kellermann
2019-03-17output/plugins/OSXOutputPlugin: add boost meson dependencyJacob Vosmaer
2019-03-16output/pulse: use pa_channel_map_init_extend() instead of _auto()Max Kellermann
2019-03-16decoder/opus: fix replay gain when there are no other tagsMax Kellermann
2019-03-16doc/protocol.rst: clarify filter expressions with multiple tag valuesMax Kellermann
2019-03-16song/TagSongFilter: apply negation properly to multiple tag valuesMax Kellermann
2019-03-16song/StringFilter: remove obsolete #ifMax Kellermann
2019-03-16song/StringFilter: make MatchWithoutNegation() publicMax Kellermann
2019-03-16test/TestSongFilter: unit test for song filtersMax Kellermann
2019-03-16test/meson.build: add section for filter testsMax Kellermann
2019-03-16test/MakeTag: add `noexcept`Max Kellermann
2019-03-16test/MakeTag: remove `static`Max Kellermann
2019-03-16test/test_translate_song: move MakeTag() to headerMax Kellermann
2019-03-16meson.build: increase protocol version to 0.21.6Max Kellermann
2019-03-15song/TagSongFilter: eliminate Match(TagItem)Max Kellermann
2019-03-15song/TagSongFilter: add code commentsMax Kellermann
2019-03-15song/TagSongFilter: improve lambda indentMax Kellermann
2019-03-15song/TagSongFilter: eliminate the std::fill_n() callMax Kellermann
2019-03-15tag/Fallback: add API documentationMax Kellermann
2019-03-15doc/protocol.rst: add missing operators to example expressionsMax Kellermann
2019-03-15doc/protocol.rst: use double backticks for tag namesMax Kellermann
2019-03-15doc/protocol.rst: clarify the meaning of the `any` tag typeMax Kellermann
2019-03-15song/TagSongFilter: rename MatchNN() to Match()Max Kellermann
2019-03-14meson.build: remove the libwinpthread-1.dll dependency on WindowsMax Kellermann
2019-03-14command/database: fix "list" with filter expressionMax Kellermann
2019-03-14playlist/flac: copy the URI to fix use-after-free bugMax Kellermann
2019-02-27system/UniqueFileDescriptor: add CreatePipeNonBlock()Max Kellermann
2019-02-27net/StaticSocketAddress: remove GetAddress()Max Kellermann