summaryrefslogtreecommitdiffstats
path: root/src/core/posix_io.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-1/+1
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-32/+15Star
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-6/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-1/+1
* [PXEXT] Avoid queueing zero-length buffers in posix_io.cMichael Brown2008-03-251-6/+12
* [PXEXT] Avoid returning a false EOF when we have an empty buffer queuedMichael Brown2008-03-251-1/+3
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-29/+8Star
* Fix a minor logical error in posix_io.cMichael Brown2007-12-071-1/+1
* Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-35/+59
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+1
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-111-2/+5
* Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown2007-06-091-1/+1
* Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-261-4/+4
* Free I/O buffers when we are finished with them!Michael Brown2007-05-251-1/+4
* Use list_for_each_entry_safe() when flushing queue.Michael Brown2007-05-201-1/+2
* Must request data before anything actually happens...Michael Brown2007-05-181-0/+4
* Added POSIX-style blocking I/O calls, for use by PXE TFTP API.Michael Brown2007-05-181-0/+332