Blob


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