index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
xfer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add XFER_INIT() macro.
Michael Brown
2008-01-22
1
-7
/
+1
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-41
/
+28
*
Unplug before sending close() message, to avoid screwing up interfaces
Michael Brown
2007-07-10
1
-1
/
+1
*
Remove xfer_ready() (it has been replaced by xfer_window())
Michael Brown
2007-07-09
1
-14
/
+0
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+43
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-43
/
+0
*
Add concept of transfer metadata, to be used by UDP in order to
Michael Brown
2007-06-11
1
-5
/
+22
*
Added missing va_end()
Michael Brown
2007-06-03
1
-0
/
+1
*
Add xfer_[v]printf() functions.
Michael Brown
2007-05-28
1
-0
/
+41
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
1
-10
/
+61
*
Do not hold self-references. This then avoids the problem of having to
Michael Brown
2007-05-15
1
-13
/
+32
*
Data-transfer interface should now be functionally complete.
Michael Brown
2007-05-15
1
-32
/
+92
*
Add start() event
Michael Brown
2007-05-01
1
-26
/
+39
*
Add (and use) generic reference counter, to improve signal:noise ratio
Michael Brown
2007-04-29
1
-1
/
+1
*
Add seek()
Michael Brown
2007-04-29
1
-18
/
+75
*
Preliminary support for opening data-transfer interfaces
Michael Brown
2007-04-28
1
-12
/
+64
*
Added deliver-as-iobuf/deliver-as-raw concepts.
Michael Brown
2007-04-27
1
-5
/
+58
*
Initial sketch for the generic data-transfer interface.
Michael Brown
2007-04-26
1
-0
/
+74