aboutsummaryrefslogtreecommitdiff
path: root/src/core/uri.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-13[uri] Allow for relative URIs that include colons within the pathuricolonMichael Brown1-5/+10
2021-11-12[uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown1-51/+80
2020-06-05[uri] Avoid appearing to access final byte of a potentially empty stringMichael Brown1-2/+2
2016-03-14[uri] Support "file:" URIs describing relative pathsMichael Brown1-1/+1
2016-03-13[uri] Support URIs containing only scheme and path componentsMichael Brown1-3/+2
2016-01-26[uri] Apply URI decoding for all parsed URIsMichael Brown1-1/+1
2016-01-21[tftp] Mangle initial slash on TFTP URIsMichael Brown1-21/+51
2016-01-21[uri] Avoid potentially large stack allocationMichael Brown1-9/+12
2015-09-02[uri] Generalise tftp_uri() to pxe_uri()Michael Brown1-16/+37
2015-08-25[settings] Re-add "uristring" setting typeMichael Brown1-22/+71
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-02-06[uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown1-1/+8
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown1-180/+330
2014-02-26[params] Use reference counters for form parameter listsMichael Brown1-5/+5
2013-08-19[uri] Allow URIs to incorporate a parameter listMichael Brown1-1/+30
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2010-04-25[uri] Fix NULL dereference in parse_uri()Piotr JaroszyƄski1-2/+10
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-4/+4
2010-01-27[uri] Handle an empty unparse_uri() result properlyJoshua Oreman1-4/+5
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-64/+88
2009-11-20[uri] Fix outdated comment in parse_uri()sobtwmxt1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-10-24[uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown1-2/+6
2008-09-24[uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown1-0/+78
2007-07-06convert to zallocHolger Lubitz1-2/+1
2007-06-11Add concept of "current working URI".Michael Brown1-5/+16
2007-06-03Add facility for resolving base+relative URIs (and paths).Michael Brown1-19/+220
2007-05-28Make URI structures reference-counted.Michael Brown1-1/+1
2007-01-18Add utility function to parse port from URIMichael Brown1-0/+11
2007-01-14Added a URI parser that should be standards conformant. (It can certainlyMichael Brown1-0/+161