Blob


1 2021-01-11 Omar Polo <op@omarpolo.com>
3 * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
4 (handle): reject non-gemini protocols with 53
6 2021-01-10 Omar Polo <op@omarpolo.com>
8 * gmid.c (logs): log also the port of the client
9 (loop): accept both ipv4 and ipv6
11 2020-12-26 Omar Polo <op@omarpolo.com>
13 * uri.c (parse_uri): IRI support
15 2020-12-21 Omar Polo <op@omarpolo.com>
17 * gmid.c (main): -d supports relative paths
19 2020-12-02 Omar Polo <op@omarpolo.com>
21 * gmid.c: logging reworked and daemonize. The -l option was
22 removed: now it logs on syslog if -f (foreground) is not passed.
24 2020-11-18 Omar Polo <op@omarpolo.com>
26 * 1.3.2 tagged
28 * gmid.c (url_after_proto): fix bug introduced in last version
29 regarding full URLs with explicit gemini protocol.
31 * 1.3.1 tagged
33 * gmid.c (url_after_proto): correct url parsing: accept URLs
34 without explicit protocol
35 (url_start_of_request): correct handling of relative URLs
37 2020-11-17 Omar Polo <op@omarpolo.com>
39 * gmid.c (main): add flag -p to change the port
41 2020-11-10 Omar Polo <op@omarpolo.com>
43 * ChangeLog: 1.3 tagged, fixed ChangeLog format
45 * gmid.c (open_file): added support for path parameters for CGI
46 scripts
48 2020-11-06 Omar Polo <op@omarpolo.com>
50 * gmid.1: great improvements to the documentation
52 * gmid.c (url_after_proto): ensure that the requested protocol is
53 “gemini” and not something else that’s long 6 bytes.
55 * gmid.c (loop): added support for cgi scripts (can handle multiple
56 concurrently)
58 2020-11-06 Omar Polo <op@venera>
60 * gmid.1: added option to log to a file
62 2020-11-05 Omar Polo <op@omarpolo.com>
64 * gmid.c (filetypes): add MIME type for xml files
66 2020-11-03 Omar Polo <op@omarpolo.com>
68 * 1.2 tagged
70 * gmid.c (main): ignore SIGPIPE
72 2020-10-14 Omar Polo <op@omarpolo.com>
74 * 1.1 tagged
76 * switching to mmap() based file handling
78 2020-10-07 Omar Polo <op@omarpolo.com>
80 * 1.0 tagged