summaryrefslogtreecommitdiffstats
path: root/src/core/open.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] Expose xfer_uri_opener()Michael Brown2011-01-271-14/+39
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-32/+37
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-5/+5
* [xfer] Always nullify interface while sending close() messageMichael Brown2009-07-061-5/+0Star
* [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/+28
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-14/+2Star
* Added two lines of code that were completely missing!Michael Brown2007-07-251-2/+4
* Treat URIs opened via xfer_open() and friends as relative to theMichael Brown2007-06-131-5/+23
* Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown2007-06-091-14/+28
* Make URI structures reference-counted.Michael Brown2007-05-281-3/+6
* Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.Michael Brown2007-05-261-13/+11Star
* Add local address to socket openers.Michael Brown2007-05-191-4/+9
* Prefix all the open()-family routines with xfer_, to disambiguate themMichael Brown2007-05-181-8/+8
* Add seek()Michael Brown2007-04-291-4/+4
* Preliminary support for opening data-transfer interfacesMichael Brown2007-04-281-0/+144