summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/open.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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