aboutsummaryrefslogtreecommitdiff
path: root/src/core/open.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01[uri] Make URI schemes case-insensitiveMichael Brown1-1/+2
2020-07-15[xfer] Remove address family from definition of a socket openerMichael Brown1-3/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-01-27[xfer] Expose xfer_uri_opener()Michael Brown1-14/+39
2010-06-22[interface] Convert all data-xfer interfaces to generic interfacesMichael Brown1-32/+37
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-5/+5
2009-07-06[xfer] Always nullify interface while sending close() messageMichael Brown1-5/+0
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-30[xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown1-0/+28
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-14/+2
2007-07-25Added two lines of code that were completely missing!Michael Brown1-2/+4
2007-06-13Treat URIs opened via xfer_open() and friends as relative to theMichael Brown1-5/+23
2007-06-09Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown1-14/+28
2007-05-28Make URI structures reference-counted.Michael Brown1-3/+6
2007-05-26Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.Michael Brown1-13/+11
2007-05-19Add local address to socket openers.Michael Brown1-4/+9
2007-05-18Prefix all the open()-family routines with xfer_, to disambiguate themMichael Brown1-8/+8
2007-04-29Add seek()Michael Brown1-4/+4
2007-04-28Preliminary support for opening data-transfer interfacesMichael Brown1-0/+144