Blob


1 2020-11-18 Omar Polo <op@omarpolo.com>
3 * gmid.c (url_after_proto): correct url parsing: accept URLs
4 without explicit protocol
6 2020-11-17 Omar Polo <op@omarpolo.com>
8 * gmid.c (main): add flag -p to change the port
10 2020-11-10 Omar Polo <op@omarpolo.com>
12 * ChangeLog: 1.3 tagged, fixed ChangeLog format
14 * gmid.c (open_file): added support for path parameters for CGI
15 scripts
17 2020-11-06 Omar Polo <op@omarpolo.com>
19 * gmid.1: great improvements to the documentation
21 * gmid.c (url_after_proto): ensure that the requested protocol is
22 “gemini” and not something else that’s long 6 bytes.
24 * gmid.c (loop): added support for cgi scripts (can handle multiple
25 concurrently)
27 2020-11-06 Omar Polo <op@venera>
29 * gmid.1: added option to log to a file
31 2020-11-05 Omar Polo <op@omarpolo.com>
33 * gmid.c (filetypes): add MIME type for xml files
35 2020-11-03 Omar Polo <op@omarpolo.com>
37 * 1.2 tagged
39 * gmid.c (main): ignore SIGPIPE
41 2020-10-14 Omar Polo <op@omarpolo.com>
43 * 1.1 tagged
45 * switching to mmap() based file handling
47 2020-10-07 Omar Polo <op@omarpolo.com>
49 * 1.0 tagged