Blob


1 2021-01-24 Omar Polo <op@omarpolo.com>
3 * parse.y (vhost): added support for location blocks
5 * server.c (send_dir): make the directory index customizable
7 2021-01-23 Omar Polo <op@omarpolo.com>
9 * gg.c (main): added gg, a barebone gemini client. used by the
10 regress suite
12 2021-01-21 Omar Polo <op@omarpolo.com>
14 * configure: added a configure script
16 * server.c (handle_handshake): glob for vhost domain
18 * gmid.c (log_request): logs the full IRI and the response code (even for CGI)
20 2021-01-19 Omar Polo <op@omarpolo.com>
22 * parse.y (servopt): add "lang" server option
23 (servopt): moving "default type" from global options to server options
25 * Dockerfile: add a dockerfile
27 2021-01-18 Omar Polo <op@omarpolo.com>
29 * parse.y (option): add mime and "default type" options for media types.
31 2021-01-17 Omar Polo <op@omarpolo.com>
33 * sandbox.c (sandbox): added initial seccomp(2) support
35 2021-01-15 Omar Polo <op@omarpolo.com>
37 * cgi.c (start_cgi): set SERVER_NAME to the vhost when executing CGI scripts
39 * parse.y (option): add ability to specify the tls versions with "protocols"
41 * gmid.c (handle_open_conn): ensure the port number of the request matches
43 * sandbox.c (sandbox): sandbox on OpenBSD (pledge/unveil, as before) and on FreeBSD (capsicum) too
45 * sample.conf: added sample configuration
47 * gmid.c (main): changed behaviour: daemon off by default
48 (main): changed -c in -C (cert option)
49 (main): changed -k in -K (key option, for consistency with -C)
50 (main): added -c to load a configuration
51 (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore
52 (handle_handshake): add vhosts support
54 2021-01-13 Omar Polo <op@omarpolo.com>
56 * iri.c (parse_scheme): normalize scheme while parsing, so we're
57 RFC3986 compliant.
59 2021-01-11 Omar Polo <op@omarpolo.com>
61 * 1.4 and 1.4.1 tagged
63 * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
64 (handle): reject non-gemini protocols with 53
66 2021-01-10 Omar Polo <op@omarpolo.com>
68 * gmid.c (logs): log also the port of the client
69 (loop): accept both ipv4 and ipv6
71 2020-12-26 Omar Polo <op@omarpolo.com>
73 * uri.c (parse_uri): IRI support
75 2020-12-21 Omar Polo <op@omarpolo.com>
77 * gmid.c (main): -d supports relative paths
79 2020-12-02 Omar Polo <op@omarpolo.com>
81 * gmid.c: logging reworked and daemonize. The -l option was
82 removed: now it logs on syslog if -f (foreground) is not passed.
84 2020-11-18 Omar Polo <op@omarpolo.com>
86 * 1.3.2 tagged
88 * gmid.c (url_after_proto): fix bug introduced in last version
89 regarding full URLs with explicit gemini protocol.
91 * 1.3.1 tagged
93 * gmid.c (url_after_proto): correct url parsing: accept URLs
94 without explicit protocol
95 (url_start_of_request): correct handling of relative URLs
97 2020-11-17 Omar Polo <op@omarpolo.com>
99 * gmid.c (main): add flag -p to change the port
101 2020-11-10 Omar Polo <op@omarpolo.com>
103 * ChangeLog: 1.3 tagged, fixed ChangeLog format
105 * gmid.c (open_file): added support for path parameters for CGI
106 scripts
108 2020-11-06 Omar Polo <op@omarpolo.com>
110 * gmid.1: great improvements to the documentation
112 * gmid.c (url_after_proto): ensure that the requested protocol is
113 “gemini” and not something else that’s long 6 bytes.
115 * gmid.c (loop): added support for cgi scripts (can handle multiple
116 concurrently)
118 2020-11-06 Omar Polo <op@venera>
120 * gmid.1: added option to log to a file
122 2020-11-05 Omar Polo <op@omarpolo.com>
124 * gmid.c (filetypes): add MIME type for xml files
126 2020-11-03 Omar Polo <op@omarpolo.com>
128 * 1.2 tagged
130 * gmid.c (main): ignore SIGPIPE
132 2020-10-14 Omar Polo <op@omarpolo.com>
134 * 1.1 tagged
136 * switching to mmap() based file handling
138 2020-10-07 Omar Polo <op@omarpolo.com>
140 * 1.0 tagged