Blob


1 2020-11-18 Omar Polo <op@omarpolo.com>
3 * 1.3.2 tagged
5 * gmid.c (url_after_proto): fix bug introduced in last version
6 regarding full URLs with explicit gemini protocol.
8 * 1.3.1 tagged
10 * gmid.c (url_after_proto): correct url parsing: accept URLs
11 without explicit protocol
12 (url_start_of_request): correct handling of relative URLs
14 2020-11-17 Omar Polo <op@omarpolo.com>
16 * gmid.c (main): add flag -p to change the port
18 2020-11-10 Omar Polo <op@omarpolo.com>
20 * ChangeLog: 1.3 tagged, fixed ChangeLog format
22 * gmid.c (open_file): added support for path parameters for CGI
23 scripts
25 2020-11-06 Omar Polo <op@omarpolo.com>
27 * gmid.1: great improvements to the documentation
29 * gmid.c (url_after_proto): ensure that the requested protocol is
30 “gemini” and not something else that’s long 6 bytes.
32 * gmid.c (loop): added support for cgi scripts (can handle multiple
33 concurrently)
35 2020-11-06 Omar Polo <op@venera>
37 * gmid.1: added option to log to a file
39 2020-11-05 Omar Polo <op@omarpolo.com>
41 * gmid.c (filetypes): add MIME type for xml files
43 2020-11-03 Omar Polo <op@omarpolo.com>
45 * 1.2 tagged
47 * gmid.c (main): ignore SIGPIPE
49 2020-10-14 Omar Polo <op@omarpolo.com>
51 * 1.1 tagged
53 * switching to mmap() based file handling
55 2020-10-07 Omar Polo <op@omarpolo.com>
57 * 1.0 tagged