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
/
ThreadInputStream.cxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-03-15
Merge branch 'v0.20.x'
Max Kellermann
2018-03-15
input/thread: move code to Stop()
Max Kellermann
2018-03-14
input/thread: set InputStream::ready after Open() failure
Max Kellermann
2018-01-20
input/thread: add "noexcept"
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-09-21
input/thread: use class HugeArray instead of the low-level function HugeAlloc...
Max Kellermann
2017-09-21
input/thread: un-inline the constructor
Max Kellermann
2017-09-21
util/HugeAllocator: HugeAllocator() returns WritableBuffer<void>
Max Kellermann
2017-09-21
util/HugeAllocator: move MADV_DONTFORK setting to HugeForkCow()
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-16
input/thread: use C++ exceptions instead of class Error
Max Kellermann
2016-09-16
input/thread: use class ScopeLock and ScopeUnlock
Max Kellermann
2016-06-17
thread/Thread: throw std::system_error on error
Max Kellermann
2016-06-17
util/HugeAllocator: throw std::bad_alloc on error
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-10-11
ThreadInputStream: call ThreadRead() inside the thread instead of Read()
Max Kellermann
2014-10-11
ThreadInputStream: add assertions
Max Kellermann
2014-05-12
ThreadInputStream: include cleanup
Max Kellermann
2014-05-11
InputStream: remove attribute "plugin"
Max Kellermann
2014-05-11
InputStream: make various methods abstract
Max Kellermann
2014-05-11
InputStream: add virtual destructor
Max Kellermann
2014-05-11
input/plugins: make InputStream the base class
Max Kellermann
2014-05-11
InputStream: convert to class
Max Kellermann
2014-03-16
input/BufferedInputStream: new wrapper for moving plugin to thread
Max Kellermann