Blob


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