Blob


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