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
2020-02-01
[clang-tidy] convert several loops to const auto&
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-02-01
*: use nullptr instead of NULL
Max Kellermann
2020-02-01
*: use defaulted destructors
Max Kellermann
2020-02-01
test/test_pcm_*: use `using` instead of `typedef`
Max Kellermann
2020-02-01
decoder/{vorbis,mpcdec}: use `using` instead of `typedef`
Max Kellermann
2020-02-01
pcm/PcmFormat: use `using` instead of `typedef`
Max Kellermann
2020-02-01
pcm/Dither: use `using` instead of `typedef`
Max Kellermann
2020-02-01
util/Domain: add `noexcept`
Max Kellermann
2020-02-01
util/Exception: move the forwarded std::exception_ptr
Max Kellermann
2020-02-01
net/StaticSocketAddress: make the cast operators `constexpr`
Max Kellermann
2020-02-01
net/AddressInfo: add MakeAddrInfo()
Max Kellermann
2020-02-01
util/TemplateString: remove stray semicolon
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-31
decoder/ogg: improve seeking accuracy using binary search
Max Kellermann
2020-01-31
lib/xiph/OggVisitor: add method ReadGranulepos()
Max Kellermann
2020-01-31
lib/xiph/OggVisitor: update the OggStreamState offset
Max Kellermann
2020-01-31
lib/xiph/OggSyncState: keep track of the Reader offset
Max Kellermann
2020-01-31
decoder/ogg: move code to SeekByte()
Max Kellermann
2020-01-31
decoder/ogg: remove unimplemented Seek() declaration
Max Kellermann
2020-01-20
output/Control: add missing nullptr check to LockRelease()
Max Kellermann
2020-01-20
command/partition: add command "delpartition"
Max Kellermann
2020-01-20
command/partition: don't create null output in new partitions
Max Kellermann
2020-01-20
output/multiple: add "client" field, replacing the "client" parameter
Max Kellermann
2020-01-20
Create FUNDING.yml
Max Kellermann
2020-01-20
Partition: add a local idle_monitor
Max Kellermann
2020-01-20
Instance: move OnIdle() to Instance.cxx
Max Kellermann
2020-01-20
Instance: move code to OnStateModified()
Max Kellermann
2020-01-20
Instance: manage StateFile with std::unique_ptr
Max Kellermann
2020-01-20
Partition: add client list
Max Kellermann
2020-01-20
Partition,Instance: add EmitIdle() documentation
Max Kellermann
2020-01-20
command/message: make messages/subscriptions local to the current partition
Max Kellermann
2020-01-20
client/Client: make several getter methods const
Max Kellermann
2020-01-20
Instance: remove partitions loop from {Found,Lost}Neighbor()
Max Kellermann
2020-01-20
Main: move code to Partition::BeginShutdown()
Max Kellermann
2020-01-18
command/player: show partition name in "status" response
Max Kellermann
2020-01-18
command/player: add local Partition reference variable
Max Kellermann
2020-01-18
add "moveoutput" command
Max Kellermann
2020-01-18
client/Client: emit idle flags in SetPartition()
Max Kellermann
2020-01-18
output/Control: move code to method StopThread()
Max Kellermann
2020-01-18
output/Control: avoid sending KILL twice
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
pcm/meson.build: split libpcm into two
Max Kellermann
2020-01-18
meson.build: move Log.cxx and LogBackend.cxx into a static library
Max Kellermann
2020-01-18
tag/ApeLoader: remove exception handler, let caller catch
Max Kellermann
2020-01-18
tag/Id3Scan: remove exception handler, let caller catch
Max Kellermann
2020-01-18
output/MultipleOutputs: update API documentation
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-17
pcm/Convert: choose pcm2dsd float/integer according to dest_format
Max Kellermann
[next]