summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-02-21storage/udisks2: adjust lambda indentMax Kellermann
2019-02-21lib/dbus/udisks2: parse the MountPoints propertyMax Kellermann
2019-02-21lib/dbus/ReadIter: add dbus_message_iter_get_fixed_array() wrapperMax Kellermann
2019-02-20db/simple/Directory: close the Database in destructorMax Kellermann
2019-02-20db/simple: reorder checks in assert() to fix assertion failureMax Kellermann
2019-02-20Main: create Database on stack, move to Instance after Open() succeededMax Kellermann
2019-02-20Instance: use std::unique_ptr<> to manage the Database pointerMax Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2019-02-20db/simple/Directory: add `noexcept`Max Kellermann
2019-02-20mixer/pulse: add missing ParseFloat() checkMax Kellermann
2019-02-20mixer/pulse: move `volume_scale_factor` up to improve struct packingMax Kellermann
2019-02-20mixer/pulse: add `const` to `volume_scale_factor`Max Kellermann
2019-02-20mixer/pulse: use C++11 initializerMax Kellermann