aboutsummaryrefslogtreecommitdiff
path: root/iri.c
AgeCommit message (Expand)Author
2021-10-18fmtOmar Polo
2021-10-02drop now unused trim_req_iriOmar Polo
2021-09-24change struct initializationOmar Polo
2021-09-24use memset(3) rather than bzero(3)Omar Polo
2021-07-07style(9)-ifyOmar Polo
2021-06-16make sure l is always initializedOmar Polo
2021-04-12fix IRI-parsing bugOmar Polo
2021-02-12fix various compilation errorsOmar Polo
2021-02-07[cgi] split the query in words if needed and add them to the argvOmar Polo
2021-02-06[iri] accept also : and @Omar Polo
2021-02-05don't %-decode the queryOmar Polo
2021-02-01bring the CGI implementation in par with GLV-1.12556Omar Polo
2021-01-31ensure iri.host isn't NULLOmar Polo
2021-01-29accept a wider range of UNICODE codepoints while parsing hostnamesOmar Polo
2021-01-28legibility: use p[n] instead of (*(p + n))Omar Polo
2021-01-27trim_req_iri: set error stringOmar Polo
2021-01-21trim initial forward slashesOmar Polo
2021-01-16wordingOmar Polo
2021-01-15check also that the port number matchesOmar Polo
2021-01-15styleOmar Polo
2021-01-15normalize host name when parsing the IRIOmar Polo
2021-01-13normalize schema when parsing the IRIOmar Polo
2021-01-11remove infinite loopOmar Polo
2021-01-11s/uri/iri since we accept IRIsOmar Polo