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
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[xfer] Avoid using stack-allocated memory in xfer_printf()
Michael Brown
2012-04-23
1
-7
/
+19
*
[xfer] Send xfer_window_changed() after xfer_vredirect()
Michael Brown
2011-06-28
1
-1
/
+16
*
[xfer] Add xfer_window_changed()
Michael Brown
2010-09-05
1
-0
/
+27
*
[xfer] Add xfer_deliver_raw_meta()
Michael Brown
2010-09-03
1
-5
/
+20
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-5
/
+4
*
[interface] Allow for non-pass-through interface methods
Michael Brown
2010-06-22
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-245
/
+126
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-1
/
+1
*
[xfer] Always nullify interface while sending close() message
Michael Brown
2009-07-06
1
-0
/
+3
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Make consistent assumptions that xfer metadata can never be NULL
Michael Brown
2009-02-15
1
-2
/
+9
*
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