Blob


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