Commit Graph

1359 Commits

Author SHA1 Message Date
Omar Polo 4d4f0e19ac
improving style: no functional changes 2020-10-03 18:25:31 +02:00
Omar Polo fab952e1d7
minor documentation edits 2020-10-03 17:49:09 +02:00
Omar Polo 30bc2ea9f4
extend installation notes 2020-10-03 14:13:55 +02:00
Omar Polo b55de91633
remame sendfile to send_file and senddir to send_dir
apparently, on some systems there is a sendfile(2), so to avoid a name
clash we rename it to send_file and send_dir.
2020-10-03 12:43:34 +02:00
Omar Polo 0d8ca45a28
explicitly require TLS 1.2 or 1.3
it's the default, but just in case (since gemini spec explicitly talks
about 1.3 as "default" and 1.2 for ease of implementation)
2020-10-03 12:24:14 +02:00
Omar Polo 3e45af4d4f
added license 2020-10-02 19:54:59 +02:00
Omar Polo 4984f974cd
fixed quoting in Makefile 2020-10-02 19:46:46 +02:00
Omar Polo 6980aad6d7
fix errors in manpage
man -Tlint -l gmid.1

helped a lot
2020-10-02 19:44:32 +02:00
Omar Polo 3e4749f7f9
initial commit 2020-10-02 19:39:00 +02:00