Blob


1 2021-01-11 Omar Polo <op@omarpolo.com>
3 * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
5 2021-01-10 Omar Polo <op@omarpolo.com>
7 * gmid.c (logs): log also the port of the client
8 (loop): accept both ipv4 and ipv6
10 2020-12-26 Omar Polo <op@omarpolo.com>
12 * uri.c (parse_uri): IRI support
14 2020-12-21 Omar Polo <op@omarpolo.com>
16 * gmid.c (main): -d supports relative paths
18 2020-12-02 Omar Polo <op@omarpolo.com>
20 * gmid.c: logging reworked and daemonize. The -l option was
21 removed: now it logs on syslog if -f (foreground) is not passed.
23 2020-11-18 Omar Polo <op@omarpolo.com>
25 * 1.3.2 tagged
27 * gmid.c (url_after_proto): fix bug introduced in last version
28 regarding full URLs with explicit gemini protocol.
30 * 1.3.1 tagged
32 * gmid.c (url_after_proto): correct url parsing: accept URLs
33 without explicit protocol
34 (url_start_of_request): correct handling of relative URLs
36 2020-11-17 Omar Polo <op@omarpolo.com>
38 * gmid.c (main): add flag -p to change the port
40 2020-11-10 Omar Polo <op@omarpolo.com>
42 * ChangeLog: 1.3 tagged, fixed ChangeLog format
44 * gmid.c (open_file): added support for path parameters for CGI
45 scripts
47 2020-11-06 Omar Polo <op@omarpolo.com>
49 * gmid.1: great improvements to the documentation
51 * gmid.c (url_after_proto): ensure that the requested protocol is
52 “gemini” and not something else that’s long 6 bytes.
54 * gmid.c (loop): added support for cgi scripts (can handle multiple
55 concurrently)
57 2020-11-06 Omar Polo <op@venera>
59 * gmid.1: added option to log to a file
61 2020-11-05 Omar Polo <op@omarpolo.com>
63 * gmid.c (filetypes): add MIME type for xml files
65 2020-11-03 Omar Polo <op@omarpolo.com>
67 * 1.2 tagged
69 * gmid.c (main): ignore SIGPIPE
71 2020-10-14 Omar Polo <op@omarpolo.com>
73 * 1.1 tagged
75 * switching to mmap() based file handling
77 2020-10-07 Omar Polo <op@omarpolo.com>
79 * 1.0 tagged