summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/xfer.h
Commit message (Expand)AuthorAgeFilesLines
* Add XFER_INIT() macro.Michael Brown2008-01-221-0/+13
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-22/+16Star
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-13/+20
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-14/+0Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-0/+2
* Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-111-3/+18
* Add xfer_[v]printf() functions.Michael Brown2007-05-281-0/+4
* Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-261-1/+15
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-8/+19
* Data-transfer interface should now be functionally complete.Michael Brown2007-05-151-32/+61
* Add always_inline attribute to force gcc to inline single-instructionMichael Brown2007-05-011-2/+2
* Add start() eventMichael Brown2007-05-011-22/+41
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-3/+2Star
* Add seek()Michael Brown2007-04-291-14/+56
* Preliminary support for opening data-transfer interfacesMichael Brown2007-04-281-6/+36
* Added deliver-as-iobuf/deliver-as-raw concepts.Michael Brown2007-04-271-1/+33
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-271-0/+78