summaryrefslogtreecommitdiffstats
path: root/src/core/xfer.c
Commit message (Expand)AuthorAgeFilesLines
* Add XFER_INIT() macro.Michael Brown2008-01-221-7/+1Star
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-41/+28Star
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-101-1/+1
* Remove xfer_ready() (it has been replaced by xfer_window())Michael Brown2007-07-091-14/+0Star
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+43
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-43/+0Star
* Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-111-5/+22
* Added missing va_end()Michael Brown2007-06-031-0/+1
* Add xfer_[v]printf() functions.Michael Brown2007-05-281-0/+41
* Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-261-10/+61
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-13/+32
* Data-transfer interface should now be functionally complete.Michael Brown2007-05-151-32/+92
* Add start() eventMichael Brown2007-05-011-26/+39
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-1/+1
* Add seek()Michael Brown2007-04-291-18/+75
* Preliminary support for opening data-transfer interfacesMichael Brown2007-04-281-12/+64
* Added deliver-as-iobuf/deliver-as-raw concepts.Michael Brown2007-04-271-5/+58
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-271-0/+74