Blame


1 ae2ad03e 2020-11-18 op 2020-11-18 Omar Polo <op@omarpolo.com>
2 ae2ad03e 2020-11-18 op
3 c603f126 2020-11-18 op * 1.3.2 tagged
4 c603f126 2020-11-18 op
5 c603f126 2020-11-18 op * gmid.c (url_after_proto): fix bug introduced in last version
6 c603f126 2020-11-18 op regarding full URLs with explicit gemini protocol.
7 c603f126 2020-11-18 op
8 dd389558 2020-11-18 op * 1.3.1 tagged
9 dd389558 2020-11-18 op
10 ae2ad03e 2020-11-18 op * gmid.c (url_after_proto): correct url parsing: accept URLs
11 ae2ad03e 2020-11-18 op without explicit protocol
12 dd389558 2020-11-18 op (url_start_of_request): correct handling of relative URLs
13 ae2ad03e 2020-11-18 op
14 721e2325 2020-11-18 op 2020-11-17 Omar Polo <op@omarpolo.com>
15 721e2325 2020-11-18 op
16 721e2325 2020-11-18 op * gmid.c (main): add flag -p to change the port
17 721e2325 2020-11-18 op
18 a5d310bc 2020-11-10 op 2020-11-10 Omar Polo <op@omarpolo.com>
19 a5d310bc 2020-11-10 op
20 d431188c 2020-11-10 op * ChangeLog: 1.3 tagged, fixed ChangeLog format
21 d431188c 2020-11-10 op
22 a5d310bc 2020-11-10 op * gmid.c (open_file): added support for path parameters for CGI
23 a5d310bc 2020-11-10 op scripts
24 a5d310bc 2020-11-10 op
25 3c19febb 2020-11-06 op 2020-11-06 Omar Polo <op@omarpolo.com>
26 3c19febb 2020-11-06 op
27 0ed56567 2020-11-06 op * gmid.1: great improvements to the documentation
28 0ed56567 2020-11-06 op
29 3c19febb 2020-11-06 op * gmid.c (url_after_proto): ensure that the requested protocol is
30 3c19febb 2020-11-06 op “gemini” and not something else that’s long 6 bytes.
31 3c19febb 2020-11-06 op
32 aff8d190 2020-11-06 op * gmid.c (loop): added support for cgi scripts (can handle multiple
33 aff8d190 2020-11-06 op concurrently)
34 aff8d190 2020-11-06 op
35 2c3a40fa 2020-11-06 op 2020-11-06 Omar Polo <op@venera>
36 2c3a40fa 2020-11-06 op
37 2c3a40fa 2020-11-06 op * gmid.1: added option to log to a file
38 2c3a40fa 2020-11-06 op
39 dd080e1f 2020-11-05 op 2020-11-05 Omar Polo <op@omarpolo.com>
40 dd080e1f 2020-11-05 op
41 dd080e1f 2020-11-05 op * gmid.c (filetypes): add MIME type for xml files
42 dd080e1f 2020-11-05 op
43 19f68393 2020-11-03 op 2020-11-03 Omar Polo <op@omarpolo.com>
44 19f68393 2020-11-03 op
45 19f68393 2020-11-03 op * 1.2 tagged
46 19f68393 2020-11-03 op
47 d431188c 2020-11-10 op * gmid.c (main): ignore SIGPIPE
48 d431188c 2020-11-10 op
49 2b897a2c 2020-10-14 op 2020-10-14 Omar Polo <op@omarpolo.com>
50 2b897a2c 2020-10-14 op
51 4f6eb772 2020-10-14 op * 1.1 tagged
52 2b897a2c 2020-10-14 op
53 d431188c 2020-11-10 op * switching to mmap() based file handling
54 d431188c 2020-11-10 op
55 2b897a2c 2020-10-14 op 2020-10-07 Omar Polo <op@omarpolo.com>
56 2b897a2c 2020-10-14 op
57 2b897a2c 2020-10-14 op * 1.0 tagged