Blob


1 2021-01-10 Omar Polo <op@omarpolo.com>
3 * gmid.c (logs): log also the port of the client
4 (loop): accept both ipv4 and ipv6
6 2020-12-26 Omar Polo <op@omarpolo.com>
8 * uri.c (parse_uri): IRI support
10 2020-12-21 Omar Polo <op@omarpolo.com>
12 * gmid.c (main): -d supports relative paths
14 2020-12-02 Omar Polo <op@omarpolo.com>
16 * gmid.c: logging reworked and daemonize. The -l option was
17 removed: now it logs on syslog if -f (foreground) is not passed.
19 2020-11-18 Omar Polo <op@omarpolo.com>
21 * 1.3.2 tagged
23 * gmid.c (url_after_proto): fix bug introduced in last version
24 regarding full URLs with explicit gemini protocol.
26 * 1.3.1 tagged
28 * gmid.c (url_after_proto): correct url parsing: accept URLs
29 without explicit protocol
30 (url_start_of_request): correct handling of relative URLs
32 2020-11-17 Omar Polo <op@omarpolo.com>
34 * gmid.c (main): add flag -p to change the port
36 2020-11-10 Omar Polo <op@omarpolo.com>
38 * ChangeLog: 1.3 tagged, fixed ChangeLog format
40 * gmid.c (open_file): added support for path parameters for CGI
41 scripts
43 2020-11-06 Omar Polo <op@omarpolo.com>
45 * gmid.1: great improvements to the documentation
47 * gmid.c (url_after_proto): ensure that the requested protocol is
48 “gemini” and not something else that’s long 6 bytes.
50 * gmid.c (loop): added support for cgi scripts (can handle multiple
51 concurrently)
53 2020-11-06 Omar Polo <op@venera>
55 * gmid.1: added option to log to a file
57 2020-11-05 Omar Polo <op@omarpolo.com>
59 * gmid.c (filetypes): add MIME type for xml files
61 2020-11-03 Omar Polo <op@omarpolo.com>
63 * 1.2 tagged
65 * gmid.c (main): ignore SIGPIPE
67 2020-10-14 Omar Polo <op@omarpolo.com>
69 * 1.1 tagged
71 * switching to mmap() based file handling
73 2020-10-07 Omar Polo <op@omarpolo.com>
75 * 1.0 tagged