Blob


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