Blob


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