Commits


fix how int64_t is print in parse.y


include <grp.h> (setgroups) for portability linux has it there...


use /* fallthrough */ to please the compiler


portable


fix `macro=value' markup and make AUTHORS more like the usual


style; parenthesize returns


workaround template compiler bug the '\0' check doesn't seem to be correctly translated


revamp the configuration man page Update it to the latest changes and expand/improve the EXAMPLES section.


allow to speak "TLS-less Gemini" useful for e.g. to save some CPU cycles when the Gemini server is sitting on the same box as Galileo; disabled by default.


bump the date


mention the default socket path in FILES


missing .Nm in SYNOPSIS


don't Xr httpd.conf(5) in galileo(8)


fix reconfiguration


fix html generation a space is mandatory between the tag and the attribute, but the template compiler trims it out. Use {{ " " }} as a workaround.