Blob


1 2020-11-10 Omar Polo <op@omarpolo.com>
3 * gmid.c (open_file): added support for path parameters for CGI
4 scripts
6 2020-11-06 Omar Polo <op@omarpolo.com>
8 * gmid.1: great improvements to the documentation
10 * gmid.c (url_after_proto): ensure that the requested protocol is
11 “gemini” and not something else that’s long 6 bytes.
13 * gmid.c (loop): added support for cgi scripts (can handle multiple
14 concurrently)
16 2020-11-06 Omar Polo <op@venera>
18 * gmid.1: added option to log to a file
20 2020-11-05 Omar Polo <op@omarpolo.com>
22 * gmid.c (filetypes): add MIME type for xml files
24 2020-11-03 Omar Polo <op@omarpolo.com>
26 * gmid.c (main): ignore SIGPIPE
27 * 1.2 tagged
29 2020-10-14 Omar Polo <op@omarpolo.com>
31 * switching to mmap() based file handling
32 * 1.1 tagged
34 2020-10-07 Omar Polo <op@omarpolo.com>
36 * 1.0 tagged