Age | Commit message (Expand) | Author |
---|---|---|
2021-02-07 | [cgi] split the query in words if needed and add them to the argv | Omar Polo |
2021-02-06 | [iri] accept also : and @ | Omar Polo |
2021-02-05 | don't %-decode the query | Omar Polo |
2021-02-01 | bring the CGI implementation in par with GLV-1.12556 | Omar Polo |
2021-01-31 | ensure iri.host isn't NULL | Omar Polo |
2021-01-29 | accept a wider range of UNICODE codepoints while parsing hostnames | Omar Polo |
2021-01-28 | legibility: use p[n] instead of (*(p + n)) | Omar Polo |
2021-01-27 | trim_req_iri: set error string | Omar Polo |
2021-01-21 | trim initial forward slashes | Omar Polo |
2021-01-16 | wording | Omar Polo |
2021-01-15 | check also that the port number matches | Omar Polo |
2021-01-15 | style | Omar Polo |
2021-01-15 | normalize host name when parsing the IRI | Omar Polo |
2021-01-13 | normalize schema when parsing the IRI | Omar Polo |
2021-01-11 | remove infinite loop | Omar Polo |
2021-01-11 | s/uri/iri since we accept IRIs | Omar Polo |