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-01-21
util/AllocatedString: add default constructor
Max Kellermann
2021-01-21
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-01-21
Merge branch 'v0.22.x'
Max Kellermann
2021-01-21
increment version number to 0.22.5
Max Kellermann
2021-01-21
Merge tag 'v0.22.4'
Max Kellermann
2021-01-21
android/AndroidManifest.xml: android release 0.22.4
Max Kellermann
2021-01-21
android/AndroidManifest.xml: raise targetSdkVersion to 29
Max Kellermann
2021-01-21
release v0.22.4
v0.22.4
Max Kellermann
2021-01-21
protocol: add command "binarylimit"
Max Kellermann
2021-01-21
client/FileCommands: validate the given offset
Max Kellermann
2021-01-21
event/FullyBufferedSocket: add method GetOutputMaxSize()
Max Kellermann
2021-01-21
util/PeakBuffer: add method max_size()
Max Kellermann
2021-01-21
util/PeakBuffer: use std::byte instead of std::uint8_t
Max Kellermann
2021-01-21
util/PeakBuffer: add `noexcept`
Max Kellermann
2021-01-21
util/PeakBuffer: use std::size_t
Max Kellermann
2021-01-21
util/ForeignFifoBuffer: use `auto`
Max Kellermann
2021-01-21
command/Request: ParseUnsigned() returns unsigned
Max Kellermann
2021-01-21
input/curl: disable verify_peer on Android by default
Max Kellermann
2021-01-21
python/build/libs.py: build CURL with OpenSSL support
Max Kellermann
2021-01-21
event/SignalMonitor: fix non-Linux build failure
Max Kellermann
2021-01-21
db/simple/Song: Export() merges tags with "target"
Max Kellermann
2021-01-21
db/simple/ExportedSong: add option to own a Tag
Max Kellermann
2021-01-21
db/simple/ExportedSong: new class
Max Kellermann
2021-01-21
SongPrint: use LightSong::GetDuration()
Max Kellermann
2021-01-21
util/StringView: add method SplitLast()
Max Kellermann
2021-01-20
command/file: use %zu to format a size_t
Max Kellermann
2021-01-20
client/Response: add `printf` attribute
Max Kellermann
2021-01-20
Merge branch 'bugfix/1043/remove-basepath-handling' of git://github.com/PVinc...
Max Kellermann
2021-01-20
doc/mpd.conf.5.rst: updated ReplayGain website links
Max Kellermann
2021-01-19
python/build/ffmpeg.py: remove obsolete -no-integrated-as workaround
Max Kellermann
2021-01-19
doc/user.rst: require Android NDK r22
Max Kellermann
2021-01-19
output/sles: add missing include for assert()
Max Kellermann
2021-01-19
lib/pcre/RegexPointer: work around bogus -Wmaybe-uninitialized with GCC 11
Max Kellermann
2021-01-19
python/build/libs.py: update CURL to 7.74.0
Max Kellermann
2021-01-19
python/build/libs.py: update Boost to 1.75.0
Max Kellermann
2021-01-19
doc/protocol.rst: fix playlist(find|search)
Itai Y. Efrat
2021-01-16
clang-tidy: mark a bunch of variables constexpr
Rosen Penev
2021-01-12
event/Loop: fix assertion failure due to wrong "busy" value
Max Kellermann
2021-01-12
net/Resolver: add simple getaddrinfo() wrapper
Max Kellermann
2021-01-12
net/ToString: include cleanup
Max Kellermann
2021-01-11
net/SocketError: relicense to BSD-2
Max Kellermann
2021-01-11
event/Loop: simplify wake_event initializer
Max Kellermann
2021-01-11
system/EventPipe: use class Unique{Socket,File}Descriptor
Max Kellermann
2021-01-11
system/EventFD: Get() returns FileDescriptor
Max Kellermann
2021-01-11
event/WakeFD: convert macro to class with a GetSocket() method
Max Kellermann
2021-01-09
add additional opus encoder options
Ethan Halsall
2021-01-08
Remove relative path handling which was not needed
Vincent Petry
2021-01-05
Merge branch 'v0.22.x'
Max Kellermann
2021-01-05
Merge branch 'bugfix/1039/fix-webdav' of git://github.com/PVince81/MPD into v...
Max Kellermann
2021-01-05
Use uri_has_scheme for Webdav response href
Vincent Petry
[next]