summaryrefslogtreecommitdiff
path: root/ustream-fd.c
Commit message (Expand)AuthorAgeFilesLines
* ustream-fd: handle ENOTCONN for read/write on not-yet-connected socketsFelix Fietkau2016-01-151-2/+2
* ustream-fd: handle uloop errorsPhilip Craig2015-07-141-1/+7
* ustream-fd: stop trying to read when s->read_blocked is set.Yousong Zhou2015-06-141-0/+3
* ustream-fd: readability change.Yousong Zhou2015-06-141-1/+2
* ustream-fd: fix logic invert of write polling.Yousong Zhou2015-01-211-1/+1
* ustream: only report stream eof once via state_change callbackFelix Fietkau2013-05-311-1/+2
* ustream-fd: do not loop back into the callback from ustream_fd_set_uloopFelix Fietkau2013-01-311-7/+0
* ustream: set the right EOF flagFelix Fietkau2013-01-311-1/+1
* ustream-fd: only use read() == 0 as eof indication, and issue a state change ...Felix Fietkau2013-01-301-7/+2
* ustream-fd: retry partial writesFelix Fietkau2013-01-221-12/+17
* ustream-fd: prevent callbacks during initFelix Fietkau2013-01-031-1/+5
* ustream-fd: fix read error handlingFelix Fietkau2013-01-031-5/+7
* ustream: avoid calling s->poll from a write path to avoid looping back throug...Felix Fietkau2012-12-301-7/+15
* ustream: fix polling for write buffer availability after buffering writesFelix Fietkau2012-12-301-2/+2
* ustream: add a poll callback function defined by the ustream implementationFelix Fietkau2012-10-291-5/+22
* add ustream, an api for stream buffer managementFelix Fietkau2012-10-211-0/+138