summaryrefslogtreecommitdiffstats
path: root/src/tests/uri_test.c
Commit message (Expand)AuthorAgeFilesLines
* [uri] Support "file:" URIs describing relative pathsMichael Brown2016-03-141-2/+2
* [uri] Support URIs containing only scheme and path componentsMichael Brown2016-03-131-0/+31
* [uri] Apply URI decoding for all parsed URIsMichael Brown2016-01-261-0/+14
* [tftp] Mangle initial slash on TFTP URIsMichael Brown2016-01-211-6/+6
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-021-29/+77
* [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-4/+20
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-120/+832
* [uri] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+2Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-7/+7
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-2/+5
* Add a couple of tests for the URI parsing and resolving code.Michael Brown2007-06-031-0/+145