summaryrefslogtreecommitdiffstats
path: root/src/core/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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