Blob


1 2021-01-15 Omar Polo <op@omarpolo.com>
3 * sample.conf: added sample configuration
5 * gmid.c (main): changed behaviour: daemon off by default
6 (main): changed -c in -C (cert option)
7 (main): changed -k in -K (key option, for consistency with -C)
8 (main): added -c to load a configuration
9 (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore
10 (handle_handshake): add vhosts support
12 2021-01-13 Omar Polo <op@omarpolo.com>
14 * iri.c (parse_scheme): normalize scheme while parsing, so we're
15 RFC3986 compliant.
17 2021-01-11 Omar Polo <op@omarpolo.com>
19 * 1.4 and 1.4.1 tagged
21 * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
22 (handle): reject non-gemini protocols with 53
24 2021-01-10 Omar Polo <op@omarpolo.com>
26 * gmid.c (logs): log also the port of the client
27 (loop): accept both ipv4 and ipv6
29 2020-12-26 Omar Polo <op@omarpolo.com>
31 * uri.c (parse_uri): IRI support
33 2020-12-21 Omar Polo <op@omarpolo.com>
35 * gmid.c (main): -d supports relative paths
37 2020-12-02 Omar Polo <op@omarpolo.com>
39 * gmid.c: logging reworked and daemonize. The -l option was
40 removed: now it logs on syslog if -f (foreground) is not passed.
42 2020-11-18 Omar Polo <op@omarpolo.com>
44 * 1.3.2 tagged
46 * gmid.c (url_after_proto): fix bug introduced in last version
47 regarding full URLs with explicit gemini protocol.
49 * 1.3.1 tagged
51 * gmid.c (url_after_proto): correct url parsing: accept URLs
52 without explicit protocol
53 (url_start_of_request): correct handling of relative URLs
55 2020-11-17 Omar Polo <op@omarpolo.com>
57 * gmid.c (main): add flag -p to change the port
59 2020-11-10 Omar Polo <op@omarpolo.com>
61 * ChangeLog: 1.3 tagged, fixed ChangeLog format
63 * gmid.c (open_file): added support for path parameters for CGI
64 scripts
66 2020-11-06 Omar Polo <op@omarpolo.com>
68 * gmid.1: great improvements to the documentation
70 * gmid.c (url_after_proto): ensure that the requested protocol is
71 “gemini” and not something else that’s long 6 bytes.
73 * gmid.c (loop): added support for cgi scripts (can handle multiple
74 concurrently)
76 2020-11-06 Omar Polo <op@venera>
78 * gmid.1: added option to log to a file
80 2020-11-05 Omar Polo <op@omarpolo.com>
82 * gmid.c (filetypes): add MIME type for xml files
84 2020-11-03 Omar Polo <op@omarpolo.com>
86 * 1.2 tagged
88 * gmid.c (main): ignore SIGPIPE
90 2020-10-14 Omar Polo <op@omarpolo.com>
92 * 1.1 tagged
94 * switching to mmap() based file handling
96 2020-10-07 Omar Polo <op@omarpolo.com>
98 * 1.0 tagged