index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
posix_io.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] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-32
/
+15
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
1
-6
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
*
[PXEXT] Avoid queueing zero-length buffers in posix_io.c
Michael Brown
2008-03-25
1
-6
/
+12
*
[PXEXT] Avoid returning a false EOF when we have an empty buffer queued
Michael Brown
2008-03-25
1
-1
/
+3
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-29
/
+8
*
Fix a minor logical error in posix_io.c
Michael Brown
2007-12-07
1
-1
/
+1
*
Make read_user() non-blocking, and add select() call.
Michael Brown
2007-08-04
1
-35
/
+59
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+1
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Add concept of transfer metadata, to be used by UDP in order to
Michael Brown
2007-06-11
1
-2
/
+5
*
Allow xfer_open() to take a struct uri as well as a URI string.
Michael Brown
2007-06-09
1
-1
/
+1
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
1
-4
/
+4
*
Free I/O buffers when we are finished with them!
Michael Brown
2007-05-25
1
-1
/
+4
*
Use list_for_each_entry_safe() when flushing queue.
Michael Brown
2007-05-20
1
-1
/
+2
*
Must request data before anything actually happens...
Michael Brown
2007-05-18
1
-0
/
+4
*
Added POSIX-style blocking I/O calls, for use by PXE TFTP API.
Michael Brown
2007-05-18
1
-0
/
+332