summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-27net/StaticSocketAddress: add GetLocalRaw()Max Kellermann
2019-02-27net/SocketDescriptor: add SetTcpUserTimeout()Max Kellermann
2019-02-27Merge branch 'feature/playlist' of git://github.com/miccoli/MPDMax Kellermann
2019-02-26update protocol documentation for new semantics of playlist abs. nameStefano Miccoli
2019-02-26allow loading playlists specified as absolute filesystem pathsStefano Miccoli
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2019-02-25NEWS: mention the cdio_paranoia build failure fixMax Kellermann
2019-02-23Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.Thomas Zander
2019-02-22increment version number to 0.21.6Max Kellermann
2019-02-22release v0.21.5v0.21.5Max Kellermann
2019-02-22doc/plugins.rst: document udisks2/policykit ruleMax Kellermann
2019-02-22storage/udisks2: move empty string check out of the fallback block in MapUTF8()Max Kellermann
2019-02-22db/simple: call ReturnSong() on mounted databaseMax Kellermann
2019-02-22db/simple: use C++11 initializerMax Kellermann
2019-02-22storage/udisks2: use the relative pathMax Kellermann
2019-02-22storage/udisks2: pass Path to SetMountPoint()Max Kellermann
2019-02-22NEWS: mention the udisks2 AlreadyMounted fixMax Kellermann
2019-02-22TagPrint: omit tags which were disabled by the clientMax Kellermann
2019-02-22tag/Mask: fix another typo, this time in `operator^=`Max Kellermann
2019-02-22build/pkg-config.sh: add commentMax Kellermann
2019-02-22python/build/libs.py: upgrade CURL to 7.64.0Max Kellermann