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-12-01
event/Loop: add more assertions to dtor
Max Kellermann
2020-12-01
event/Loop: rename AddDeferred() to AddDefer()
Max Kellermann
2020-12-01
event/IdleEvent: make a special case of DeferEvent
Max Kellermann
2020-12-01
event/DeferEvent: use class IntrusiveList instead of boost::intrusive::list
Max Kellermann
2020-12-01
event/DeferEvent: split the thread-safe version into new class InjectEvent
Max Kellermann
2020-12-01
event/DeferEvent: explicitly forbid copying
Max Kellermann
2020-12-01
event/DeferEvent: use `using` instead of `typedef`
Max Kellermann
2020-12-01
Merge branch 'v0.22.x'
Max Kellermann
2020-12-01
input/{tidal,qobus}: add missing includes for assert()
Max Kellermann
2020-12-01
input/tidal: add missing include for assert()
Max Kellermann
2020-11-30
util/AllocatedArray: add nullptr constructor
Max Kellermann
2020-11-30
util/AllocatedArray: add method data()
Max Kellermann
2020-11-30
util/AllocatedArray: add types pointer, const_pointer
Max Kellermann
2020-11-30
util/StringView: add method SplitLast()
Max Kellermann
2020-11-30
io/FileDescriptor: use std::size_t
Max Kellermann
2020-11-30
util/TemplateString: rename CharAsString() to FromChar()
Max Kellermann
2020-11-30
util/TemplateString: add cast operators
Max Kellermann
2020-11-30
util/TemplateString: rewrite as constexpr functions
Max Kellermann
2020-11-30
util/TemplateString: remove unnecessary implementation for static variable
Max Kellermann
2020-11-30
util/TemplateString: use std::size_t
Max Kellermann
2020-11-30
util/TemplateString: no indent after `namespace`
Max Kellermann
2020-11-30
lib/dbus/Values: use T::Traits, not T
Max Kellermann
2020-11-30
lib/dbus/Values: use `using` instead of `typedef`
Max Kellermann
2020-11-30
odbus/Types: use `using` instead of `typedef`
Max Kellermann
2020-11-30
time/ISO8601: support YYYY-MM (without day of month)
Max Kellermann
2020-11-30
time/Math: new library
Max Kellermann
2020-11-30
net/SocketAddress: add CastTo()
Max Kellermann
2020-11-30
net/IPv[46]Address: pass SocketAddress by value to Cast()
Max Kellermann
2020-11-30
net/IPv[46]Address: add Cast(const sockaddr_in&)
Max Kellermann
2020-11-30
lib/ffmpeg/Filter: Add define required for avutil
Danilo Spinella
2020-11-18
util/MimeType: relicense to BSD-2
Max Kellermann
2020-11-16
Merge branch 'v0.22.x'
Max Kellermann
2020-11-16
filter/ffmpeg: detect the output sample format
Max Kellermann
2020-11-15
output/Control: allow copy elision (fix -Wpessimizing-move)
Max Kellermann
2020-11-15
Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an ou...
Stapper
2020-11-11
Merge branch 'v0.22.x' into master
Max Kellermann
2020-11-11
doc/plugins.rst: add missing list-table declaration
Max Kellermann
2020-11-10
Merge branch 'bind' of git://github.com/neheb/MPD into master
Max Kellermann
2020-11-10
doc/mpd.1.rst: Update config file documentation.
kaliko
2020-11-10
doc/mpd.conf.5.rst: Update mpd.conf manual
kaliko
2020-11-10
doc/mpdconf.example: add database exemples
kaliko
2020-11-10
doc/mpdconf.example: add available log levels
kaliko
2020-11-10
doc/mpdconf.example: Strip trailing space, fixed typo.
kaliko
2020-11-10
decoder/dsdiff: apply padding to odd-sized chunks
Max Kellermann
2020-11-10
doc/plugins.rst: add DSD spec links
Max Kellermann
2020-11-06
Merge tag 'v0.22.3' into master
Max Kellermann
2020-11-06
increment version number to 0.22.4
Max Kellermann
2020-11-06
release v0.22.3
v0.22.3
Max Kellermann
2020-11-06
storage/curl: fix nullptr dereference
Max Kellermann
2020-11-05
clang-tidy: replace std::bind with lambdas
Rosen Penev
[next]