Blob


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