aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/open.h
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-0/+2
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-4/+4
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-2/+8
* [build] Avoid strict-aliasing warnings when building with gcc 4.4Michael Brown2009-01-051-1/+1
* Added missing #includeMichael Brown2007-07-301-0/+1
* Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown2007-06-091-3/+11
* Make URI structures reference-counted.Michael Brown2007-05-281-3/+0
* Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.Michael Brown2007-05-261-7/+11
* Add local address to socket openers.Michael Brown2007-05-191-3/+6
* Prefix all the open()-family routines with xfer_, to disambiguate themMichael Brown2007-05-181-5/+6
* Add seek()Michael Brown2007-04-291-2/+2
* Preliminary support for opening data-transfer interfacesMichael Brown2007-04-281-0/+81