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
2019-05-31
input/cache: first draft of the file cache
Max Kellermann
2019-05-31
tag/Generic: fail if InputStream is not seekable
Max Kellermann
2019-05-31
input/InputStream: check offset in Rewind()
Max Kellermann
2019-05-31
Merge branch 'v0.21.x'
Max Kellermann
2019-05-31
Revert "player/Thread: remove unnecessary "pipe" check"
Max Kellermann
2019-05-31
mixer/Listener: add `noexcept`
Max Kellermann
2019-05-31
Partition: add `noexcept`
Max Kellermann
2019-05-31
queue/Playlist: add `noexcept`
Max Kellermann
2019-05-31
queue/Playlist: remove destructor
Max Kellermann
2019-05-31
queue/Playlist: use C++11 initializers
Max Kellermann
2019-05-31
queue/Listener: add `noexcept`
Max Kellermann
2019-05-30
decoder/Bridge: add method OpenLocal()
Max Kellermann
2019-05-30
config/Parser: work around conflicting macro MAX_INPUT
Max Kellermann
2019-05-29
config/Parser: add ParseSize()
Max Kellermann
2019-05-29
config/Parser: get_bool() throws on error
Max Kellermann
2019-05-29
config/Block: add method With()
Max Kellermann
2019-05-29
config/Block: add ThrowWithNested()
Max Kellermann
2019-05-29
Main: add Config constructor
Max Kellermann
2019-05-29
Main: move two more functions down
Max Kellermann
2019-05-29
Main: move main() to the bottom
Max Kellermann
2019-05-29
Main: fold mpd_main_after_fork() into MainConfigured()
Max Kellermann
2019-05-29
config/Param: add method With()
Max Kellermann
2019-05-29
config/Param: add method ThrowWithNested()
Max Kellermann
2019-05-29
client/List: use `using` instead of `typedef`
Max Kellermann
2019-05-29
client/List: fold CloseAll() into destructor
Max Kellermann
2019-05-29
client/List: use `auto`
Max Kellermann
2019-05-29
Instance: wrap ClientList in std::unique_ptr<>
Max Kellermann
2019-05-29
Main: allocate Instance on the stack
Max Kellermann
2019-05-29
thread/Slack: use std::chrono::duration
Max Kellermann
2019-05-29
Main: simplify Android startup
Max Kellermann
2019-05-29
Main: use AtScopeExit() to free Android objects
Max Kellermann
2019-05-29
Main: add overload with ConfigData parameter
Max Kellermann
2019-05-29
Main: convert `int` return types to `void`
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-23
{event,output}/Thread: downgrade realtime scheduling errors to "info"
Max Kellermann
2019-05-23
LogBackend: set default log level to "default"
Max Kellermann
2019-05-23
Log: add Log() and LogFormat() overloads with std::exception_ptr
Max Kellermann
2019-05-23
Log: make LogLevel the first parameter
Max Kellermann
2019-05-22
Log: use GetFullMessage() to print exceptions
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-22
util/SparseBuffer: move #endif to the bottom
Max Kellermann
2019-05-22
tag/Id3Load: include cleanup
Max Kellermann
2019-05-22
tag/Generic: allow ScanGenericTags() to throw
Max Kellermann
2019-05-22
TagFile: allow ScanFileTags*() to throw
Max Kellermann
2019-05-22
TagStream: allow tag_stream_scan() to throw
Max Kellermann
2019-05-22
DetachedSong: allow LoadFile(), Update() to throw
Max Kellermann
[next]