aboutsummaryrefslogtreecommitdiff
path: root/iri.c
AgeCommit message (Expand)Author
2024-05-29iri: add support for raw IPv6 addressesOmar Polo
2022-11-29more is*() unsigned char castOmar Polo
2022-11-27add an implicit fastcgi parameter: GEMINI_SEARCH_STRINGOmar Polo
2022-11-17always cast is*() arguments to unsigned charOmar Polo
2022-07-04copyright yearsOmar Polo
2022-07-04encode file names in the directory indexOmar Polo
2022-07-04bugfix: allow @ and : in pathsOmar Polo
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