Blob


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