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
/
AsyncInputStream.cxx
Age
Commit message (
Expand
)
Author
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
input/InputStream: make IsEOF() and IsAvailable() const
Max Kellermann
2019-05-07
event/Call, ...: use wait() with predicate
Max Kellermann
2019-05-07
input/InputStreams: pass std::unique_lock<> to various methods
Max Kellermann
2019-04-05
input/InputStream: add `noexcept` to ReadTag()
Max Kellermann
2019-04-04
input/AsyncInputStream: add `noexcept`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-01-20
input/Domain: remove obsolete variable
Max Kellermann
2017-12-20
input/InputStream: ReadTag() returns std::unique_ptr<Tag>
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-09-21
input/async: use class HugeArray instead of HugeAllocation
Max Kellermann
2017-09-21
util/HugeAllocator: move MADV_DONTFORK setting to HugeForkCow()
Max Kellermann
2017-09-19
input/async: use std::exchange()
Max Kellermann
2017-09-19
input/async: use C++11 initializers
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
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-01-25
input/async: pass EventLoop& to constructor
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/async: eliminate attribute "postponed_error"
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/async: add attribute "postponed_exception"
Max Kellermann
2016-06-17
input/alsa: rebase on AsyncInputStream
Max Kellermann
2016-06-17
input/async: use class DeferredCall
Max Kellermann
2016-06-17
input/async: use class HugeAllocation
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-06
Merge branch 'v0.19.x'
Max Kellermann
2015-01-06
input/async: reset the "open" flag after seeking successfully
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-11-07
input/AsyncInputStream: set Error when seeking unseekable
Max Kellermann
2014-08-19
InputStream: make offset_type unsigned
Max Kellermann
2014-06-21
input/async: use IsEOF() instead of !open for "ready" check
Max Kellermann
2014-06-21
Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()"
Max Kellermann
2014-06-17
AsyncInputStream: fix assertion failure in AppendToBuffer()
Max Kellermann
2014-06-17
AsyncInputStream: reset "paused" when seeking
Max Kellermann
2014-06-17
input/curl: hold mutex while writing to postponed_error
Max Kellermann
2014-05-24
input/async: add offset/size comparison to IsEOF()
Max Kellermann
2014-05-24
input/curl: move code to AsyncInputStream
Max Kellermann