summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/uri.h
Commit message (Expand)AuthorAgeFilesLines
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+2
* uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-021-2/+2
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-2/+2
* Add concept of "current working URI".Michael Brown2007-06-121-0/+3
* Add facility for resolving base+relative URIs (and paths).Michael Brown2007-06-031-1/+7
* Make URI structures reference-counted.Michael Brown2007-05-281-5/+18
* Add utility function to parse port from URIMichael Brown2007-01-181-0/+1
* Added a URI parser that should be standards conformant. (It can certainlyMichael Brown2007-01-151-0/+116