Blob


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