Blob


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