Blob


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