summaryrefslogtreecommitdiff
path: root/ustream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various memory management issuesMatthias Schiffer2016-06-261-0/+7
* ustream: tweak ustream_prepare_buf() a bit.Yousong Zhou2015-06-141-5/+11
* ustream: add function ustream_read().Yousong Zhou2015-01-211-0/+20
* ustream: remove unnecessary initializationFelix Fietkau2014-04-121-1/+1
* ustream: properly clear fields to fix ustream reuseFelix Fietkau2013-10-191-3/+10
* ustream: return NULL in ustream_get_read_buf if there's a buffer, but no dataFelix Fietkau2013-06-211-6/+4
* ustream: only report a write error once via state_change callbackFelix Fietkau2013-05-311-1/+2
* ustream: increment receive buffer countFelix Fietkau2013-01-031-0/+1
* ustream: avoid calling s->poll from a write path to avoid looping back throug...Felix Fietkau2012-12-301-4/+0
* ustream: fix polling for write buffer availability after buffering writesFelix Fietkau2012-12-301-1/+5
* ustream: suppress write attempts in ustream_printf and ustream_vprintf if a w...Felix Fietkau2012-12-301-0/+6
* ustream: make notify_state optional as wellFelix Fietkau2012-10-301-1/+2
* ustream: fix variable initializationFelix Fietkau2012-10-291-1/+1
* ustream: make ustream_init_buf staticFelix Fietkau2012-10-221-1/+1
* add ustream, an api for stream buffer managementFelix Fietkau2012-10-211-0/+500