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
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-10
Merge branch 'bind' of git://github.com/neheb/MPD into master
Max Kellermann
2020-11-10
decoder/dsdiff: apply padding to odd-sized chunks
Max Kellermann
2020-11-06
Merge tag 'v0.22.3' into master
Max Kellermann
2020-11-06
storage/curl: fix nullptr dereference
Max Kellermann
2020-11-05
clang-tidy: replace std::bind with lambdas
Rosen Penev
2020-11-04
util/MimeType: use IterableSplitString() in ParseMimeTypeParameters()
Max Kellermann
2020-11-04
playlist/registry: remove duplicate function ExtractMimeTypeMainPart()
Max Kellermann
2020-11-04
util/MimeType: migrate GetMimeTypeBase() to std::string_view
Max Kellermann
2020-11-04
util/UriExtract: remove the query string at the beginning of uri_get_suffix()
Max Kellermann
2020-11-04
util/UriExtract: pass std::string_view to uri_get_suffix()
Max Kellermann
2020-11-04
util/UriExtract: uri_get_suffix() returns std::string_view
Max Kellermann
2020-11-04
{decoder,archive,playlist}/plugin: pass std::string_view to SupportsMimeType()
Max Kellermann
2020-11-04
Merge branch 'v0.22.x' into master
Max Kellermann
2020-11-04
Merge branch 'clng11' of git://github.com/neheb/MPD into master
Max Kellermann
[next]