summaryrefslogtreecommitdiff
path: root/ustream.h
Commit message (Expand)AuthorAgeFilesLines
* ustream: Add format string checks to ustream_(v)printf()Hauke Mehrtens2019-06-161-2/+4
* ustream: add function ustream_read().Yousong Zhou2015-01-211-0/+5
* ustream: another fix for ustream_read_buf_full() with split read buffersFelix Fietkau2013-01-311-1/+2
* ustream: fix ustream_read_buf_full() for multiple read buffersFelix Fietkau2013-01-301-1/+2
* ustream: add ustream_pending_data accessor functionFelix Fietkau2013-01-011-1/+7
* ustream: add ustream_read_buf_full() helperFelix Fietkau2012-12-301-0/+5
* ustream: make notify_state optional as wellFelix Fietkau2012-10-301-1/+1
* ustream: mark notify_read cb as optionalFelix Fietkau2012-10-301-1/+1
* ustream: add a poll callback function defined by the ustream implementationFelix Fietkau2012-10-291-0/+16
* ustream: add a pointer to the ustream struct useful for chaining ustreamsFelix Fietkau2012-10-221-0/+1
* ustream.h: include stdarg.hFelix Fietkau2012-10-221-0/+1
* add ustream, an api for stream buffer managementFelix Fietkau2012-10-211-0/+183