Blob


1 2021-01-19 Omar Polo <op@omarpolo.com>
3 * Dockerfile: add a dockerfile
5 2021-01-18 Omar Polo <op@omarpolo.com>
7 * parse.y (option): add mime and "default type" options for media types.
9 2021-01-17 Omar Polo <op@omarpolo.com>
11 * sandbox.c (sandbox): added initial seccomp(2) support
13 2021-01-15 Omar Polo <op@omarpolo.com>
15 * cgi.c (start_cgi): set SERVER_NAME to the vhost when executing CGI scripts
17 * parse.y (option): add ability to specify the tls versions with "protocols"
19 * gmid.c (handle_open_conn): ensure the port number of the request matches
21 * sandbox.c (sandbox): sandbox on OpenBSD (pledge/unveil, as before) and on FreeBSD (capsicum) too
23 * sample.conf: added sample configuration
25 * gmid.c (main): changed behaviour: daemon off by default
26 (main): changed -c in -C (cert option)
27 (main): changed -k in -K (key option, for consistency with -C)
28 (main): added -c to load a configuration
29 (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore
30 (handle_handshake): add vhosts support
32 2021-01-13 Omar Polo <op@omarpolo.com>
34 * iri.c (parse_scheme): normalize scheme while parsing, so we're
35 RFC3986 compliant.
37 2021-01-11 Omar Polo <op@omarpolo.com>
39 * 1.4 and 1.4.1 tagged
41 * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
42 (handle): reject non-gemini protocols with 53
44 2021-01-10 Omar Polo <op@omarpolo.com>
46 * gmid.c (logs): log also the port of the client
47 (loop): accept both ipv4 and ipv6
49 2020-12-26 Omar Polo <op@omarpolo.com>
51 * uri.c (parse_uri): IRI support
53 2020-12-21 Omar Polo <op@omarpolo.com>
55 * gmid.c (main): -d supports relative paths
57 2020-12-02 Omar Polo <op@omarpolo.com>
59 * gmid.c: logging reworked and daemonize. The -l option was
60 removed: now it logs on syslog if -f (foreground) is not passed.
62 2020-11-18 Omar Polo <op@omarpolo.com>
64 * 1.3.2 tagged
66 * gmid.c (url_after_proto): fix bug introduced in last version
67 regarding full URLs with explicit gemini protocol.
69 * 1.3.1 tagged
71 * gmid.c (url_after_proto): correct url parsing: accept URLs
72 without explicit protocol
73 (url_start_of_request): correct handling of relative URLs
75 2020-11-17 Omar Polo <op@omarpolo.com>
77 * gmid.c (main): add flag -p to change the port
79 2020-11-10 Omar Polo <op@omarpolo.com>
81 * ChangeLog: 1.3 tagged, fixed ChangeLog format
83 * gmid.c (open_file): added support for path parameters for CGI
84 scripts
86 2020-11-06 Omar Polo <op@omarpolo.com>
88 * gmid.1: great improvements to the documentation
90 * gmid.c (url_after_proto): ensure that the requested protocol is
91 “gemini” and not something else that’s long 6 bytes.
93 * gmid.c (loop): added support for cgi scripts (can handle multiple
94 concurrently)
96 2020-11-06 Omar Polo <op@venera>
98 * gmid.1: added option to log to a file
100 2020-11-05 Omar Polo <op@omarpolo.com>
102 * gmid.c (filetypes): add MIME type for xml files
104 2020-11-03 Omar Polo <op@omarpolo.com>
106 * 1.2 tagged
108 * gmid.c (main): ignore SIGPIPE
110 2020-10-14 Omar Polo <op@omarpolo.com>
112 * 1.1 tagged
114 * switching to mmap() based file handling
116 2020-10-07 Omar Polo <op@omarpolo.com>
118 * 1.0 tagged