Commit Graph

159 Commits

Author SHA1 Message Date
Omar Polo a5d310bc0d
[cgi] added support for path parameters
enhance the CGI scripting support so that script can take path
parameters.  That is, a script at /cgi/foo is called when the request
path is /cgi/foo/bar/...

This commit also introduce some backward incompatible changes as the
default env variables set for the CGI script changed.
2020-11-10 14:07:36 +01:00
Omar Polo 0ed5656795
documentation improvements 2020-11-06 18:11:45 +01:00
Omar Polo aff8d19010
handle CGI concurrently
don’t stop-the-world-until-cgi-end, but rather poll on the script, so
we can handle other requests in the meantime.
2020-11-06 17:09:14 +01:00
Omar Polo 3c19febb01
ensure the requested protocol is “gemini”
…and not something else that happens to be 6-bytes long.
2020-11-06 14:24:25 +01:00
Omar Polo 2c3a40faf8
added option to log to a file 2020-11-06 10:58:30 +01:00
Omar Polo dd080e1f75
define a MIME type for xml files 2020-11-05 17:05:28 +01:00
Omar Polo 19f68393e6
update the changelog and tag 1.2 2020-11-03 15:51:13 +01:00
Omar Polo 4f6eb772cb
new release: 1.1 2020-10-14 10:17:27 +02:00
Omar Polo 2b897a2cea
added a changelog file 2020-10-14 10:14:11 +02:00