Blob


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