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.hxx
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
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
event/DeferredCall: rename to DeferEvent
Max Kellermann
2017-09-21
input/async: use class HugeArray instead of HugeAllocation
Max Kellermann
2017-09-19
input/async: remove outdated API documentation
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-25
input/async: add method GetEventLoop()
Max Kellermann
2017-01-03
update copyright year
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/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-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-14
input/async: add API documentation
Max Kellermann
2014-11-02
AsyncInputStream: add method ClearTag()
Max Kellermann
2014-09-02
input/async: add method IsPaused()
Max Kellermann
2014-07-10
input/async: more API documentation
Max Kellermann
2014-06-17
input/curl: hold mutex while writing to postponed_error
Max Kellermann
2014-06-17
input/AsyncInputStream: add method IsBufferFull()
Max Kellermann
2014-05-24
input/curl: move code to AsyncInputStream
Max Kellermann