summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-29input/curl: use std::throw_with_nested() instead of logging the exceptionMax Kellermann
2019-03-29input/smbclient: use std::throw_with_nested() to construct PluginUnavailableMax Kellermann
2019-03-29decoder/HybridDSD: downgrade log message to "debug"Max Kellermann
2019-03-29command/playlist: invoke the RemoteTagScanner on all newly added songsMax Kellermann
2019-03-29Haiku: remove redundant calls to delete_sem()François Revol
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: fix buildFrançois Revol
2019-03-24filter/AutoConvert: implement Flush()Max Kellermann
2019-03-24filter/Filter: fix typo in API docMax 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-18src/lib/gcrypt/meson.build: use dependency() for quering linker flagsJörg Krause
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-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-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-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-26allow loading playlists specified as absolute filesystem pathsStefano Miccoli
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2019-02-23Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.Thomas Zander
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-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-21storage/udisks2: use existing mount point if already mountedMax Kellermann
2019-02-21storage/udisks2: move code to SetMountPoint()Max Kellermann