aboutsummaryrefslogtreecommitdiff
path: root/src/tests/uri_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19[settings] Expose current working URI and directory URI via settingsMichael Brown1-0/+16
2023-03-01[params] Allow for arbitrary HTTP request headers to be specifiedMichael Brown1-1/+12
2023-03-01[params] Rename "form parameter" to "request parameter"Michael Brown1-11/+11
2022-01-13[uri] Allow for relative URIs that include colons within the pathuricolonMichael Brown1-0/+10
2021-11-12[uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown1-13/+40
2016-03-14[uri] Support "file:" URIs describing relative pathsMichael Brown1-2/+2
2016-03-13[uri] Support URIs containing only scheme and path componentsMichael Brown1-0/+31
2016-01-26[uri] Apply URI decoding for all parsed URIsMichael Brown1-0/+14
2016-01-21[tftp] Mangle initial slash on TFTP URIsMichael Brown1-6/+6
2015-09-02[uri] Generalise tftp_uri() to pxe_uri()Michael Brown1-29/+77
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-4/+20
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown1-120/+832
2011-03-16[uri] Avoid unused variable warning in gcc 4.6Michael Brown1-4/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-7/+7
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-2/+5
2007-06-03Add a couple of tests for the URI parsing and resolving code.Michael Brown1-0/+145