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
/
input
Age
Commit message (
Expand
)
Author
2021-05-21
input/last: add nullptr check to Open(), fixes assertion failure
Max Kellermann
2021-05-19
Merge branch 'v0.22.x'
Max Kellermann
2021-05-18
input/LastInputStream: new class
Max Kellermann
2021-05-17
Merge branch 'v0.22.x'
Max Kellermann
2021-05-17
{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC
Max Kellermann
2021-03-04
use structured binding declarations
Rosen Penev
2021-03-04
Merge branch 'struc' of git://github.com/neheb/MPD
Max Kellermann
2021-02-24
input/qobuz: use class IntrusiveList
Max Kellermann
2021-02-24
input/tidal: use class IntrusiveList
Max Kellermann
2021-02-13
Add cacert option for Curl plugin. Allows to set cacert for curl lib (#3)
AndriiZ
2021-01-22
lib/curl/Easy: add methods SetVerify{Host,Peer}()
Max Kellermann
2021-01-21
Merge tag 'v0.22.4'
Max Kellermann
2021-01-21
input/curl: disable verify_peer on Android by default
Max Kellermann
2021-01-16
clang-tidy: mark a bunch of variables constexpr
Rosen Penev
2021-01-01
Merge branch 'v0.22.x'
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-12-15
curl/Request: move struct Pause to class CurlResponseHandler
Max Kellermann
2020-12-01
event/DeferEvent: split the thread-safe version into new class InjectEvent
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-10-28
use structured binding declarations
Rosen Penev
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-09-23
input/uring: safe cancellation
Max Kellermann
2020-09-21
input/ffmpeg: add "hls+http://" to the list of supported protocols
Max Kellermann
2020-09-21
input/Plugin: add `noexcept`
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-08-14
input/uring: add `noexcept`
Max Kellermann
2020-07-20
input/smbclient: close handle on stat error
Max Kellermann
2020-07-20
input/smbclient: remove mutex locking
Max Kellermann
2020-07-20
*/smbclient: use the new API with SMBCCTX parameter
Max Kellermann
2020-07-20
lib/smbclient/Context: new wrapper for SMBCCTX
Max Kellermann
2020-07-16
input/Init: downgrade PluginUnconfigured to LogLevel::DEBUG
Max Kellermann
2020-07-06
PluginUnavailable: backport class PluginUnconfigured from master
Max Kellermann
2020-07-01
system/ByteOrder: move to util/
Max Kellermann
2020-07-01
Merge branch 'v0.21.x'
Max Kellermann
2020-07-01
input/file: detect premature end of file
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-05-27
archive/ArchiveList, input/Registry: avoid zero-sized array
Max Kellermann
2020-05-05
input/uring: new input plugin using io_uring
Max Kellermann
2020-05-05
*/plugins/meson.build: define feature macros in Features.h
Max Kellermann
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-04-08
input/Plugin: copy protocols() to stack before using it
Max Kellermann
2020-04-08
[cppcheck] convert several functions to use std::all_of
Rosen Penev
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-26
event/*, ...: make GetEventLoop() const
Max Kellermann
2020-03-16
add two extra noreturn that clang picked up
Rosen Penev
2020-03-16
Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...
Max Kellermann
2020-03-16
fix implicit-fallthrough warnings under clang
Rosen Penev
2020-03-16
fix missing overrides
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
[next]