Blob


1 2020-12-02 Omar Polo <op@omarpolo.com>
3 * gmid.c: logging reworked and daemonize. The -l option was
4 removed: now it logs on syslog if -f (foreground) is not passed.
6 2020-11-18 Omar Polo <op@omarpolo.com>
8 * 1.3.2 tagged
10 * gmid.c (url_after_proto): fix bug introduced in last version
11 regarding full URLs with explicit gemini protocol.
13 * 1.3.1 tagged
15 * gmid.c (url_after_proto): correct url parsing: accept URLs
16 without explicit protocol
17 (url_start_of_request): correct handling of relative URLs
19 2020-11-17 Omar Polo <op@omarpolo.com>
21 * gmid.c (main): add flag -p to change the port
23 2020-11-10 Omar Polo <op@omarpolo.com>
25 * ChangeLog: 1.3 tagged, fixed ChangeLog format
27 * gmid.c (open_file): added support for path parameters for CGI
28 scripts
30 2020-11-06 Omar Polo <op@omarpolo.com>
32 * gmid.1: great improvements to the documentation
34 * gmid.c (url_after_proto): ensure that the requested protocol is
35 “gemini” and not something else that’s long 6 bytes.
37 * gmid.c (loop): added support for cgi scripts (can handle multiple
38 concurrently)
40 2020-11-06 Omar Polo <op@venera>
42 * gmid.1: added option to log to a file
44 2020-11-05 Omar Polo <op@omarpolo.com>
46 * gmid.c (filetypes): add MIME type for xml files
48 2020-11-03 Omar Polo <op@omarpolo.com>
50 * 1.2 tagged
52 * gmid.c (main): ignore SIGPIPE
54 2020-10-14 Omar Polo <op@omarpolo.com>
56 * 1.1 tagged
58 * switching to mmap() based file handling
60 2020-10-07 Omar Polo <op@omarpolo.com>
62 * 1.0 tagged