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
Age
Commit message (
Expand
)
Author
2021-02-22
lib/yajl/Gen: new class
Max Kellermann
2021-02-22
lib/yajl/Handle: fix API documentation
Max Kellermann
2021-02-22
output/snapcast: implement Drain()
Max Kellermann
2021-02-22
output/snapcast: queue chunks
Max Kellermann
2021-02-22
output/snapcast/client: remove obsolete TODO comment
Max Kellermann
2021-02-22
output/snapcast: calculate the latency for TIME responses
Max Kellermann
2021-02-22
output/snapcast/protocol: swap "received" and "sent"
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: rename internal variables
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: use C++11 initializer
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: make EventLoop the first parameter
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: rename `timer` to `event`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add `constexpr`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add `noexcept`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add method GetEventLoop()
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: forbid copying
Max Kellermann
2021-02-22
zeroconf/AvahiPoll: move to lib/avahi/
Max Kellermann
2021-02-20
Merge branch 'timeout_in_second' of git://github.com/mxjeff/MPD
Max Kellermann
2021-02-20
MPD_TIMEOUT is in seconds
kaliko
2021-02-20
Add password use with MPD_HOST
kaliko
2021-02-18
song/DetachedSong: copy the AudioFormat from LightSong
Max Kellermann
2021-02-18
song/DetachedSong: add `noexcept`
Max Kellermann
2021-02-17
event/TimerWheel: add `empty` flag to optimize a common case
Max Kellermann
2021-02-17
output/httpd/Page: convert to type alias on AllocatedArray
Max Kellermann
2021-02-17
output/httpd/Page: use std::byte
Max Kellermann
2021-02-17
output/snapcast/Timestamp: drop `static`
Max Kellermann
2021-02-17
doc/plugins.rst: fix typo
Max Kellermann
2021-02-17
output/snapcast: new output plugin
Max Kellermann
2021-02-17
encoder/wave: remove `constexpr` because memcpy() is not allowed
Max Kellermann
2021-02-17
Merge branch 'patch-2' of git://github.com/fschlich/MPD
Max Kellermann
2021-02-17
fix typo in protocol.rst
Florian Schlichting
2021-02-16
encoder/wave: use the structs from RiffFormat.hxx
Max Kellermann
2021-02-16
encoder/wave: add static_assert on sizeof(WaveHeader)
Max Kellermann
2021-02-16
encoder/wave: refactor fill_wave_header() to function
Max Kellermann
2021-02-16
tag/RiffFormat: add struct RiffFmtChunk
Max Kellermann
2021-02-16
tag/RiffFormat: add static_asserts on sizeof()
Max Kellermann
2021-02-16
tag/RiffFormat: use CamelCase
Max Kellermann
2021-02-16
tag/Riff: split into RiffId3.?xx and RiffFormat.hxx
Max Kellermann
2021-02-16
util/ByteOrder: add classes PackedBE16, PackedLE16, PackedLE32
Max Kellermann
2021-02-16
Merge tag 'v0.22.6'
Max Kellermann
2021-02-16
release v0.22.6
v0.22.6
Max Kellermann
2021-02-16
db/simple: fix ExportedSong move constructor for non-owning sources
Max Kellermann
2021-02-16
increment version number to 0.22.6
Max Kellermann
2021-02-15
queue/PlaylistEdit: convert start/end parameters to RangeArg
Max Kellermann
2021-02-15
protocol/RangeArg: add methods ClipRelaxed(), CheckClip(), CheckAdjustEnd()
Max Kellermann
2021-02-15
queue/PlaylistEdit: check "current>=0" before updating it
Max Kellermann
2021-02-15
Merge tag 'v0.22.5'
Max Kellermann
2021-02-15
release v0.22.5
v0.22.5
Max Kellermann
2021-02-15
android/meson.build: update the SDK platform to 29
Max Kellermann
2021-02-15
command/queue: better error message for open-ended range with "move"
Max Kellermann
2021-02-15
protocol/ArgParser: check for invalid ranges
Max Kellermann
[next]