index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-03-18
src/lib/gcrypt/meson.build: use dependency() for quering linker flags
Jörg Krause
2019-03-17
PlaylistFile: ignore empty playlist names
Max Kellermann
2019-03-17
lib/xiph: disable Tremor detection if libvorbis was found
Max Kellermann
2019-03-17
decoder/ogg: ignore the BOS packet after seek to the beginning of song
Max Kellermann
2019-03-17
output/sles: enable power saving mode
Max Kellermann
2019-03-17
output/plugins/OSXOutputPlugin: add boost meson dependency
Jacob Vosmaer
2019-03-16
output/pulse: use pa_channel_map_init_extend() instead of _auto()
Max Kellermann
2019-03-16
decoder/opus: fix replay gain when there are no other tags
Max Kellermann
2019-03-16
song/TagSongFilter: apply negation properly to multiple tag values
Max Kellermann
2019-03-16
song/StringFilter: remove obsolete #if
Max Kellermann
2019-03-16
song/StringFilter: make MatchWithoutNegation() public
Max Kellermann
2019-03-15
song/TagSongFilter: eliminate Match(TagItem)
Max Kellermann
2019-03-15
song/TagSongFilter: add code comments
Max Kellermann
2019-03-15
song/TagSongFilter: improve lambda indent
Max Kellermann
2019-03-15
song/TagSongFilter: eliminate the std::fill_n() call
Max Kellermann
2019-03-15
tag/Fallback: add API documentation
Max Kellermann
2019-03-15
song/TagSongFilter: rename MatchNN() to Match()
Max Kellermann
2019-03-14
meson.build: remove the libwinpthread-1.dll dependency on Windows
Max Kellermann
2019-03-14
command/database: fix "list" with filter expression
Max Kellermann
2019-03-14
playlist/flac: copy the URI to fix use-after-free bug
Max Kellermann
2019-02-27
system/UniqueFileDescriptor: add CreatePipeNonBlock()
Max Kellermann
2019-02-27
net/StaticSocketAddress: remove GetAddress()
Max Kellermann
2019-02-27
net/StaticSocketAddress: add GetLocalRaw()
Max Kellermann
2019-02-27
net/SocketDescriptor: add SetTcpUserTimeout()
Max Kellermann
2019-02-27
Merge branch 'feature/playlist' of git://github.com/miccoli/MPD
Max Kellermann
2019-02-26
allow loading playlists specified as absolute filesystem paths
Stefano Miccoli
2019-02-25
event/ServerSocket, config/Net: abstract socket support
Max Kellermann
2019-02-23
Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.
Thomas Zander
2019-02-22
storage/udisks2: move empty string check out of the fallback block in MapUTF8()
Max Kellermann
2019-02-22
db/simple: call ReturnSong() on mounted database
Max Kellermann
2019-02-22
db/simple: use C++11 initializer
Max Kellermann
2019-02-22
storage/udisks2: use the relative path
Max Kellermann
2019-02-22
storage/udisks2: pass Path to SetMountPoint()
Max Kellermann
2019-02-22
TagPrint: omit tags which were disabled by the client
Max Kellermann
2019-02-22
tag/Mask: fix another typo, this time in `operator^=`
Max Kellermann
2019-02-21
storage/udisks2: use existing mount point if already mounted
Max Kellermann
2019-02-21
storage/udisks2: move code to SetMountPoint()
Max Kellermann
2019-02-21
storage/udisks2: adjust lambda indent
Max Kellermann
2019-02-21
lib/dbus/udisks2: parse the MountPoints property
Max Kellermann
2019-02-21
lib/dbus/ReadIter: add dbus_message_iter_get_fixed_array() wrapper
Max Kellermann
2019-02-20
db/simple/Directory: close the Database in destructor
Max Kellermann
2019-02-20
db/simple: reorder checks in assert() to fix assertion failure
Max Kellermann
2019-02-20
Main: create Database on stack, move to Instance after Open() succeeded
Max Kellermann
2019-02-20
Instance: use std::unique_ptr<> to manage the Database pointer
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2019-02-20
db/simple/Directory: add `noexcept`
Max Kellermann
2019-02-20
mixer/pulse: add missing ParseFloat() check
Max Kellermann
2019-02-20
mixer/pulse: move `volume_scale_factor` up to improve struct packing
Max Kellermann
2019-02-20
mixer/pulse: add `const` to `volume_scale_factor`
Max Kellermann
2019-02-20
mixer/pulse: use C++11 initializer
Max Kellermann
[next]