Blob


1 2021-01-19 Omar Polo <op@omarpolo.com>
3 * parse.y (servopt): add "lang" server option
4 (servopt): moving "default type" from global options to server options
6 * Dockerfile: add a dockerfile
8 2021-01-18 Omar Polo <op@omarpolo.com>
10 * parse.y (option): add mime and "default type" options for media types.
12 2021-01-17 Omar Polo <op@omarpolo.com>
14 * sandbox.c (sandbox): added initial seccomp(2) support
16 2021-01-15 Omar Polo <op@omarpolo.com>
18 * cgi.c (start_cgi): set SERVER_NAME to the vhost when executing CGI scripts
20 * parse.y (option): add ability to specify the tls versions with "protocols"
22 * gmid.c (handle_open_conn): ensure the port number of the request matches
24 * sandbox.c (sandbox): sandbox on OpenBSD (pledge/unveil, as before) and on FreeBSD (capsicum) too
26 * sample.conf: added sample configuration
28 * gmid.c (main): changed behaviour: daemon off by default
29 (main): changed -c in -C (cert option)
30 (main): changed -k in -K (key option, for consistency with -C)
31 (main): added -c to load a configuration
32 (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore
33 (handle_handshake): add vhosts support
35 2021-01-13 Omar Polo <op@omarpolo.com>
37 * iri.c (parse_scheme): normalize scheme while parsing, so we're
38 RFC3986 compliant.
40 2021-01-11 Omar Polo <op@omarpolo.com>
42 * 1.4 and 1.4.1 tagged
44 * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
45 (handle): reject non-gemini protocols with 53
47 2021-01-10 Omar Polo <op@omarpolo.com>
49 * gmid.c (logs): log also the port of the client
50 (loop): accept both ipv4 and ipv6
52 2020-12-26 Omar Polo <op@omarpolo.com>
54 * uri.c (parse_uri): IRI support
56 2020-12-21 Omar Polo <op@omarpolo.com>
58 * gmid.c (main): -d supports relative paths
60 2020-12-02 Omar Polo <op@omarpolo.com>
62 * gmid.c: logging reworked and daemonize. The -l option was
63 removed: now it logs on syslog if -f (foreground) is not passed.
65 2020-11-18 Omar Polo <op@omarpolo.com>
67 * 1.3.2 tagged
69 * gmid.c (url_after_proto): fix bug introduced in last version
70 regarding full URLs with explicit gemini protocol.
72 * 1.3.1 tagged
74 * gmid.c (url_after_proto): correct url parsing: accept URLs
75 without explicit protocol
76 (url_start_of_request): correct handling of relative URLs
78 2020-11-17 Omar Polo <op@omarpolo.com>
80 * gmid.c (main): add flag -p to change the port
82 2020-11-10 Omar Polo <op@omarpolo.com>
84 * ChangeLog: 1.3 tagged, fixed ChangeLog format
86 * gmid.c (open_file): added support for path parameters for CGI
87 scripts
89 2020-11-06 Omar Polo <op@omarpolo.com>
91 * gmid.1: great improvements to the documentation
93 * gmid.c (url_after_proto): ensure that the requested protocol is
94 “gemini” and not something else that’s long 6 bytes.
96 * gmid.c (loop): added support for cgi scripts (can handle multiple
97 concurrently)
99 2020-11-06 Omar Polo <op@venera>
101 * gmid.1: added option to log to a file
103 2020-11-05 Omar Polo <op@omarpolo.com>
105 * gmid.c (filetypes): add MIME type for xml files
107 2020-11-03 Omar Polo <op@omarpolo.com>
109 * 1.2 tagged
111 * gmid.c (main): ignore SIGPIPE
113 2020-10-14 Omar Polo <op@omarpolo.com>
115 * 1.1 tagged
117 * switching to mmap() based file handling
119 2020-10-07 Omar Polo <op@omarpolo.com>
121 * 1.0 tagged