summaryrefslogtreecommitdiffstats
path: root/stream/stream_cb.c
Commit message (Expand)AuthorAgeFilesLines
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-2/+0
* stream, demux: redo origin policy thingwm42019-12-201-0/+1
* stream: remove unused read_chunk fieldwm42019-11-071-1/+0
* stream: replace STREAM_CTRL_GET_SIZE with a proper entrypointwm42019-11-071-13/+8
* stream: change buffer argument types from char* to void*wm42019-11-071-1/+1
* stream_cb: add cancel_fn callbackAman Gupta2019-09-271-0/+8
* stream_cb: don't add "*://" to protocol listwm42016-09-101-1/+0
* stream_cb: remove broken castwm42016-08-311-1/+1
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-071-0/+108