summaryrefslogtreecommitdiffstats
path: root/src/core/uri.c
Commit message (Expand)AuthorAgeFilesLines
* [uri] Support "file:" URIs describing relative pathsMichael Brown2016-03-141-1/+1
* [uri] Support URIs containing only scheme and path componentsMichael Brown2016-03-131-3/+2Star
* [uri] Apply URI decoding for all parsed URIsMichael Brown2016-01-261-1/+1
* [tftp] Mangle initial slash on TFTP URIsMichael Brown2016-01-211-21/+51
* [uri] Avoid potentially large stack allocationMichael Brown2016-01-211-9/+12
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-021-16/+37
* [settings] Re-add "uristring" setting typeMichael Brown2015-08-251-22/+71
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-061-1/+8
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-180/+330
* [params] Use reference counters for form parameter listsMichael Brown2014-02-271-5/+5
* [uri] Allow URIs to incorporate a parameter listMichael Brown2013-08-191-1/+30
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [uri] Fix NULL dereference in parse_uri()Piotr JaroszyƄski2010-04-251-2/+10
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [uri] Handle an empty unparse_uri() result properlyJoshua Oreman2010-01-271-4/+5
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-64/+88
* [uri] Fix outdated comment in parse_uri()sobtwmxt2009-11-211-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown2008-10-241-2/+6
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+78
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Add concept of "current working URI".Michael Brown2007-06-121-5/+16
* Add facility for resolving base+relative URIs (and paths).Michael Brown2007-06-031-19/+220
* Make URI structures reference-counted.Michael Brown2007-05-281-1/+1
* Add utility function to parse port from URIMichael Brown2007-01-181-0/+11
* Added a URI parser that should be standards conformant. (It can certainlyMichael Brown2007-01-151-0/+161