index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iri.c
Age
Commit message (
Expand
)
Author
2024-06-10
iri: don't error on a '..' component at the start of the path
Omar Polo
2024-06-10
remove stale comment
Omar Polo
2024-06-10
refactor path_clean()
Omar Polo
2024-05-29
iri: add support for raw IPv6 addresses
Omar Polo
2022-11-29
more is*() unsigned char cast
Omar Polo
2022-11-27
add an implicit fastcgi parameter: GEMINI_SEARCH_STRING
Omar Polo
2022-11-17
always cast is*() arguments to unsigned char
Omar Polo
2022-07-04
copyright years
Omar Polo
2022-07-04
encode file names in the directory index
Omar Polo
2022-07-04
bugfix: allow @ and : in paths
Omar Polo
2021-10-18
fmt
Omar Polo
2021-10-02
drop now unused trim_req_iri
Omar Polo
2021-09-24
change struct initialization
Omar Polo
2021-09-24
use memset(3) rather than bzero(3)
Omar Polo
2021-07-07
style(9)-ify
Omar Polo
2021-06-16
make sure l is always initialized
Omar Polo
2021-04-12
fix IRI-parsing bug
Omar Polo
2021-02-12
fix various compilation errors
Omar Polo
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