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
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
meson.build: move Log.cxx and LogBackend.cxx into a static library
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-12-24
Merge tag 'v0.21.18'
Max Kellermann
2019-12-24
input/curl: remove unnecessary InvalidateSockets() call
Max Kellermann
2019-12-22
Merge branch 'jv-cache-manager' of git://github.com/jacobvosmaer/MPD
Max Kellermann
2019-12-18
input/cache: use simpler intrusive::set API
Jacob Vosmaer
2019-12-16
Merge tag 'v0.21.17'
Max Kellermann
2019-12-16
input: add missing boost meson dependency
Jacob Vosmaer
2019-11-04
input/curl: apply the "charset" parameter to Icy-Name
Max Kellermann
2019-08-26
lib/curl: require CURL 7.33, remove bug workaround
Max Kellermann
2019-08-15
include cleanups (powered by iwyu)
Max Kellermann
2019-08-14
lib/gcrypt/MD5: add wrapper in lib/crypto/
Max Kellermann
2019-08-10
input/icy: support "charset" parameter in URI fragment
Max Kellermann
2019-08-06
Merge tag 'v0.21.13'
Max Kellermann
2019-08-06
input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-01
Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPD
Max Kellermann
2019-07-01
Add runtime enumeration of supported schemas.
Eugene Gorodinsky
2019-06-27
Merge branch 'v0.21.x'
Max Kellermann
2019-06-26
input/tidal: deprecated because Tidal has changed the protocol
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-15
archive/Lookup: move to fs/LookupFile.cxx
Max Kellermann
2019-06-15
archive/Lookup: pass class Path
Max Kellermann
2019-06-15
archive/Lookup: pass const pointer
Max Kellermann
2019-06-04
archive/Lookup, input/Archive: remove useless log messages
Max Kellermann
2019-05-31
input/archive: include cleanup
Max Kellermann
2019-05-31
archive/ArchiveLookup: replace output parameters with a struct
Max Kellermann
2019-05-31
archive/List: disallow passing suffix==nullptr to archive_plugin_from_suffix()
Max Kellermann
2019-05-31
archive/ArchiveLookup: remove "suffix" output parameter
Max Kellermann
2019-05-31
archive/ArchiveLookup: throw on error
Max Kellermann
2019-05-31
input/cache: first draft of the file cache
Max Kellermann
2019-05-31
input/InputStream: check offset in Rewind()
Max Kellermann
2019-05-29
input/buffering: make "mutex" public
Max Kellermann
2019-05-29
input/InputStream: make IsEOF() and IsAvailable() const
Max Kellermann
2019-05-23
PluginUnavailable: add subclass PluginUnconfigured
Max Kellermann
2019-05-22
input/buffering: add API documentation
Max Kellermann
2019-05-22
input/InputStream: define UNKNOWN_SIZE without undefined behavior
Max Kellermann
2019-05-22
input/InputStream: update API documentation
Max Kellermann
2019-05-17
input/buffered: check error in IsAvailable()
Max Kellermann
2019-05-17
input/buffering: check error in IsAvailable()
Max Kellermann
2019-05-17
input/buffering: pass offset to Read() and eliminate Seek()
Max Kellermann
2019-05-17
input/buffering: use notify_one() to wake up thread
Max Kellermann
2019-05-17
input/buffering: remove obsolete thread wakeup
Max Kellermann
2019-05-17
input/buffering: rename "read_error" to "error"
Max Kellermann
2019-05-17
input/buffering: merge multiple exception handlers into RunThread()
Max Kellermann
2019-05-17
input/buffering: move code to RunThreadLocked()
Max Kellermann
2019-05-17
input/buffering: use notify_all() instead of notify_one()
Max Kellermann
2019-05-17
input/buffering: make read errors fatal, no recovery
Max Kellermann
[next]