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
2018-01-16
util/{Const,Writable}Buffer: add constructor with two pointers
Max Kellermann
2018-01-16
util/{Const,Writable}Buffer: eliminate static method Null(), use nullptr cast...
Max Kellermann
2018-01-16
util/OptionParser: use ConstBuffer<const char*> to store argv/argc
Max Kellermann
2018-01-16
util/OptionParser: make string pointers "const"
Max Kellermann
2018-01-16
util/OptionParser: add "constexpr"
Max Kellermann
2018-01-16
util/OptionParser: add "noexcept"
Max Kellermann
2018-01-16
util/OptionParser: use C++11 initializers
Max Kellermann
2018-01-16
util/OptionDef: add "constexpr"
Max Kellermann
2018-01-15
input/qobuz: new input plugin to receive Qobuz streams
Max Kellermann
2018-01-15
lib/curl/Request: add constructor without "url" parameter
Max Kellermann
2018-01-15
Merge branch 'v0.20.x'
Max Kellermann
2018-01-12
input/tidal: new input plugin to receive Tidal streams
Max Kellermann
2018-01-12
lib/yajl/Callbacks: add wrappers for start_array and end_array
Max Kellermann
2018-01-12
player/Thread: wake up the decoder when the pipe has run empty
Max Kellermann
2018-01-11
lib/curl/Request: add methods StartIndirect(), StopIndirect()
Max Kellermann
2018-01-11
lib/yajl/Callbacks: OO wrapper for yajl_callbacks
Max Kellermann
2018-01-11
lib/yajl/ParseInputStream: use InputStream::LockRead() to reduce lock duration
Max Kellermann
2018-01-11
lib/yajl/ParseInputStream: eliminate variable "done"
Max Kellermann
2018-01-11
playlist/SoundCloud: move code to Yajl::Parse(InputStream&)
Max Kellermann
2018-01-11
playlist/SoundCloud: soundcloud_parse_json() throws exception
Max Kellermann
2018-01-11
lib/yajl/Handle: libyajl C++ bindings
Max Kellermann
2018-01-11
configure.ac: decouple libyajl detection from SoundCloud
Max Kellermann
2018-01-11
lib/curl/Form: new library
Max Kellermann
2018-01-11
lib/curl/Easy: add curl_easy_escape() wrapper
Max Kellermann
2018-01-11
input/failing: new class
Max Kellermann
2018-01-11
input/proxy: allow input==nullptr
Max Kellermann
2018-01-11
input/curl: add public function to construct an instance
Max Kellermann
2018-01-11
input/curl: pass additional request headers to constructor
Max Kellermann
2018-01-11
input/curl: pass IcyMetaDataParser to constructor
Max Kellermann
2018-01-11
input/curl: remove impossible "icy" checks
Max Kellermann
2018-01-11
input/curl: use StringView::StartsWith()
Max Kellermann
2018-01-11
input/curl: create the request_headers list only once
Max Kellermann
2018-01-11
input/curl: un-inline constructor
Max Kellermann
2018-01-11
input/curl: add "noexcept"
Max Kellermann
2018-01-11
input/curl: convert struct to class
Max Kellermann
2018-01-08
event/Loop: use std::atomic_bool for the "quit" variable
Max Kellermann
2018-01-08
thread/Thread: add debug attribute "inside_handle"
Max Kellermann
2018-01-08
thread/Thread: make IsInside() debug-only
Max Kellermann
2018-01-08
thread/Thread: fix indent
Max Kellermann
2018-01-07
Merge branch 'v0.20.x'
Max Kellermann
2018-01-07
thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2018-01-07
thread/Thread: move code to Run()
Max Kellermann
2018-01-07
MusicPipe: lock the mutex in Peek() and GetSize()
Max Kellermann
2018-01-06
Merge remote-tracking branches 'mmuman/configure-sockaddr-sin-len' and 'mmuma...
Max Kellermann
2018-01-06
increment version number to 0.20.16
Max Kellermann
2018-01-05
Haiku: fix build
François Revol
2018-01-05
configure.ac: autodetect sin_len member in struct sockaddr_in.
François Revol
2018-01-05
Merge branch 'v0.20.x'
Max Kellermann
2018-01-05
android: release 0.20.15
Max Kellermann
[next]