uloop: try to use signalfd for signal handling if available
[project/libubox.git] / ustream-fd.c
2016-01-15 Felix Fietkauustream-fd: handle ENOTCONN for read/write on not-yet...
2015-07-14 Philip Craigustream-fd: handle uloop errors
2015-06-14 Yousong Zhouustream-fd: stop trying to read when s->read_blocked...
2015-06-14 Yousong Zhouustream-fd: readability change.
2015-01-21 Yousong Zhouustream-fd: fix logic invert of write polling.
2013-05-31 Felix Fietkauustream: only report stream eof once via state_change...
2013-01-31 Felix Fietkauustream-fd: do not loop back into the callback from...
2013-01-31 Felix Fietkauustream: set the right EOF flag
2013-01-30 Felix Fietkauustream-fd: only use read() == 0 as eof indication...
2013-01-22 Felix Fietkauustream-fd: retry partial writes
2013-01-03 Felix Fietkauustream-fd: prevent callbacks during init
2013-01-03 Felix Fietkauustream-fd: fix read error handling
2012-12-30 Felix Fietkauustream: avoid calling s->poll from a write path to...
2012-12-30 Felix Fietkauustream: fix polling for write buffer availability...
2012-10-29 Felix Fietkauustream: add a poll callback function defined by the...
2012-10-21 Felix Fietkauadd ustream, an api for stream buffer management