Blob


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