Blob


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