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
2018-01-02
filter/Plugin: move filter_configured_new() to LoadOne.cxx
Max Kellermann
2018-01-02
filter/Plugin: eliminate filter_new()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalDrain()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalCloseError()
Max Kellermann
2018-01-02
output/Thread: move common code to method Failure()
Max Kellermann
2018-01-02
output/Thread: update "last_error" after filter/play errors
Max Kellermann
2018-01-02
output/Thread: move error handling code into the catch block
Max Kellermann
2018-01-02
output/Thread: AudioOutput::Play() must not return zero
Max Kellermann
2018-01-02
output/haiku: remove size==0 check from Play()
Max Kellermann
2018-01-02
output/ao: round write_size down to a multiple of the frame size
Max Kellermann
2018-01-02
config/Block: add method GetPositiveValue()
Max Kellermann
2018-01-02
config/{Block,Global}: add missing strtoul() check
Max Kellermann
2018-01-02
neighbor/Plugin: std::unique_ptr<NeighborExplorer>
Max Kellermann
2018-01-02
neighbor/{Explorer,Listener}: add "noexcept"
Max Kellermann
2018-01-02
storage/Composite: use std::unique_ptr<Storage>
Max Kellermann
2018-01-02
storage/Plugin: return std::unique_ptr<Storage>
Max Kellermann
2018-01-02
lib/upnp/Discovery: protect "downloaders" accesses with mutex
Max Kellermann
2018-01-02
db/upnp: use SplitString() instead of stringToTokens()
Max Kellermann
2018-01-02
lib/upnp/Util: remove unused function csvToStrings()
Max Kellermann
2018-01-02
lib/upnp/ContentDirectoryService: use SplitString() instead of csvToStrings()
Max Kellermann
2018-01-02
lib/upnp/Util: use std::string::erase() instead of ..::replace()
Max Kellermann
2018-01-02
Merge branch 'v0.20.x'
Max Kellermann
2018-01-02
storage/State: check if a CompositeStorage exists; fixes nullptr dereference
Max Kellermann
2018-01-02
storage/State: make mount errors non-fatal
Max Kellermann
2018-01-02
storage/State: fix memory leak after database mount failure
Max Kellermann
2018-01-02
storage/State: remove useless #ifdef ENABLE_DATABASE
Max Kellermann
2018-01-02
thread/SafeSingleton: disallow copying
Max Kellermann
2018-01-02
thread/SafeSingleton: pass parameters to constructor
Max Kellermann
2018-01-02
lib/upnp/ClientInit: return UpnpClient_Handle
Max Kellermann
2018-01-02
output/ao: use class SafeSingleton for libao initialization
Max Kellermann
2018-01-02
thread/SafeSingleton: new thread-safe utility class
Max Kellermann
2018-01-02
output/Source: drop the "_instance" suffix from variable names
Max Kellermann
2018-01-01
filter/Filter: add "noexcept"
Max Kellermann
2018-01-01
pcm/*: add "noexcept"
Max Kellermann
2018-01-01
Filter/Internal: split header
Max Kellermann
2017-12-30
MusicChunk: reorder attributes to reduce padding
Max Kellermann
2017-12-30
MusicChunk: make the struct size exactly 4096
Max Kellermann
2017-12-30
MusicChunk: split struct MusicChunkInfo from struct MusicChunk
Max Kellermann
2017-12-30
CrossFade: use sizeof(MusicChunk::data) instead of CHUNK_SIZE
Max Kellermann
2017-12-30
player/Thread: make seeking into a new song non-blocking
Max Kellermann
2017-12-29
player/Thread: make SEEK (partially) non-blocking
Max Kellermann
2017-12-29
poison.h: remove obsolete header
Max Kellermann
2017-12-29
player/Outputs: abstract interface wrapping class MultipleOutputs
Max Kellermann
2017-12-29
output/Multiple: add "noexcept"
Max Kellermann
2017-12-28
player/Thread: remove redundant outputs.Cancel() call
Max Kellermann
2017-12-28
player/Thread: ProcessCommand() returns bool
Max Kellermann
2017-12-27
player/Thread: move CommandFinished() call out of SeekDecoder(SongTime)
Max Kellermann
2017-12-27
player/Thread: update code comment
Max Kellermann
2017-12-27
filter/Internal: return std::unique_ptr<Filter>
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
Max Kellermann
[next]