Blob


1 2020-11-18 Omar Polo <op@omarpolo.com>
3 * 1.3.1 tagged
5 * gmid.c (url_after_proto): correct url parsing: accept URLs
6 without explicit protocol
7 (url_start_of_request): correct handling of relative URLs
9 2020-11-17 Omar Polo <op@omarpolo.com>
11 * gmid.c (main): add flag -p to change the port
13 2020-11-10 Omar Polo <op@omarpolo.com>
15 * ChangeLog: 1.3 tagged, fixed ChangeLog format
17 * gmid.c (open_file): added support for path parameters for CGI
18 scripts
20 2020-11-06 Omar Polo <op@omarpolo.com>
22 * gmid.1: great improvements to the documentation
24 * gmid.c (url_after_proto): ensure that the requested protocol is
25 “gemini” and not something else that’s long 6 bytes.
27 * gmid.c (loop): added support for cgi scripts (can handle multiple
28 concurrently)
30 2020-11-06 Omar Polo <op@venera>
32 * gmid.1: added option to log to a file
34 2020-11-05 Omar Polo <op@omarpolo.com>
36 * gmid.c (filetypes): add MIME type for xml files
38 2020-11-03 Omar Polo <op@omarpolo.com>
40 * 1.2 tagged
42 * gmid.c (main): ignore SIGPIPE
44 2020-10-14 Omar Polo <op@omarpolo.com>
46 * 1.1 tagged
48 * switching to mmap() based file handling
50 2020-10-07 Omar Polo <op@omarpolo.com>
52 * 1.0 tagged