Blame


1 5f715ce4 2021-02-02 op 2021-02-02 Omar Polo <op@omarpolo.com>
2 5f715ce4 2021-02-02 op
3 5f715ce4 2021-02-02 op * server.c (handle_dirlist_head): print the header in the directory listing
4 5f715ce4 2021-02-02 op
5 e17642a7 2021-02-01 op 2021-02-01 Omar Polo <op@omarpolo.com>
6 e17642a7 2021-02-01 op
7 e17642a7 2021-02-01 op * parse.y (servopt): require absolute paths in config file
8 e17642a7 2021-02-01 op
9 ee29b5a6 2021-01-31 op 2021-01-31 Omar Polo <op@omarpolo.com>
10 ee29b5a6 2021-01-31 op
11 ee29b5a6 2021-01-31 op * gmid.c (main): cgi scripts now have only std{in,out,err} open
12 ee29b5a6 2021-01-31 op
13 e9992347 2021-01-30 op 2021-01-30 Omar Polo <op@omarpolo.com>
14 e9992347 2021-01-30 op
15 38f8a798 2021-02-01 op * 1.5 tagged
16 e9992347 2021-01-30 op * server.c: change precedence of location rules
17 e9992347 2021-01-30 op
18 dceca3b6 2021-01-29 op 2021-01-29 Omar Polo <op@omarpolo.com>
19 dceca3b6 2021-01-29 op
20 dceca3b6 2021-01-29 op * iri.c (parse_authority): accept a wider range of unicode
21 dceca3b6 2021-01-29 op codepoints while parsing the host name.
22 dceca3b6 2021-01-29 op
23 3300cbe0 2021-01-27 op 2021-01-26 Omar Polo <op@omarpolo.com>
24 3300cbe0 2021-01-27 op
25 3300cbe0 2021-01-27 op * puny.c (puny_decode): initial punycode support!
26 3300cbe0 2021-01-27 op
27 145ba43e 2021-01-25 op 2021-01-25 Omar Polo <op@omarpolo.com>
28 145ba43e 2021-01-25 op
29 a5d04ea0 2021-01-25 op * gmid.1: manpage improvements (example and usage)
30 a5d04ea0 2021-01-25 op
31 a5d04ea0 2021-01-25 op * gmid.c (main): Dropping -C, -K, -f, changing the meaning of -d:
32 a5d04ea0 2021-01-25 op now it's the certificate directory. Serve the directory given as
33 a5d04ea0 2021-01-25 op positional argument (or the current one) when running in
34 a5d04ea0 2021-01-25 op config-less mode.
35 a5d04ea0 2021-01-25 op (gen_certificate): automatically generate a certificate
36 a5d04ea0 2021-01-25 op
37 145ba43e 2021-01-25 op * parse.y (option): added chroot and user options
38 145ba43e 2021-01-25 op
39 ba7b2faa 2021-01-24 op 2021-01-24 Omar Polo <op@omarpolo.com>
40 ba7b2faa 2021-01-24 op
41 252908e6 2021-01-24 op * server.c (open_dir): add directory listing (disabled by default)
42 252908e6 2021-01-24 op
43 c8b74339 2021-01-24 op * parse.y (vhost): added support for location blocks
44 c8b74339 2021-01-24 op
45 ba7b2faa 2021-01-24 op * server.c (send_dir): make the directory index customizable
46 ba7b2faa 2021-01-24 op
47 ba7b2faa 2021-01-24 op 2021-01-23 Omar Polo <op@omarpolo.com>
48 ba7b2faa 2021-01-24 op
49 ba7b2faa 2021-01-24 op * gg.c (main): added gg, a barebone gemini client. used by the
50 ba7b2faa 2021-01-24 op regress suite
51 ba7b2faa 2021-01-24 op
52 1213c735 2021-01-21 op 2021-01-21 Omar Polo <op@omarpolo.com>
53 1213c735 2021-01-21 op
54 0ac2dcec 2021-01-21 op * configure: added a configure script
55 0ac2dcec 2021-01-21 op
56 1213c735 2021-01-21 op * server.c (handle_handshake): glob for vhost domain
57 1213c735 2021-01-21 op
58 1213c735 2021-01-21 op * gmid.c (log_request): logs the full IRI and the response code (even for CGI)
59 1213c735 2021-01-21 op
60 17b09e3c 2021-01-18 op 2021-01-19 Omar Polo <op@omarpolo.com>
61 17b09e3c 2021-01-18 op
62 05c23a54 2021-01-19 op * parse.y (servopt): add "lang" server option
63 6119e13e 2021-01-19 op (servopt): moving "default type" from global options to server options
64 05c23a54 2021-01-19 op
65 17b09e3c 2021-01-18 op * Dockerfile: add a dockerfile
66 17b09e3c 2021-01-18 op
67 e7ecf9a5 2021-01-18 op 2021-01-18 Omar Polo <op@omarpolo.com>
68 e7ecf9a5 2021-01-18 op
69 d89aa763 2021-01-18 op * parse.y (option): add mime and "default type" options for media types.
70 e7ecf9a5 2021-01-18 op
71 7a11e8a5 2021-01-17 op 2021-01-17 Omar Polo <op@omarpolo.com>
72 7a11e8a5 2021-01-17 op
73 7a11e8a5 2021-01-17 op * sandbox.c (sandbox): added initial seccomp(2) support
74 7a11e8a5 2021-01-17 op
75 15902770 2021-01-15 op 2021-01-15 Omar Polo <op@omarpolo.com>
76 15902770 2021-01-15 op
77 bd726b55 2021-01-15 op * cgi.c (start_cgi): set SERVER_NAME to the vhost when executing CGI scripts
78 bd726b55 2021-01-15 op
79 5bc3c98e 2021-01-15 op * parse.y (option): add ability to specify the tls versions with "protocols"
80 5bc3c98e 2021-01-15 op
81 8696c5ea 2021-01-15 op * gmid.c (handle_open_conn): ensure the port number of the request matches
82 8696c5ea 2021-01-15 op
83 dafb57b8 2021-01-15 op * sandbox.c (sandbox): sandbox on OpenBSD (pledge/unveil, as before) and on FreeBSD (capsicum) too
84 dafb57b8 2021-01-15 op
85 6214c127 2021-01-15 op * sample.conf: added sample configuration
86 6214c127 2021-01-15 op
87 15902770 2021-01-15 op * gmid.c (main): changed behaviour: daemon off by default
88 15902770 2021-01-15 op (main): changed -c in -C (cert option)
89 15902770 2021-01-15 op (main): changed -k in -K (key option, for consistency with -C)
90 15902770 2021-01-15 op (main): added -c to load a configuration
91 15902770 2021-01-15 op (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore
92 15902770 2021-01-15 op (handle_handshake): add vhosts support
93 15902770 2021-01-15 op
94 9939ddcf 2021-01-13 op 2021-01-13 Omar Polo <op@omarpolo.com>
95 9939ddcf 2021-01-13 op
96 9939ddcf 2021-01-13 op * iri.c (parse_scheme): normalize scheme while parsing, so we're
97 9939ddcf 2021-01-13 op RFC3986 compliant.
98 9939ddcf 2021-01-13 op
99 85dff1f9 2021-01-11 op 2021-01-11 Omar Polo <op@omarpolo.com>
100 85dff1f9 2021-01-11 op
101 9939ddcf 2021-01-13 op * 1.4 and 1.4.1 tagged
102 9939ddcf 2021-01-13 op
103 85dff1f9 2021-01-11 op * gmid.c (main): ipv6 disabled by default and -6 flag to enable it
104 7b1d9790 2021-01-11 op (handle): reject non-gemini protocols with 53
105 85dff1f9 2021-01-11 op
106 709d6e5e 2021-01-10 op 2021-01-10 Omar Polo <op@omarpolo.com>
107 709d6e5e 2021-01-10 op
108 709d6e5e 2021-01-10 op * gmid.c (logs): log also the port of the client
109 33756bd2 2021-01-10 op (loop): accept both ipv4 and ipv6
110 709d6e5e 2021-01-10 op
111 60ff0355 2020-12-26 op 2020-12-26 Omar Polo <op@omarpolo.com>
112 60ff0355 2020-12-26 op
113 60ff0355 2020-12-26 op * uri.c (parse_uri): IRI support
114 60ff0355 2020-12-26 op
115 4f12842d 2020-12-21 op 2020-12-21 Omar Polo <op@omarpolo.com>
116 4f12842d 2020-12-21 op
117 4f12842d 2020-12-21 op * gmid.c (main): -d supports relative paths
118 4f12842d 2020-12-21 op
119 d7802bb4 2020-12-02 op 2020-12-02 Omar Polo <op@omarpolo.com>
120 d7802bb4 2020-12-02 op
121 d7802bb4 2020-12-02 op * gmid.c: logging reworked and daemonize. The -l option was
122 d7802bb4 2020-12-02 op removed: now it logs on syslog if -f (foreground) is not passed.
123 d7802bb4 2020-12-02 op
124 ae2ad03e 2020-11-18 op 2020-11-18 Omar Polo <op@omarpolo.com>
125 ae2ad03e 2020-11-18 op
126 c603f126 2020-11-18 op * 1.3.2 tagged
127 c603f126 2020-11-18 op
128 c603f126 2020-11-18 op * gmid.c (url_after_proto): fix bug introduced in last version
129 c603f126 2020-11-18 op regarding full URLs with explicit gemini protocol.
130 c603f126 2020-11-18 op
131 dd389558 2020-11-18 op * 1.3.1 tagged
132 dd389558 2020-11-18 op
133 ae2ad03e 2020-11-18 op * gmid.c (url_after_proto): correct url parsing: accept URLs
134 ae2ad03e 2020-11-18 op without explicit protocol
135 dd389558 2020-11-18 op (url_start_of_request): correct handling of relative URLs
136 ae2ad03e 2020-11-18 op
137 721e2325 2020-11-18 op 2020-11-17 Omar Polo <op@omarpolo.com>
138 721e2325 2020-11-18 op
139 721e2325 2020-11-18 op * gmid.c (main): add flag -p to change the port
140 721e2325 2020-11-18 op
141 a5d310bc 2020-11-10 op 2020-11-10 Omar Polo <op@omarpolo.com>
142 a5d310bc 2020-11-10 op
143 d431188c 2020-11-10 op * ChangeLog: 1.3 tagged, fixed ChangeLog format
144 d431188c 2020-11-10 op
145 a5d310bc 2020-11-10 op * gmid.c (open_file): added support for path parameters for CGI
146 a5d310bc 2020-11-10 op scripts
147 a5d310bc 2020-11-10 op
148 3c19febb 2020-11-06 op 2020-11-06 Omar Polo <op@omarpolo.com>
149 3c19febb 2020-11-06 op
150 0ed56567 2020-11-06 op * gmid.1: great improvements to the documentation
151 0ed56567 2020-11-06 op
152 3c19febb 2020-11-06 op * gmid.c (url_after_proto): ensure that the requested protocol is
153 3c19febb 2020-11-06 op “gemini” and not something else that’s long 6 bytes.
154 3c19febb 2020-11-06 op
155 aff8d190 2020-11-06 op * gmid.c (loop): added support for cgi scripts (can handle multiple
156 aff8d190 2020-11-06 op concurrently)
157 aff8d190 2020-11-06 op
158 2c3a40fa 2020-11-06 op 2020-11-06 Omar Polo <op@venera>
159 2c3a40fa 2020-11-06 op
160 2c3a40fa 2020-11-06 op * gmid.1: added option to log to a file
161 2c3a40fa 2020-11-06 op
162 dd080e1f 2020-11-05 op 2020-11-05 Omar Polo <op@omarpolo.com>
163 dd080e1f 2020-11-05 op
164 dd080e1f 2020-11-05 op * gmid.c (filetypes): add MIME type for xml files
165 dd080e1f 2020-11-05 op
166 19f68393 2020-11-03 op 2020-11-03 Omar Polo <op@omarpolo.com>
167 19f68393 2020-11-03 op
168 19f68393 2020-11-03 op * 1.2 tagged
169 19f68393 2020-11-03 op
170 d431188c 2020-11-10 op * gmid.c (main): ignore SIGPIPE
171 d431188c 2020-11-10 op
172 2b897a2c 2020-10-14 op 2020-10-14 Omar Polo <op@omarpolo.com>
173 2b897a2c 2020-10-14 op
174 4f6eb772 2020-10-14 op * 1.1 tagged
175 2b897a2c 2020-10-14 op
176 d431188c 2020-11-10 op * switching to mmap() based file handling
177 d431188c 2020-11-10 op
178 2b897a2c 2020-10-14 op 2020-10-07 Omar Polo <op@omarpolo.com>
179 2b897a2c 2020-10-14 op
180 2b897a2c 2020-10-14 op * 1.0 tagged